@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
	font-size: 0px;
	line-height: 0px;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
a {
	overflow: hidden;
	color: #392B1D;
	text-decoration: none;
}
a:hover {
	overflow: hidden;
	color: #392B1D;
	text-decoration: underline;
}


/*--------------------body---------------------------*/
html{overflow-y: scroll;}
html, body {
	height: 100%;
	font-size: 12px;
	background-color: #D9CFB5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 18px;
	color: #846142;
	text-align: center;
}
/*--------------------wrapper---------------------------*/
#wrapper {
	text-align: left;
}
/*--------------------wrap_header---------------------------*/
#wrap_header {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 116px;
	width: auto;
}
/*--------------------header---------------------------*/
#header {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 62px;
	padding-top: 54px;
}
#header .logo a {
	float: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 260px;
	text-indent: -9999px;
	display: block;
}
#header .address {
	float: right;
	background-image: url(images/address.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 376px;
	text-indent: -9999px;
}
/*--------------------main_image---------------------------*/

#main_image {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_flash.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 450px;
}
#main_image .top {
	height: 415px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#main_image .flash {

}

/*--------------------main---------------------------*/
#main {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-image: url(images/border_footer.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 10px;
}
#main .cc {
	margin-bottom: 18px;
	font-size: 0px;
	line-height: 0px;
}
/*--------------------live_news---------------------------*/
#live_news {
	float: left;
}
#live_news h2 {
	background-image: url(images/title_whatnew.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 168px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#live_news dl {
	margin-bottom: 6px;
}
#live_news dt {
	float: left;
	font-size: 0px;
	line-height: 0px;
}
#live_news dd {
	float: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 11px;
	padding-left: 10px;
	width: 430px;
}

/*--------------------live_news---------------------------*/
#top_banner {
	float: right;
	padding-top: 10px;
}
#top_banner li {
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 6px;
}

/*--------------------footer---------------------------*/
#footer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 50px;
	text-align: right;
}



/*********************------clear---------**********************/
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
} 
