﻿@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;
	height: 120px;
	margin-top: 10px;
}
#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: 13px;
	padding-bottom: 6px;
	padding-left: 13px;
	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;
}

#contents {
	width:800px;

}

#contents pre {
	width:720px;
	margin-right: 10px;
	margin-left: 30px;
	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 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 h4 {
	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 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: 12px;
}




#contents li {
	text-align: right;

}
#contents li a{

	font-size: 15px;
}

/* 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 {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents .img_left img {
	border: 2px solid #EDEDE9;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}
.img_right {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	font-style: oblique;
}
#contents p .chui {
	line-height: 20px;
}
.list li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	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;
}
ul.list {
	margin-bottom: 10px;
}
.list li:hover {
	background-color: #FFFFFF;
}

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;
}
#content #mokuji {

	margin-top: 1px;
	margin-bottom: 15px;
	border: 1px solid #D8D8D3;
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 16px;
	line-height: 20px;
}
#mokuji li a {
	font-size: 15px;
	color: #000000;

	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}


#content .box_out img {
	margin-right: 1px;
	margin-bottom: 1px;
}
/*
２box
-------------------------------------------------------------------*/
#contents .box2 {
	position: relative;
	height: 140px;
	width: 360px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
#contents .box2 h4 {
	margin: 0px;
	width: 350px;
	background-color: #dddddd;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	border-left-color: #94BA12;
}
#contents .box2 h6 {
	margin: 0px;
	width: 350px;
	background-color: #dddddd;
	color: #000000;

	font-size: 13px;
	font-weight: bold;
	border-left-color: #94BA12;

}
#contents .box2 pre {
	position: relative;
	width: 225px;
	margin-right: 5px;
	margin-left: 110px;
	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);
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;

}
#contents .box2 p {
	margin: 0px;
}

#contents .box2 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#contents .box2 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}

