﻿@charset "utf-8";
* {
	color:#333333;
	padding:0;
	font-size: 15px;
	line-height: 140%;
	margin: 0;
	background-image: none;
}

/*バックグラウンド*/
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(img/bg.jpg);
}

a {
	color:#657E29;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

li {
	list-style-type: none;
}

.chui {
	color: #CC3300;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #333333;
	position:relative; top:0px; left:1px ;
}






/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	height: 100px;
}
#header2 {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
}

#linkber {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 30px;
}
h1 {
	font-size: 10px;
	line-height: 18px;
	color: #CCCCCC;
	font-weight: normal;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

#header #sub {
	font-size: 10px;
	color: #AAAAAA;
	position: absolute;
	top: 2px;
	right: 10px;
	text-align: right;
}
#header #logo {
	position: absolute;
	left: 10px;
	bottom: 5px;
}
#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #AAAAAA;
	line-height: 18px;
}

#header #head_ul {
	position: absolute;
	right: 15px;
	bottom: 10px;
}
#header #head_ul li {
	font-size: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 7px;
}

#header #head_ul li a {
	font-size: 10px;
	color: #000000;
}



/*
グローバルナビ
-------------------------------------------*/
#header {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
}
#navi {

	background-image: url(img/navi.gif);
	height: 10px;
	padding-left: 30px;
	position: absolute;
	left: 1px;
	bottom: 0px;
	width: 800px;
}
#navi ul {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7B3B3;
	height: 30px;
}
#navi li a, #navi li strong {
	line-height: 24px;
	display: block;
	float: left;
	height: 24px;
	width: auto;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;
}
#navi li a {
	background-image: url(img/navi_li.gif);

}
#navi li a:hover {
	background-image: url(img/navi_li_ov.gif);
}
#navi li strong {
	background-image: url(img/navi_li_st.gif);
	color: #000000;
	font-weight: normal;
}
#navi li {
	display: inline;
}

/*----プルダウン用追加ナビ------*/

#navi_b {
	background-color: #A7B3B3;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6BF;
	background-image: url(img/navi.gif);
	position: absolute;
	left: 1px;
	bottom: 0px;
}
 
#nav {
	position:relative; top:0px; left:-10px ;	/*--TOP上メニュー位置変更--*/
	display: block;
	position: relative;
	background-color: #95A4A4;
	background-image: url(img/navi.gif);
	height: 30px;
	width: 770px;					/*--TOP上メニューサイズ--*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7B3B3;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}


#nav ul {
	width: 220px;
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	margin: 0;
}

#nav ul ul {
	left: 151px;
	top: 0;
}

* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
 
#nav *:hover {
	background-color: none;
}
#nav a {
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 13px;
	background-image: url(img/navi_li.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;
	font-weight: bold;
}

#nav strong {
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	background-image: url(img/navi_li_st.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;
	font-weight: normal;
}
#nav a:hover {
	background-image: url(img/navi_li_ov.gif);
}
#nav a.hover {
	background-image: url(img/navi_li_ov.gif);
}

#nav li.hover a {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#nav ul a.hover {
	background-color: #1088A3;
	color: #FFFFFF;
	background-image: url(img/li_w.gif);
}
#nav ul a:hover {
	background-color: #30A8C3;
	background-image: url(img/li_w.gif);
	color: #FFFFFF;
}
#nav ul a {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	background-color: #F2F2EE;
	background-image: url(img/li.gif);
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #A7B3B3;
	line-height: 20px;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #1D2325;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CED5D5;
	border-left-color: #CED5D5;
}


/*
コンテンツ
-------------------------------------------------------------------*/
.top_img {
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #DFDFDB;
	text-align: center;
	border: 1px solid #FFFFFF;
}

.center_img {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}

#contents {
	width:800px;

}

#contents pre {
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(img/note_line.gif);
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

#contents h4 {
	margin-right: 30px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: -3px;
	background-color: #eeeeee;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 23px;
	border-left-color: #E2331A;
	position:relative; top:-5px; left:0px ;

}


#contents h3 {
	font-size: 17px;
		padding-left: 25px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(img/h3.gif);
	height: 35px;
	background-repeat: no-repeat;

}




#contents h6 {
	font-size: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
	background-color: #9EAD70;
	width:500px;
}
#contents h4 a {
	font-size: 14px;
}

#contents h5 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #9EAD70;
	margin-right: 20px;
	padding-left: 10px;
}

#contents ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#contents li a {
	font-size: 13px;
}






#contents .box4 {  /* 項目用 */
	margin-top: 15px;
	height: 320px;/* 高さ */
	width: 750px;
	padding-right: 50px;
	padding-left: 10px;
	border: 0px;
	position:relative; top:0px; left:10px ;
}


#contents_ul li a {
	font-size: 10px;
}

.list li {
	font-size: 1px;

	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;


	font-size: 13px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
	margin-bottom: 5px;
}


.list li:hover {
	font-size: 15px;
	font-weight: bold;
	background-color: #eeeeee;
}


/* for IE \*/
* html body #base #contents {
	padding: 9px;
}	
/**/

#center {
	text-align: center;
}

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}






#contents .img_left {
	position:relative; top:0px; left:20px ;
	float: left;

	padding: 0px;

}

#contents .img_left img {

}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 20px;
	margin-right: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}










#contents .img_right {
	position: absolute;left:615px ;


	margin-top: auto;

	margin-bottom: auto;


	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#contents .img_right img {
	border: 1px solid #999999;
}



#contents p .chui {
	line-height: 20px;
}


table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#contents table {
	width: 360px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents table td {
	padding: 5px;
	border: 0px
}
#contents table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents form table th {
	width: 127px;
}

table td.td_head {
	background-color: #9BBC63;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

table td.td_odd {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 0px
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #68823E;
}
/*
２box
-------------------------------------------------------------------*/
#contents .box2 {
	margin-right: 10px;
	height: 135px;
	width: 800px;
	border: 0px solid #000000;
	background-repeat: repeat-x;
	position: relative;
}
#contents .box2 h4 {
	width: 570px;
	position:relative; top:-6px; left:-25px ;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: -4px;
	background-color: #eeeeee;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	border-left-color: #E2331A;
}
#contents .box2 pre {

	margin-right: 10px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(img/note_line.gif);
	color: #000000;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
}

