@charset "utf-8";
/*
	border	d5e6ed
	bg		f0f7fc
	link	0479a7
*/
/* General styles */
* {
	margin:0; padding:0;
	vertical-align:baseline;
	font-size:100%;
}
/* ---------------------------------------------------------------------------------
 * Selector
/* ------------------------------------------------------------------------------ */
body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	min-width:600px;
	color:#595959;
	font-size:13px;
	font-family:'trebuchet ms',tahoma,verdana,arial,helvetica,meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif!important;
	line-height:1.5;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:20px;
	font-weight:bold;
}
h1 a.anc,
h2 a.anc,
h3 a.anc,
h4 a.anc,
h5 a.anc,
h6 a.anc {
	color:#595959;
}
h1 {
	font-size:1.3em;
	margin:0; padding:0;
}
h1 span {
	display:block;
	font-size:.8em;
}
h2 {
	font-size:1.4em;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background-color:#f7f7f7;
	padding:5px 0 5px 10px;
}
h3 {
	margin-top:2.5em;
	font-size:1.1em;
	border-bottom:1px dotted #999;
}
h4 {
	margin-top:2.5em;
	background:transparent url("skin/h4.gif") no-repeat left center;
	padding-left:16px;
	border:0;
	margin-bottom:.5em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:1em;
}
p {
	margin-bottom:1em;
}
ul, ol {
	margin-bottom:1em;
	margin-left:18px;
}
ol {
	margin-left:26px;
}
li ul,
li ol {
	margin-top:5px;
	margin-bottom:5px;
}
li {
	margin-bottom:5px;
}
.wrapre,
pre {
	margin-bottom:1em;
	font-family:"Lucida Console","Courier New",Courier,monospace;
	padding:10px;
	overflow:auto;
	background:#f7f7f7;
	border:1px solid #ddd;
	font-size:12px;
	line-height:16px;
}
em {
	font-style:italic;
}
dl {
	margin:.4em 0 .8em 0;
}
dt {
	font-weight:bold;
}
dd {
	margin:.8em 0 1.6em 15px;
}
a {
	text-decoration:none;
	color:#0479a7;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
table {
	margin:0 0 1em 0; padding:0;
	border:0;
	border-spacing:0;
	border-collapse:collapse;
}
th,
td {
	padding:0 20px 0 0;
}
del {
	text-decoration:line-through;
}
/* ---------------------------------------------------------------------------------
 * Class
/* ------------------------------------------------------------------------------ */
.center {
	text-align:center;
}
.name {
	font-weight:bold;
}
.download {
	font-weight:bold;
	font-size:1.1em;
}
.none {
	display:none;
}
.param {
	font-family: "Lucida Console", "Courier New", Courier, monospace; 
	font-weight:bold;
	font-size:12px;
}
.bool {
	font-style:italic;
}
.comment {
	color:#02a559;
}
.nowrap {
	white-space:nowrap;
}
.exp  dt,
.yogo dt {
	margin-top:2em;
	background:transparent url("skin/h4.gif") no-repeat left center;
	padding-left:16px;
	border:0;
	margin-bottom:.5em;
}
.note {
	margin-bottom:1em;
	padding:0 10px;
	background:#ffffcc;
	border:1px solid #ffec67;
	font-size:.85em;
}
.note .title {
	margin:10px 0;
	font-weight:bold;
}
.note .title span {
	font-weight:bold;
	padding-right:3px;
}
.note p {
	margin:10px 0;
}
/* --------------------------------- Space */
.mbtm1e	{ margin-bottom:1em!important; }
.mtb2e	{ margin-top:2em!important; margin-bottom:2em!important; }

/* --------------------------------- List */
ul.media_list		{ margin:0; padding:0; }
ul.media_list li	{ list-style-type:none; margin:0 0 5px 0; padding:0; width:33%; float:left; }
ul.media_list span	{ color:#999; font-weight:normal; font-size:.8em; padding-left:2px; }
/* --------------------------------- space */
.mbtm0		{ margin-bottom:0; }
.mbtm05e	{ margin-bottom:.5em; }
.mtop2e		{ margin-top:2em; }

/* --------------------------------- back to top */
.ptop {
	text-align:right;
	position:relative;
	margin:1em 0;
	top:0; left:0;
}
.ptop a {
	margin:0; padding:0;
	background:transparent url("skin/ptop.gif") no-repeat 0 0;
	width:26px; height:7px;
	overflow:hidden;
	display:block;
	position:absolute;
	right:0; top:0;
	text-indent:-9999px;
	text-align:left;
}
/* --------------------------------- image */
.image {
	text-align:left;
	margin-bottom:1em;
}
	.image .caption {
		display:block;
		clear:both;
		text-align:left;
	}
		.image .caption em {
			background:transparent url("skin/caption.gif") no-repeat 2px center;
			padding:0 0 0 10px;
			font-size:10px!important;
			font-style:normal;
			font-weight:normal;
		}
/* --------------------------------- toggle menu */
.tgl_plus,
.tgl_minus {
	margin-top:.25em;
	width:9px; height:9px;
	overflow:hidden;
	float:left;
	text-indent:-9999px!important;
	margin-right:5px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 0;
}
.tgl_plus	{ background-image:url("skin/plus.png"); }
.tgl_minus	{ background-image:url("skin/minus.png"); }
.notgl		{ text-indent:0; }
/* --------------------------------- Link */
.download {
	background:transparent url("skin/file_download.gif") no-repeat 0 center;
	padding-left:20px;
}
/* --------------------------------- width */
.w20p { width:20%; }
/* --------------------------------- border */
.border { border:1px solid #ccc; }
/* --------------------------------- table */
.tbl {
	width:99.9%;
	margin:0 1px 1em 1px;
}
	.tbl table {
		width:100%;
	}
	.tbl th,
	.tbl td {
		border:1px solid #ccc;
		text-align:left;
		padding:.25em 5px;
		font-size:12px;
	}
	.tbl caption {
		text-align:left;
		font-weight:bold;
		font-size:.85em;
		letter-spacing:1px;
	}
	.tbl .th,
	.tbl thead th {
		background-color:#0479a7;
		color:#fff;
	}
	.tbl .odd	{ /* #fff */ }
	.tbl .even	{ background-color:#f9fcff; }

.member {
	width:25%;
	white-space:nowrap;
}
	.member a {
		display:block;
	}
/* --------------------------------- clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

/* ---------------------------------------------------------------------------------
 * Layout
/* ------------------------------------------------------------------------------ */

/* --------------------------------- header */
#header {
	clear:both;
	overflow:hidden;
	margin:0; padding:0;
	width:100%;
	position:relative;
}
	#header h1 {
		margin:15px 10px;
	}
	#header h1 span {
		padding-bottom:5px;
		font-size:12px;
	}
	#header ul {
		position:absolute;
		right:0; bottom:0;
		margin:0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style-type:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		margin-right:10px;
		padding:.5em;
		display:block;
		float:right;
		line-height:1;
		text-align:center;
		position:relative;
		border:1px solid #d5e6ed;
		border-bottom:0;
	}
	#header ul li a:hover,
	#header ul li .active {
		background:#d5e6ed;
	}
	#header ul li a span {
		display:block;
	}
/* --------------------------------- topicpath */
#topicpath {
	background:#d5e6ed;
}
	#topicpath .inner  {
		padding:7px 10px;
	}
/* --------------------------------- column container */
#container {
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
    clear:both;
 	position:relative;
	float:left;
	background:#f0f7fc;
}
/* 2 column left menu settings */
.wrapper {
    float:left;
    width:200%;
	position:relative;
	left:250px;
    background:#fff;
}
#main {
    float:right;
    width:50%;
    position:relative;
    right:250px;
    padding-bottom:1em;
}
	#main .inner {
		overflow:hidden; /* for IE 7 */
	    margin:20px 15px 15px 270px;
	    position:relative;
	    right:100%;
		_width:100%;	/* anchor bug for IE6 */
	}
#sidebar {
    float:left;
    width:250px;
    position:relative;
    right:250px;
    padding:10px 0;
}
#sidebar #menu {
	margin-left:15px;
}
/* --------------------------------- pagenation */
#pagenation {
	margin-top:40px;
	border-top:1px solid #d5e6ed;
	padding:15px 0 5px 0;
}
	#pagenation div.back {
		background:transparent url("skin/back.gif") no-repeat left center;
		padding-left:15px;
		float:left;
	}
	#pagenation div.next {
		padding-right:15px;
		float:right;
		background:transparent url("skin/next.gif") no-repeat right center;
		text-align:right;
	}
/* --------------------------------- sidebar */
	#sidebar h2 {
		margin:10px 0 0 0; padding:0;
		background:none;
		border:0;
		font-size:1.1em;
		background:none;
	}
	#sidebar h2 a {
		display:block;
	}
	#sidebar ul {
		margin:5px 0 10px 0; padding:0;
		list-style:none;
	}
	#sidebar ul ul {
		background:none;
	}
	#sidebar li {
		margin:0 0 5px 10px; padding:0;
		_height:1px;
	}
	#sidebar .cur {
		font-weight:bold;
	}
	#sidebar li .cur {
		background:#d5e6ed;
	}
/* --------------------------------- button */
#btn_menu {
	width:92px; height:26px;
	overflow:hidden;
	display:block;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}
	#btn_menu:hover {
		background-position:0 -26px;
	}
	.btn_menu_hide {
		background-image:url("skin/menu_hide.png");
	}
	.btn_menu_show {
		background-image:url("skin/menu_show.png");
	}
/* ---------------------------------  footer */
#footer {
	clear:both;
	width:100%;
	background-color:#fff;
	border-top:1px solid #d5e6ed;
	text-align:right;
}
	#footer p {
		margin:0;
		padding:10px;
	}
/* --------------------------------- FSet */
.fset {
	margin-top:2em;
	margin-bottom:1em;
	border:1px solid #ccc;
	padding:0;
	position:relative;
	top:0; left:0;
}
	.fset .fset_body {
		padding:20px 20px 0 20px;
		text-align:left;
	}
	.fset .fset_title {
		position:absolute;
		top:-1em; left:10px;
		margin:0; padding:5px 10px;
		background-color:#fff;
		font-weight:bold;
		font-size:1.2em;
		color:#696969;
	}
	.fset p {
		margin-bottom:10px;
	}
	.fset dl,
	.fset dt {
		margin:0; padding:0;
	}
	.fset dd {
		margin:5px 0 0 10px;
		padding:0;
	}
	.fset ol {
		padding-left:1em;
	}
/* --------------------------------- Debug */
#dbg {
	height:100px;
	overflow:auto;
	display:none;
}

/* ---------------------------------------------------------------------------------
 * Page Layout
/* ------------------------------------------------------------------------------ */
#member {
}
	#member dt {
		float:left;
		width:150px;
		margin:0; padding:3px 0 0 0;
		clear:both;
		font-weight:normal;
	}
	#member dd {
		margin:0; padding:3px 0;
		margin-left:150px;
	}
	#member dl.parameter {
		border-bottom:1px dotted #ddd;
	}
		#member dl.parameter dt {
			border-top:1px dotted #ddd;
		}
		#member dl.parameter dd {
			border-top:1px dotted #ddd;
		}

/* -------------------------------------------------------------------------- */
/* Header                                                                     */
/* -------------------------------------------------------------------------- */
.tutorial_gizmologo {
	position:absolute;
	top:18px; right:15px;
	width:89px; height:21px;
}

