@charset "utf-8";
/*********************************************基本設定****/
body,td,th {
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/body_bg.png);
	background-repeat: repeat;
	background-color: #FBFADB;
}
.hide {
	display: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_half {
	height: auto;
	width: 50%;	
}
.img_full {
	height: auto;
	width: 100%;
}


a:link {
	color: #3399CC;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #3399CC;
}
a:active {
	color: #3399CC;
}
.clear {
	clear: both;
}

/*********************************************ヘッダ****/
#head {
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;

}
#head img  {
	max-width:100%;
	height:200px;
	width: auto;
	display: block;
	margin-right: 5px;
}
#head .img_float {
	display: block;
	float: left;

}
#head_txt {
	margin-left: auto;
	height: 200px;
	color: #333;
	display: block;
	background-image: url(img/sp/head_bg.png);
	background-position: 162px top;
	background-repeat: repeat-y;
	background-size:auto 200px;

}


#head #head_nav {
	font-size: 10px;
	display: block;
	line-height: 30px;
	text-align: right;
}
h1 {
	font-size: 14px;
	color: #333;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#title {
	font-size: 14px;
	color: #333;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-weight: bold;
}

#head_txt p {
	margin: 0px;
	padding: 5px;
	display: block;
	font-size: 10px;
	line-height: 13px;
}
/*********************************************ナ　ビ****/
#menu {
	display: none;

}


#menu ul {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	display: block;
	overflow: hidden;
}
#menu li:nth-child(odd) {
	list-style-type: none;
	display: block;
	height: 46px;
	width: 49.9%;
	float: left;
	border-radius:5px;
	background-color: #81633E;
	margin-bottom: 2px;
}
#menu li:nth-child(even) {
	list-style-type: none;
	display: block;
	height: 46px;
	width: 49.9%;
	float: right;
	border-radius:5px;
	background-color: #81633E;
	margin-bottom: 2px;
}
#menu li:nth-child(1),
#menu li:nth-child(4),
#menu li:nth-child(5),
#menu li:nth-child(8),
#menu li:nth-child(9){
	background-color: #A37C4E;
}
#menu li a {
	display: block;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 46px;
	}
#menu li a:hover {
	background-repeat: no-repeat;
	color: #BCAD99;
}
.btn_on {

}
.btn_off {

}
/*********************************************メイン****/
#main {
	background-image: url(img/main_bg.png);
	background-repeat: repeat-y;
	background-size:100% auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main table {
	margin: 20px;
}
#main h2 {
	color: #303D30;
	font-size: 20px;
	background-image: url(img/h2_main.png);
	background-repeat: no-repeat;
	background-size:100% 45px;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#main h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333365;
	margin-top: 0px;
}
/*********************************************メイン****index.html****/
.area_box {
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	background-color: #E6F2DA;
	border: 1px solid #333333;
	height: auto;
	overflow: hidden;
}
.area_box img {
	display: block;
	float: left;
	height: auto;
	width: 50%;
	margin-right: 5px;
}
.main_p {
	margin-right: 20px;
	margin-left: 20px;
}
.main_p img {
	height: auto;
	margin-bottom: 30px;
	width: 80%;
}
/*********************************************メイン****トピックス****/
#topix {
	background-image: url(img/topics.png);
	display: block;
	overflow: hidden;
	background-color: #FFF;
	box-shadow: 2px 2px 3px 1px #CCC;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}

#topix_area {
	display: block;
	padding: 0px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topix_area .title {
	font-size: 12px;
	font-weight: bold;
	color: #09C;
	margin-top: 20px;
}
#topix_area .title a {
}
#topix_area .date {
	font-size: 11px;
	color: #09C;
	margin-top: 5px;
}
#topix_area .txt {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#topix_area .txt img, #topix_area .txt a img {
	display: none;
}
#topix_area .txt a img:hover {

}
/*********************************************メイン****サブページ****/
#main_txtarea {
	margin-right: 20px;
	margin-left: 20px;
	}
#main .txt_box {
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#main .txt_box p img {
	height: auto;
	width: 100%;
}


#main .txt_box h3 {
	font-weight: bold;
	color: #333365;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333365;
	padding-left: 10px;
	display: block;
}
#main .img_float {
	float: left;
	margin-right: 5px;
}
/*******************************
関連サイト
********************************/

.kanren {
	display:block;
	margin-left:20px;
	margin-right:20px;
	clear:both;
}

.kanren ul{
	display: block;
	margin: 0xp;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	}
.kanren ul li{
	display: block;
	margin: 0xp;
	padding:0px;

	}
.kanren ul li>span{
	display: block;
	margin: 0xp;
	padding: 0px;
	padding-left: 5px;
	font-size: medium;
	font-weight: bold;
	border-left: 3px double #585858;
	}		
.kanren ul li dl{
	display: block;
	margin-top: 0;
	margin-bottom:10px;
	padding: 5px;
	font-size: ;
	background-color:;
	}
.kanren ul li dl dt{
	display: block;
	margin:0px;
	padding: 0px;
	font-size:small;

	}
.kanren ul li dl dt:before{
	content:"▼ ";

	}				
.kanren ul li dl dd{
	display: block;
	margin:0px;
	margin-left:1.2em;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	font-size:small;

	}
.kanren ul li dl dd:last-child{
	display: block;
	margin:0px;
	margin-left:1.2em;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;

	}
/*********************************************フッタ****/
#foot {
	width:auto
	background-size:100% ;
	text-align: center;
	display: block;
	margin: 0px;
	background-color: #009CD8;
}

#foot ul {
	list-style-type:none;
	width:100%;
	height:175px;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#foot li {
}

#foot li a {
	width:50%;
	height:35px;
	float:left;
	background-color:#009CD8;
	text-decoration:none;
	color: #333333;
	font-size: 85%;
	line-height: 35px;
	display: block;
	margin: 0px;
	padding: 0px;
	box-shadow:inset 1px 1px 1px #333333, 1px 1px 1px #333333;
}
#foot li a:hover {
	background-color: #FBFADB;
	color: #333333;
	font-weight: bold;
}
#foot a {
	color: #333333;
	text-decoration:none;

}
#cr {
	clear:both;
	margin-top:20px;
	width:35;
	font-size: 14px;
	line-height: 35px;
}
