@charset "utf-8";
/* CSS Document */

#wrap { width:820px; margin:0 auto;}
#box {
	margin: 0px;
	padding: 0px;
	width: 820px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
}
#head h1 {
	background-image: url(images/index_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 220px;
	width: 820px;
}
.menu {
	background-color: #FFF;
	background-image: url(images/menu_05.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 100%;
	display: block;
}
.menu ul {
	padding-left: 40px;
	list-style:none;
}
.menu ul li {float:left;}
.menu ul li a{
 text-indent:-9999px;
 outline:none;
 height:49px;
 display:block;
 background-position:left top;
}
.menu ul li.m1 a{background-image: url(images/menu_02.gif); width: 132px; }
.menu ul li.m2 a{background-image: url(images/menu_03.gif); width: 127px; }
.menu ul li.m3 a{background-image: url(images/menu_04.gif); width: 134px; }
.menu ul li.m4 a{background-image: url(images/menu_06.gif); width: 130px; }

.toc{
	margin-top:0px;
	margin-bottom: 0px;
}
.toc h2{text-align:center;}

.toc_section{padding-left:40px;margin-bottom:20px;}
.toc_section h3{font-weight:bold;font-size:14px;margin-top:4px;margin-bottom:14px;background:#f6dd0d;width:680px;padding:5px 5px 4px 15px;}
.toc_section ol{padding-left:30px;}
.toc_section ol li{font-size:14px;line-height:1.4;margin-bottom:4px;}
.toc_section ol li ol{margin-top:4px;margin-bottom:10px;padding-left:30px;}
.toc_section ol li ol li{margin-bottom:2px;}

.toc_note{border:solid 1px #fdca1a;padding:0px 0px 5px 0px;margin:0px 24px 5px 24px;background:#fffbed;}
.toc_note h2{background:#fdca1a;margin-bottom:8px;padding:4px 16px;font-weight:bold;text-align:left;}
.toc_note p{font-size:90%;line-height:1.8;padding-left:10px;padding-right:10px;}
.toc_toggle{
	padding:0;
	margin:0;
	height:50px;
}
.toc_toggle img{
	display:block;
	padding-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}
.toc_list{display:none;}
