@charset "utf-8";

@import "reset.css";
@import "header.css";

/* =======================================

	Structure CSS

========================================== */

html {
	background: #FFF url();
	color: #333;
}

body{
	background-image: url(../../images/bk.jpg);
	background-repeat: repeat-x;
	background-color: #F2F0EA;
}

.mb8{margin-bottom:8px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}

#wrapper{
	margin: 0 auto;
	width:100%;
}

#header{
position:relative;
clear:both;
margin:0 auto;
height:100px;
}

#main_img{
	clear:both;
	height:420px;
	text-align:center;
	width:100%;
	background-color: #841C1E;
	background-image: url(../../images/main_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contents{
	position:relative;
	clear:both;
	height:500px;
	padding:19px 0 0 0;
	margin:0 auto;
	width:962px;
	background-image: url(../../images/info_bk.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}

#contents #banner_area{
position:absolute;
left:64px;
top:67px;
font-size:11px;
width:320px;
}

#contents #info{
	position:absolute;
	right:59px;
	top:64px;
	width:478px;
}

#contents #info #ifo_box{
	clear:both;
	display:block;
	height:180px;
	overflow-y:auto;
	width:478px;
}

#contents #info a{color:#CD7267;}
#contents #info a:hover{color:#722D25;}

#contents #info .inl{
	clear:both;
	float:left;
	padding:10px 0 10px 12px;
	display:block;
	line-height:1.3;
	width:445px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D9D2C8;
}

#contents #info .int{
	clear:both;
	float:left;
	padding:0 0 5px 20px;
	display:block;
	width:425px;
	background-image: url(../../images/icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#contents #info .ind{
clear:both;
float:left;
padding:0 0 0 20px;
display:block;
color:#999999;
font-size:11px;
width:425px;
}

#footer{
	clear: both;
	height:172px;
	width:100%;
	background-image: url(../../images/footer_bk.jpg);
	background-repeat: repeat-x;
}

#footer #footer_inner{
	position:relative;
	clear: both;
	margin:0 auto;
	height:172px;
	width:962px;
}
#footer_inner2{
	position:relative;
	clear: both;
	height:auto;
	width:962px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer #footer_inner p#copyright{
position:absolute;
right:67px;
top:20px;
width:322px;
}

