/*=======================
common
========================*/
body {
	line-height: 1.7;
	margin:0 auto;
	padding: 0px;
}
#container{
	width: 100%;
	background:url(../../img/new_year_background.png) repeat;
	margin:0 auto;
}
.tel a{
	cursor:default;
}
.size li{
	font-size:125%;
	padding:5px 0;
}

/*=======================
header
========================*/
#header{
	width:960px;
	height:120px;
	margin:0 auto;
	padding:0;
	background:#fff;
}
h1.left{
	margin:23px 0 0 32px;
}
.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:#8c0000;
	text-align:center;
	padding:0px;
}
#footer p{
	padding:40px 0 30px 0;
	background:#fff;
}