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

/**** 共通 ****/

h2{
	height: 120px;
	width: 560px;
	margin-bottom: 10px;
	text-indent: -9999px;
}



h3{
	clear: both;
	height: 23px;
	width: 550px;
	padding: 5px 0 0 10px;
	margin: 10px 0;
	font-size: 15px;
	background: url(../common_images/under/h3_bar.png);
}



.float_l{
	float: left;
	margin: 10px 10px 0 0;
}



.float_r{
	float: left;
	margin: 10px 0 0 10px;
}



/****  main  ****/

#under_main{
	width: 800px;
}



/**** left ****/

#under_left{
	float: left;
	width: 207px;
	background: url(../common_images/under_menu/side_bg.png) repeat-y;
}



#under_left #search{
	height: 150px;
	width: 198px;
	margin: 0 1px 0 1px;
	background: url(../common_images/under_menu/bg_reservation_bottom.png);
}



#under_left #search form{
	width: 148px;
	margin: 0 auto;
	line-height: 0.5em;
}



#under_left #search form div{
	text-align: center;
}



#under_left ul{
	width: 200px;
	margin-top: 20px;
}



#under_left li{
	padding-bottom: 2px;
	background: url(../common_images/under_menu/side_btn_bar.png) bottom no-repeat;
}



/**** right ****/

#under_right{
	float: left;
	width: 560px;
	padding: 0 0 30px 33px;
}



#under_right .pagetop{
	clear: both;
	margin: 10px 10px 10px 0;
	text-align: right;
	list-style: none none;
}


