@charset "shift-jis";
/* CSS Document */

body,div,span,p,h1,h2,h3,h4,h5,h6,ul,li{
	margin:0;
	padding:0;
	font-size:small;
}
p,h1,h2,h3,h4,h5,h6{
	font-size:small;
	font-weight:normal;
	color:#333;
}
#wrapper{
	background:#fff url(images/bg_dot.gif);
/*
	width:990px;
	margin:0 auto;
*/
}
#contents{
	width:950px;
	margin:0 auto;
	background:#fff;
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;
}

/****************************
	header
****************************/
#header{
	border-bottom:#1062BE 3px solid;
	background:url(images/bg_header.gif) bottom left repeat-x;
	width:950px;
	overflow: hidden;
}
#header h1{
	padding:10px 20px;
	float:left;
}

#header h2{
	float:right;
	margin:40px 20px 0 0;
}


.b20{
	margin: 0px 0px 20px 0px ;
}
/****************************
	左側
****************************/
#main_contents{
	width:700px;
	float:left;
}
#main_contents h4#tit_point{
	clear:both;
	margin:0 0 20px 0;
}
#main_contents #stayimg{
	margin-top:20px;
}
#main_contents #how_res{
	margin:20px 0;
}
#main_contents .point{
	margin:0 0 0px 20px;
	width:320px;
	float:left;
}
#main_contents .point img{
	float:left;
	margin-right:8px;
}
#main_contents h4#tit_bot_copy{
	clear:both;
}
#main_contents h4#tit_bot_copy img{
	margin:30px 0 40px 0;
}
/****************************
	右側
****************************/
#side_contents{
	width:230px;
	float:right;
}
#side_contents h3{
	margin-top:28px;
}
#side_contents #hotel_lists{
	width:210px;
	background:#eee;
	padding: 10px 0;
}
#contents #side_contents #hotel_lists h4{
	background:url(images/bg_list_title.gif) repeat-x top left;
	color:#fff;
	margin:0 8px;
	padding: 4px 10px;
	font-weight:bold;
}
#side_contents #hotel_lists ul{
	list-style:none;
	margin:5px 0 5px 15px;
}
#side_contents #hotel_lists li{
	background:url(images/img_list.gif) no-repeat left center;
	padding: 0 0 3px 8px;
	letter-spacing: -1px;
}
#side_contents #hotel_lists li a{
	color:#333;
	text-decoration:none;
}
#side_contents #hotel_lists li a:hover{
	color:#333;
	text-decoration:underline;
}


/****************************
	footer
****************************/

#footer00{
	width:930px;
	clear:both;
	text-align:center;
}


#footer{
	width:930px;
	border-top:#1062BE 3px solid;
	clear:both;
	text-align:center;
}
#footer img{
	margin:10px auto;
}
