/* CSS Document */

#wrapper {
	margin:0 auto;
	border-top:1px solid #E2E2E2;
	background:url(../imgs/wrapper_bg.gif);
	}
	
#contentarea {
	margin:0 auto;
	width:946px;
	_width:950px;
	background-color: #FFFFFF;
	border-left:2px solid #2E72B8;
	border-right:2px solid #2E72B8;
	}

a:hover{text-decoration:none;}

#to_top {padding:0px 0px 30px 800px;}
#to_top p {
	background:url(../imgs/icon-to_top.gif) no-repeat left;
	padding-left:12px;
	text-align:left;
	}
	
	
/*========== BOX ==========*/

#g_navi {
	background:#BD9187;
	padding:5px 0px 5px 35px;
	margin-bottom:30px;
	}

#g_navi li {
	float:left;
	margin:0px 30px 0px 0px;
	font-weight:bold;
	color:#FFF;
	background:url(../imgs/icon-g_navi.gif) no-repeat left;
	padding-left:12px;
	}

#g_navi li a,
#g_navi li a:hover,
#g_navi li a:visited {
	font-weight:normal;
	color:#FFF;
	}
	
/*========== BOX ==========*/

.box{
	padding:0px 35px;
	margin-bottom:20px;
	text-align:left;
	}
	
.box h4{
	color:#2E72B8;
	border-bottom:2px solid #2E72B8;
	margin-bottom:7px;
	padding-left:15px;
	font-size:11pt;
	}
.box p,
.box li{
	margin-left:15px;
	}


/*========== ホテル一覧 ==========*/
.hotel_list{
	padding-left:33px;
	margin-bottom:40px;
	}

.hotel_list h2{
	background:url(../imgs/h2_bg.jpg) no-repeat;
	height:40px;
	padding:10px 0px 0px 15px;
	text-align:left;
	color:#FFF;
	}

.hotel_list .small{
	font-size:13px;
	letter-spacing:-0.1em;
	}
	
.hotel_list .hotel{
	float:left;
	width:278px;
	_width:280px;
	margin:20px 20px 0px 0px !important;
	margin:20px 17px 0px 0px;
	background-color:#F7FBFF;
	border:1px solid #2E72B8;
	padding:10px 0px;
	overflow:hidden;
	}


/*-- 事業所名・リード文 ---*/
.hotel_list .hotel{
	text-align:center;
	}

.hotel_list .hotel h3{
	font-size:14px;
	border-left:5px solid #2E72B8;
	margin:0px 10px 10px 10px;
	padding:3px 0px 0px 5px;
	color:#2E72B8;
	text-align:left;
	}

.hotel_list .hotel p{
	margin:0px 10px 10px 10px;
	line-height:1.5em;
	}

.hotel_list .hotel p.lead{
	display:block;
	height:55px;
	text-align:left;
	}
	
.hotel_list .hotel p.url{
	display:block;
	text-align:right;
	padding-right:7px;
	}


/*-- 画像 ---*/
.hotel_list .hotel .photo {
	width:241px;
	_width:243px;
	margin:0px auto;
	padding:3px 0px;
	border:1px solid #CDCDCD;
	background:#FFF;
	}




/*========== Clear Fix ==========*/
.clearfix:after{content: "."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{display:inline-table;min-height:1%; overflow:hidden;}
* html .clearfix{height:1%;}
.clearfix{display: block;}