/*=======================
common
========================*/
body {
	line-height: 1.7;
	margin:0 auto;
	padding: 0px;
	background:#fce5ca;
}
#container{
	width: 100%;
	background:url(../img/container_bg.jpg) repeat-y center;
	margin:0 auto;
}
.tel a{
	cursor:default;
}


/*=======================
header
========================*/
#header{
	width:910px;
	height:110px;
	margin:0 auto;
	padding:20px 0px 0 50px;
	/*background:#f8b857;*/
}
#header_form{
	width:900px;
	margin:0 auto;
	padding:30px;
	background:#fbd58b;
}

.head_right{
	float:right;
	width:350px;
}
#head_btn li{
	float:left;
	margin-bottom:10px;
}

/*=======================
contents
========================*/
#contents{
	width:960px;
	margin:0 auto;
	background:#fff;
}
.left-55{margin-left:-55px;}
/*
.bar{
	background:url(../img/bar_back.png) no-repeat;
	height:174px;
}
.flow li{
	float:left;
}
*/


/*=======================
reserve
========================*/

.reserve{
	padding:50px 0 50px 0;
	text-align:center;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.reserve_bg{
	margin-top:20px;
	height:450px;
}
.reserve_tel{
	float:right;
	margin:370px 40px 0 0;
}


/*=======================
footer
========================*/
#footer{
	background:url(../img/footer_bg.gif) repeat-y;
	padding:100px 0 80px 60px;
}