@charset "utf-8";
@import url(form.css);

/**--base_setting--**/
html {
	background: #999;
}
body {
    font-family: 'メイリオ','ＭＳ Ｐゴシック', Verdana, Helvetica, Chicago, Arial, Sans-Serif;
    font-size:84%;
	line-height:160%;
	color: #555;
  background:#fff;
  text-align:center;

}
body,h1,h2,h3,h4,h5,h6,p,span,ul,li,dl,dt,dd {
margin: 0;
padding: 0;
}
th,td {
vertical-align: top;
text-align: left;
}
ul,ol {list-style: none;}
img {border: none;}
a img {border: none;}

a {color: #CC0000;text-decoration: underline;}
a:hover {color: #FF6633;text-decoration: underline;}

.hidden {display: none;}
.clear {clear: both;}

/*===a内にspanがあればテキストを非表示にする===*/
a span {
	display: none;
}
a.a_btn {
	display: block;
	padding: 10px ;
	text-align: center;
	font-weight: bold;
	background: #3d6800;
	color: #FFF;
}
a.a_btn:hover {
	background: #94B803;
}
img.txt_img {
	vertical-align: middle;
	margin:0 3px 0 0;

}
.box01 {
	background: #eee;
	padding:20px;
}
.box02 {
	background:#E4E8DB;
	padding:20px;
}
.box_margin01 {
	margin:1em 0 0.5em 0;
}
.box_margin02 {
	margin:2em 0 1em 0;
}

/***
テキスト関連
***/
.txt01 {
	background: url(../img/common/list01.gif) no-repeat left center;
	padding: 0 0 0 20px ;
}

.txt02 {
	background: url(../img/common/list00.gif) no-repeat left center;
	padding: 0 0 0 35px ;
}
.txt03 {
	background: url(../img/common/list00_1.gif) no-repeat left center;
	padding: 0 0 0 35px ;
}
.txt04 {
	background: url(../img/common/list00_2.gif) no-repeat left center;
	padding: 0 0 0 35px ;

}
.txt05 {
	background: url(../img/common/list00_3.gif) no-repeat left center;
	padding: 0 0 0 35px ;

}
.title_bg01 {background:#FFF url("../img/common/h2_bar01.gif") repeat-x left top;padding:7px ;margin:20px 0;color:#336600;}
.title_bg02 {background: #FFF url("../img/common/h2_bar02.gif") repeat-x left top;padding:7px ;margin:20px 0;color:#333;}
.title_bg03 {background: #FFF url("../img/common/h2_bar01.gif") repeat-x left top;padding:7px ;margin:20px 0;color:#A70A0E;}
.title_bg04 {background: #FFF url("../img/common/h2_bar02.gif") repeat-x left top;padding:7px ;margin:20px 0;color:#A70A0E;}
/*====================================================================
全体レイアウト
====================================================================*/
h1 {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	background: #ACCA00;
	border-bottom:1px solid #829900;
	color:#FFF;
	padding: 0;
	
}
h1 span{
	display: block;
	width:950px;
	margin:0 auto;
}

#container {
	overflow:hidden;
}
#wrapper {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}
/*
======common.top=======
*/
div#box_top {
  clear: both; 
  position:relative;
	z-index: 1;
	overflow: hidden;
  }
div#box_top #main_title{
	height: 100px;
	padding:10px 0 0 0;
	overflow: hidden;
}
div#box_top #main_title h2 a{
	display: block;
	background: url(../img/common/main_title01.gif) no-repeat left top;
	width:614px;
	height:36px;
}
div#box_top #main_title p a{
	display: block;
	background: url(../img/common/main_title02.gif) no-repeat left top;
	width:614px;
	height:37px;
	margin:10px 0 0 0;
}

div#box_top .japan_area {
	position: absolute;
	right: 0;
	top:55px;
	width: 320px;
	
}
div#box_top .japan_area h3{
	color: #4a9700;
	width: 301px;
	height: 17px;
	margin: 0 0 4px 0;
	background: url(../img/common/zenkoku_title.gif) no-repeat left top;
}
div#box_top .japan_area h3 span{
	display: none;
}
div#box_top .japan_area div {
	background: #ddd;
	padding: 5px;
}

/*
======メインメニュー=======
*/

#main_menu {
	width: 950px;
	height:45px;
	background: url(../img/common/main_titlebar.gif) no-repeat left top;
	margin:0 0 20px 0;
}
#main_menu ul{
	padding: 0 0px 0 15px;
}
#main_menu ul li{
	float: left;
	color: #888;
}
#main_menu ul li a{
	color: #FFF;
	line-height: 45px;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/common/list03.gif) no-repeat left center;
	padding:0 0 0 10px;
}
#main_menu ul li a:hover{
	text-decoration: underline;
	color:#66CC00;
}

/*
======common.sidemenu=======
*/


#sidemenu {
	width: 200px;
	float: left;
	font-size: 12px;
}
#sidemenu ul.side_main{}
#sidemenu ul.side_main li{
	margin:0 0 5px 0;
}
#sidemenu ul.side_main li a{
	display: block;
	height: 75px;
}
#sidemenu ul.side_main li a:hover{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#sidemenu ul.side_main li a#side_01{background:url(../img/common/side_01.gif) no-repeat left top;}
#sidemenu ul.side_main li a#side_02{background:url(../img/common/side_02.gif) no-repeat left top;}
#sidemenu ul.side_main li a#side_03{background:url(../img/common/side_03.gif) no-repeat left top;}
#sidemenu ul.side_main li a#side_04{background:url(../img/common/side_04.gif) no-repeat left top;}
#sidemenu ul.side_main li a#side_05{background:url(../img/common/side_05.gif) no-repeat left top;}
#sidemenu ul.side_main li a#side_06{background:url(../img/common/side_06.gif) no-repeat left top;}
#sidemenu ul.side_main li a#side_07{background:url(../img/common/side_07.gif) no-repeat left top;}


/*******/
.side_sub01 {
	margin: 10px 0 0 0 ;
}
.side_sub01 li a{
	background: url(../img/common/side_btn01.gif) no-repeat left top;
	width:180px;
	height:50px;
	margin:0 0 5px 0;
}
.side_sub02 {}
.side_sub02 li a{
	background: url(../img/common/side_btn02.gif) no-repeat left top;
	width:180px;
	height:50px;
	margin:0 0 5px 0;
}
.side_sub01 li a,
.side_sub02 li a{
	display: block;
	color: #FFF;
	padding:10px 0 0 30px ;
}
.side_sub01 li a:hover,
.side_sub02 li a:hover{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/******pamph***************/
.pamph_area {
	margin: 20px 0 0 0;
}
.pamph_title {
	font-size: 30px;
	background: url(../img/common/list00_3.gif) no-repeat left top;
	padding:2px 0 2px 35px;
	line-height: 33px;
	margin: 0 0 10px 0;
}
.pamph_area h3{
	background:url(../img/index/index_txt04.gif) no-repeat left top;
	height:35px;
}
.pamph_area h3 span {
	display: none;
}

.pamph_area table{
	background: #eee;
	border: 1px solid #aaa;
}
.pamph_area table td {
	padding: 20px 10px ;
}
.pamph_area table th {
	padding: 20px 20px ;
	font-weight: normal;
}
.pamph_area table th a{
	display: block;
	text-align: center;
	width: 300px;
	padding: 5px;
	background: #3d6800;
	color: #FFF;
	margin:0 0 5px 0;
	text-decoration:none;
}
.pamph_area table th a:hover{
	background: #94B803;
}
.pamph_area table th a strong{
	display: block;
	font-size: 14px;
	
}

/*====================================================================
メインコンテンツ
====================================================================*/
#contents {
	width:740px ;
	float: right;
}
#contents_center {
	width:740px ;
	margin: 0 auto;
}

.h2_bg {
	background: url(../img/common/h2_bg01.gif) no-repeat left top;
	width: 730px;
	height:40px;
	margin:0 0 20px 0;
	padding:9px 0 5px 10px;
}
#contents_center h2,
#contents h2 {
	font-size: 30px;
	background: url(../img/common/list00.gif) no-repeat left top;
	padding:2px 0 2px 40px;
	line-height: 34px;
	color:#111;

}


/*
======common.bottom=======
*/

div#box_bottom {
	overflow: hidden; 
	clear: both;
	margin: 0 auto;
	width: 950px;
	}
div#box_bottom p {
	float:left;
	margin: 5px 20px 10px 3px ;
}
div#box_bottom address {
	float: right;
}

/**最下のリンク**/
ul#bottom_navi {
	padding: 0px;
	margin: 5px auto 0 auto;
	clear:both;
	height: 20px;
	width: 950px;
	/*
	background-image: url("../img/common_navi_bar.gif");
	background-repeat: no-repeat;
	*/
}
ul#bottom_navi li {
	float: left;
	font-size:85%;
	letter-spacing: 0.1em;
}
ul#bottom_navi a {text-decoration: none;}

div.common_sitemap {
	overflow:hidden;
	clear: both;
	margin:0;
	text-align:left;

}
div.common_sitemap a {
	color:#666;
	text-decoration: none;
}
div.common_sitemap a:hover {
	color:#333;
	text-decoration: underline;
}
div.common_sitemap div.sitemap01 {
	width:160px;
	padding:0 10px 10px 0;
	float: left;
	
}
div.common_sitemap div.sitemap01 h4 {
	margin: 0px 0;
	line-height: 20px;
	font-size: 12px;
	color:#999;

}
div.common_sitemap div.sitemap01 h5 {
	font-weight: normal;
	margin: 2px 0;
	line-height: 16px;
	font-size: 10px;
}

div#box_bottom p {
	line-height:140%;
	margin: 5px 0 ;
	font-size: 10px;

}
div.address_area {
	padding: 0 10px;
	overflow:hidden;
	background-color: #999999;
	margin:0;
	color:#FFFFFF;
	text-align: center;
	_display:inline-block;
	font-size:11px;
}

div.address_area #b_854 {
	clear:both;
	margin: 10px auto;
	text-align: left;
	}


/*********ソーシャルブックマーク*******/
div.sbm_area {
	background-color: #f2f2f2;
	overflow: hidden;
	border-top:1px solid #dddddd;
	width: auto;
	height:100%;
	text-align: left;
	font-size:11px;
}
div.sbm_area p {
	padding-left: 10px;
}

div.bookmarkarea {
	padding:5px;
	clear:both;
	display: block;
	border-top: 1px solid #DDD;
	background-color:#fff;
	overflow:auto;
	width: auto;
	height:100%;
}
/*****************共通クラス********************/

/**about_menu****/
.about_menu {
	background: #ECF7D2;
	padding:5px 30px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.about_menu li{
	float: left;
}
.about_menu li a{
	display: block;
	background: #638318;
	padding:5px;
	margin:0px 10px 0px 0;
	text-align: center;
	color: #FFF; 
	width:150px;
}
.about_menu li a:hover{
	background: #94C424;
}
.about_menu li a.on{
	background: #CC0000;
}

