@charset "shift_jis";
/* 全体 */
body{
	margin:0px;
	font-family: "メイリオ", "Meiryo";
	font-size: 88%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	line-height: 140%;
	color: #333333;
	}

h1{
	font-size:80%;
	}
h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h3 {
	border-left-width: 25px;
	border-left-style: solid;
	border-left-color: #CDE47C;
	background-color: #325F46;
	color: #FFF;
	font-size: 133%;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}
a:hover img.hoverImg{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#layout{
	width:900px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}
#h1area {
	color: #FFF;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	width: 900px;
}




#head {
	height: auto;
	width: 900px;
}
#foot {
	height: 30px;
	width: 900px;
	color: #FFF;
	background-image: url(../img/foot.jpg);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	font-size: 88%;
	padding-top: 5px;
}

#wrapper {
	background-color: #FFF;
	height: auto;
	width: 820px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	clear: both;
	float: left;
}

/* 左ナビゲーション */

#navigation {
	float: left;
	height: auto;
	width: 180px;
}
.navi {
	padding: 10px;
	margin-bottom: 5px;
	background-image: url(../img/side_bt_bg.jpg);
	background-repeat: repeat-y;
}
.navi_small {
	font-size: 90%;
	padding-left: 10px;
}


#navi_title {
	height: auto;
	padding-bottom: 15px;
}
.navi-info {
	border: 3px solid #C8E3B9;
	margin-top: 20px;
}
.navinfo-txt01 {
	background-color: #FFF;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}
.navinfo-txt02 {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4F4637;
}
.navinfo-txt03 {
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navinfo-txt04 {
	font-size: 10px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navinfo-txt05 {
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.txt_green {
	color:#325F46;
}
a {
	color: #363;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.navi a {
	color: #FFF;
	text-decoration: underline;
}
.navi a:hover {
	text-decoration: none;
}
#foot a {
	color: #FFF;
	text-decoration: underline;
}
#foot a:hover {
	text-decoration: none;
}
