/*　全体の設定　*/
div,h1,h2,h3,h4,h5,h6,h7,p,a,img,dt,dl,dd,ul,ol,li,body,table,form,iframe {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
}
html {
    overflow-y:scroll;  
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #666666;
	background: url(../img/body_bg.gif) center top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#Wrapper {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(../img/main_bg.gif) repeat-y left top;
}
/*　ヘッダーの設定　*/
#TOP {
	height: 30px;
	background: url(../img/body_bg.gif) center top;
	}
h1 {
	padding: 12px 0px 3px 17px;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
}
#Header {
	width: 992px;
	height: 103px;
	background: url(../img/header.gif) no-repeat left top;
	font-size: 12px;
	line-height: 120%;
}
#L_Header	{
	float: left;
}
#L_Header h2 span {
	display: none;
}
#R_Header {
	float: right;
	padding: 2px 20px 0px 0px;
	width: 205px;
	color: #FFFFFF;
}
#R_Header p a {
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 28px;
	margin-bottom: 6px;
	}
#R_Header p {
	width: 205;
	clear: both;
	margin-bottom: 3px;
	}
#HOME {
	background: url(../img/bt2.gif) no-repeat top;
	float: right;
	}
.Left {
	float: left;
	}
.Right {
	float: right;
	}
.nodisplay{
  display: none;
}
/*　左メニューの設定　*/
#L_Navi {
	line-height: 120%;
	width: 232px;
	min-height: 755px;
	height: auto !important;
	background: url(../img/l_navi_bg.gif) repeat-y right top;
}
#L_Navi ul {
	padding: 5px 25px 10px 27px;
	background: url(../img/menu_top.gif) no-repeat left top;
	}
#L_Navi ul li{
	list-style: none;
	margin-top: 10px;
	padding: 0px 0px 7px 22px;
	background: url(../img/list_img1.gif) no-repeat top left;
	border-bottom: 1px #00BBA7 solid;
}
#L_Navi ul li, #L_Navi ul li a {
	color: #00BBA7;
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
}
#L_Navi ul li ul {
	padding: 0px;
	}
#L_Navi ul li ul li {
	list-style: disc;
	padding: 3px 0 0 0px;
	margin: 0;
	border: 0;
	background: #FFFFFF;
	}
#L_Navi ul li ul li, #L_Navi ul li ul li a {
	text-decoration: none;
	color:	#666666;
	font-size: 12px;
	line-height: 120%;
}
#L_Navi ul li ul li a:hover {
	text-decoration: underline;
	color: #BD8400;
}
/**/
#R_Main {
	width: 755px;
	margin-right: 5px;
	float: right;
	background: url(../img/r_navi_bg.gif) repeat-y left top;
	}
/*　右メニューの設定　*/
#R_Navi {
	width: 180px;
	line-height: 120%;
	border-top: 1px #008A7C solid;
	}
#R_Navi ul {
	padding: 9px 15px 0px 11px;
	}
#R_Navi ul li{
	list-style: none;
	margin-bottom: 10px;
	padding: 0px 0px 7px 22px;
	background: url(../img/list_img2.gif) no-repeat top left;
	border-bottom: 1px #008CBA solid;
}
#R_Navi ul li, #R_Navi ul li a{
	color: #008CBA;
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
}
#R_Navi ul li ul {
	padding: 0px;
	}
#R_Navi ul li ul li {
	list-style: disc;
	padding: 3px 0 0 0px;
	margin: 0;
	border: 0;
	background: #FFFFFF;
	}
#R_Navi ul li ul li, #R_Navi ul li ul li a {
	text-decoration: none;
	color:	#666666;
	font-size: 12px;
	line-height: 120%;
}
#R_Navi ul li ul li a:hover {
	text-decoration: underline;
	color: #BD8400;
}
#R_Navi img	{
	margin: 9px 15px 0px 11px;
}
/*　メイン（真ん中）の設定　*/
#Main {
	width: 560px;
	float: left;
	}
.Clear {
	clear: both;}
/*　フッターの設定　*/
#Footer {
	clear: both;
	width: 992px;
	height: 59px;
	background: url(../img/footer.gif) no-repeat left bottom;
	}
#Footer p {
	text-align: right;
	padding: 32px 23px 0px 0px;
	color: #FFFFFF;
	}
