/* CSS Document */

@charset utf-8;

* {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 0;
}
p,ul,li, dl, dt, dd {
	line-height: 1.5;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
a {
	color: #000;
	text-decoration: none;
	border: none;
}
img {
	border: none;
}
body {
	font-family:'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	margin: 0;
	overflow-x: hidden;
}
.wrapper {
	width: 800px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}


/****************************************************************
	header*/
#header {
	background: url(../img/cmn/bg_header.jpg) no-repeat center top;
	height: 487px;
	margin: 0 auto;
}
h1 a {
	background: url(../img/cmn/logo.png) no-repeat bottom;
	height: 320px;
	width: 518px;
	text-indent: -9999px;
	margin: 0 auto;
	display: block;
}
#topnavi {
	overflow: hidden;
	margin: 30px 0 0;
	background: url(../img/cmn/topnavi_bg.png) repeat;
	padding: 10px;
	text-align: center;
}
#topnavi ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#topnavi li {
	float: left;
	display: block;
	border-right: 1px solid #737330;
}
li#topnavi_li_last {
	border-right: none;
}
#topnavi a {
	color: #737330;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	margin: 0 15px;
}
#topnavi a:hover,
#topnavi a:active {
	color:#FF3300;
}

/****************************************************************
	main*/
#main_wrapper {
	background: url(../img/cmn/bg_main.jpg) repeat-y center top;
	min-height: 408px;
	height: auto !important;
	height: 408px;
	margin: 0 auto;
	position: relative;
}
#main {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	top: -40px;
}

/****************************************************************
	footer*/
#footer_wrap{
	background: url(../img/cmn/bg_footer_grass.jpg) repeat-x bottom;
	overflow: hidden;
	position: relative;
}
#footer2 {
	background: url(../img/cmn/bg_footer2.jpg) repeat-y center top;
	margin: 0 auto;
}
#footer {
	background: url(../img/cmn/bg_footer.jpg) no-repeat bottom;
	margin: 0 auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#to_top {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	clear: both;
	display: block;
	margin: 0 0 30px;
	float: right;
	overflow: hidden;
}
#to_top:hover {
	color:#FF3333;
}
#footer_map_box {
	width: 470px;
	float: left;
	overflow: hidden;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	clear: right;
}
#footer_map {
	float: left;
	height: 251px;
	width: 279px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/cmn/footer_map.png) no-repeat;
}
#footer_map:hover, 
#footer_map:active {
	background: url(../img/cmn/footer_map_hover.png) no-repeat;
}
#fotter_address {
	float: left;
	color: #3e2e16;
	height: 251px;
	position: relative;
	display: block;
}
#fotter_address p {
	position: absolute;
	display: block;
	width: 200px;
	margin: 30px 0 0 10px;
}
span.fotter_address_title {
	font-size: 15px;
	line-height: 1.5;
}
span.fotter_address_text {
	font-size: 12px;
	line-height: 1.2;
}
#wether_box {
	width:230px;
	overflow: hidden;
	float: right;
}
/*#wether_box_top{
	width: 230px;
	height: 9px;
	display: block;
	background: url(../img/cmn/wether_top.png) no-repeat;
}*/
/*#wether_box_bottom{
	width: 230px;
	height: 10px;
	background: url(../img/cmn/wether_btm.png) no-repeat;
	display: block;
	margin: 0 0 10px;
}*/
#wether_box_main {
	width: 230px;
	height: 210px;
	overflow: hidden;
	display: block;
/*	background: url(../img/cmn/wether_main.png) repeat-y;*/
}
#wether_script {
	background-color:#FFFFFF;
	padding: 10px 5px;
	overflow: hidden;
	margin: 5px 10px;
}
#bannar_box {
	width: 550px;
	float: left;
	overflow: hidden;
	margin: 0 0 10px;
}
#bannar_box a {
	overflow: hidden;
}
#footer_link_box {
	width: 250px;
	overflow: hidden;
	float: right;
	margin: 0 0 10px;
}
#footer_link {
	font-size: 10px;
	text-align: right;
}
#footer_link a {
	text-decoration: underline;
}
#footer_link a:hover,
#footer_link a:active {
	color: #FF3333;
}
#copy {
	font-size: 10px;
	text-align: right;
}
