@charset "utf-8";

/**オールリセット**/
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	line-height:1.3em;
}
:focus{
	outline:0;
}
table{
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td{
	text-align:left;
	font-weight:normal;
}
a img, iframe{
	border:none;
}
ol, ul{
	list-style:none;
}
input, textarea, select, button{
	font-size:100%;
	font-family:inherit;
}
select{
	margin:inherit;
}
/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol{margin-left:2em;}
/* == clearfix == */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
/**クリアーhr**/
.crboth {
line-height:0;
clear:both;
}
.clear {
    clear: both;
}

/**HTMLタグの再定義**/
.float_right {
    float: right;
    margin: 0 0 10px 10px;
}
.float_left {
    float: left;
    margin: 10px 10px 0 0;
}
a:link {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	color: #009900;
	text-decoration: underline;
}
a:hover {
	color: #999900;
	text-decoration: none;
}
a:active {
	color: #999900;
	text-decoration: none;
}

/**HTMLタグの再定義**/
	body {
	background-image: url("img/bg.jpg");
	background-repeat: repeat;
	color: #666666;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}
	
/**全体包括**/
#wrap_box {
	background-image: url("img/mainBg.jpg");
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 906px;
}

/**ヘッダーエリア**/
#header {
	background-image: url("img/head_bg_1.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 3px;
	padding: 0;
	position: relative;
	width: 900px;
}
#header h1 {
	color: #009900;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 45px;
	width: 900px;
}
#header p {
	color: #FFCC00;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 85px;
	width: 900px;
}

/**コンテンツエリア**/
#container {
	margin: 0 3px;
	padding: 0;
	position: relative;
}
#contents {
	margin: 0;
	padding: 0;
}
#mainArea {
	float: right;
	margin: 0;
	padding: 0 10px 0 20px;
	width: 610px;
}
#sidenavi {
	float: left;
	margin: 0;
	padding: 0 10px;
	width: 240px;
}

/**メインコンテンツエリア**/
#mainArea h2 {
	background-attachment: scroll;
	background-image: url("img/h_Bg_01.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #009900;
	font-size: 24px;
	font-weight:bold;
	height: 30px;
	margin: 0;
	padding: 10px 10px 10px 30px;
}
#mainArea h3 {
	background-attachment: scroll;
	background-color: #FFFFCC;
	background-image: url("img/h_Bg_02.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #009900;
	font-size: 18px;
	font-weight:bold;
	margin: 15px 0 0;
	padding: 10px 20px;
}
#mainArea p {
	margin: 0.5em 10px 1em;
	padding: 0;
	line-height:1.3em;
}
#mainArea table {
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-left-color: #009900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainArea th {
	font-weight: bold;
	line-height: 1.5em;
	background-color: #CCFFB2;
	color: #009900;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	padding: 5px;
	vertical-align:middle;
}
#mainArea td {
	padding: 5px;
	line-height: 1.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #009900;
	border-bottom-color: #009900;
	vertical-align:middle;
}
#mainArea ul {
	list-style: none outside none;
	margin: 10px 10px 1em 20px;
	padding: 0;
}
#mainArea ul li {
	margin:0px;
	line-height: 1.3em;
	background-image: url("img/Body_List1.jpg");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/**メニューリスト**/
#sidenavi .SideTop {
}
#sidenavi .TopLink a,#sidenavi dl dt a {
	background-color: #FFFFB2;
	background-image: url("img/sidebar_icon_top.jpg");
	background-position: 8px 8px;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 10px 10px 10px 40px;
	zoom:1;
}
#sidenavi .TopLink a:hover,#sidenavi dl dt a:hover,
#sidenavi dl dd a:hover {
	background-image: url("img/sidebar_icon_top_1.jpg");
	background-position: 8px 8px;
	background-repeat: no-repeat;
	color: #999900;
	text-decoration: none;
}
#sidenavi dl dd a {
	background-image: url("img/sidebar_icon_li.gif");
	background-position: 10px 9px;
	background-repeat: no-repeat;
	border-bottom: 2px dotted #FF9900;
	display: block;
	line-height: 1.3em;
	margin: 0;
	padding: 10px 10px 8px 40px;
	zoom:1;
}
#sidenavi dl dd a:hover {
	background-image: url("img/sidebar_icon_li_1.gif");
	background-position: 10px 9px;
}
#sidenavi dl dd.item-5 a {
	background-image: url("img/sidebar_icon_li_pk.jpg");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: #FF6666;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 10px 40px;
	zoom:1;
}
#sidenavi dl dd.item-5 a:hover {
	background-image: url("img/sidebar_icon_li_pk_1.jpg");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: #FF9966;
}


/**フッターエリア**/
#footer {
	background-color: #FFFF99;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	width: 900px;
}
#footer a {
	color:#009900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


/**画像回り込み**/
.MainBodyImgRight {
    float: right;
    margin: 0 0 10px 10px;
}
.MainBodyImgLeft {
    float: left;
    margin: 10px 10px 0 0;
}

/**追加CSS**/
a.top{
	font-size:16px; 
	color:#cc0000;
	font-weight:bold;
}
a.top2{
	color:#cc0000;
	font-weight:bold;
}

a:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
}