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


/*=======================
header
========================*/
#header{
	margin:0 auto;
	padding:20px 0;
	background:#fff;
	text-align:center;
	border-top:20px solid #77b9c4;
}
h1{
	margin:30px 0;
}
.head_right{
	margin:15px 0 0 0;
	float:right;
	width:422px;
}
#head_btn li{
	float:left;
	margin-bottom:10px;
}

/*=======================
contents
========================*/

a:hover img{
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity = 60);
}
#contents{
	width:960px;
	margin:0 auto;
	background:#fff;
}
.float_l{
	width:443px;
	float:left;
}
.float_r{
	width:517px;
	float:right;
}


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

.reserve{
	padding:10px 0 30px 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:#fff;
	text-align:center;
	padding:0px;
}
#footer p{
	width:960px;
	padding:40px 0 30px 0;
	background:#fff;
}