/*=======================
common
========================*/
body {
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	background:url(../../img/body_bg.jpg) repeat;
}
#container{
	width: 1000px;
	background:url(../../img/shadow.png) repeat-y;
	margin:0 auto;
}
.tel a{
	cursor:default;
}


/*=======================
header
========================*/
#header{
	width:900px;
	padding:20px 20px 0px 20px;
}
#header_form{
	width:900px;
	margin:0 auto;
	padding:30px;
}
.head_right{
	float:right;
	width:380px;
	margin:20px 0 0;
}
#head_btn li{
	float:left;
	margin-right:10px;
}
.right_none{
	margin-right:0px !important;
}

/*=======================
contents
========================*/
#contents{
	width:972px;
	margin:0 auto;
}
.flow li{
	float:left;
}

.box1{
	float:left;
	width:463px;
}
.reserve{
	text-align:center;
	padding:20px 0;
	clear:both;
}
.reserve a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*=======================
reserve
========================*/
.reserve01{
	margin:20px 0 0;
	position:absolute;
	left:-20px;
}
.reserve02{
	margin:20px 0 0;
	position:absolute;
	right:-20px;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.reserve_bg{
	margin-top:20px;
	height:450px;
}
.reserve_tel{
	float:right;
	margin:370px 40px 0 0;
}

/*=======================
footer
========================*/
#foot_bg{
	background:#a41f24;
	height:500px;
}

.none{
	display:none;
}
