@charset "utf-8";
/* common CSS Document */

/*-----擬似要素(float解除)----*/

div#main_bottom_inner:after,
div#main_bottom_inner dl:after{
  content : "";
  display : block;
  height : 0;
  clear:both;
}


/*------------コンテンツ----------------*/

p#comment{
	float:left;
	width:485px;
	line-height:1.3;
	margin:0 0 20px 20px;
	font-size:110%;
	color:#542500;
	font-weight:bold;
	text-align:left;
}

dt{
	float:right;
	width:153px;
	height:63px;
	margin:0 15px -15px 0;
	padding-bottom:8px;
	background:url(../img/bg_reserve.png) no-repeat center bottom;
	position:relative;
	z-inex:10;
}

a#reserve{
	clear:both;
	display:block;
	width:153px;
	height:63px;
	color:#FFF3C2;
}

a#reserve img{
	display:block;
	margin-top:-2.0em;
	position:relative;
}

a#reserve:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
h3{
	font-size:24px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	margin-bottom:20px;
	padding-left:20px;
	border-left:5px #FAB500 solid;
}

/*------------フッター----------------*/

