@charset "shift_jis";

/* ===================================================
	Contents CSS
====================================================== */


body{
	background: url(../img/template/contents_bg.jpg) repeat-x left top;
}


ul#navigation{
	margin-top: 4px;
}


div#main{
	padding: 20px 10px 0;
}


/* Content */

div#content{
	margin-top:-10px;
	width: 540px;
	float: left;
}


div.section{
	margin: 20px 10px;
	text-align: left;
}

div.section a:link,
div.section a:visited {
	color: #550000; text-decoration: none;
}

div.section a:hover,
div.section a:active{
	color: #A50602; text-decoration:underline;
}

h1{
	margin: -10px 0 15px 0px;
	padding: 0 7px;
	color: #333;
	font-size: 1em;
	line-height: 130%;
	border-left: 5px solid #550000;
}

h2{
	margin: 10px 0 15px 0px;
	padding: 3px 10px;
	color: #88694c;
	font-size: 0.9em;
	line-height: 120%;
	background: #ededed;
}

h3{
	margin: 10px 10px 5px 10px;
	padding:2px 0;
	color: #300909;
	font-size: 0.85em;
	border-bottom-style:dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

h4{
	margin: 0 0 5px 10px;
	color: #300909;
	font-size: 0.75em;
}

div.section p,
div.section blockquote{
	margin: 0px 10px 5px 10px;
	color: #333;
	font-size: 0.9em;
}

div.section table td,
div.section table th{
	color: #333;
	font-size: 0.9em;
	padding:5px;
}


/* ‰æ‘œ—L */

div.imgbox{
	margin: 0 10px 0 25px;
	padding: 10px 0 20px;
}

div.imgbox:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/*\*/
* html div.imgbox { width: 515px; min-height: 1px; overflow: hidden; }
*+ html div.imgbox { width: 515px; min-height: 1px; overflow: hidden; }
/**/


div.imgbox p{
	margin: 5px 0;
	width: 355px;
	float: left;
	color: #868282;
	font-size: 0.75em;

}

div.imgbox img{
	float: right;
	text-align: right;
}



dl.address{
	margin: 20px 0 15px;
	padding: 0 5px;
}

dl.address dd{
	margin: 5px 0 0 0;
}

.img_right{
	float:right;
}

.img_left{
	float:left;
}

/* Sidebar */

div#sidebar{
	width: 202px;
	float: right;
	background: #f7f2f2;
}

#sidebar .title{
	margin: 0;
	padding: 0;
	height: 34px;
}


ul#menu{
	margin: 0 1px 20px 1px;
	background: #fff;
}


ul#menu li{
	margin: 1px 0;
	padding: 0 15px;
	font-size: 0.9em;
	line-height: 22px;
	text-align: left;
	background: #d9d1d1;
}


ul#menu li a:link,
ul#menu li a:visited {
	color: #88694c; text-decoration: none;
}

ul#menu li a:hover,
ul#menu li a:active{
	color: #A50602; text-decoration: none;
}

#side_add{
	width: 202px;
	float: right;
	margin-top:12px;
	padding-bottom:10px;
}

#side_add .hotel{
	margin-left:10px;
	text-align:left;
	color:#553434;
	font-size:1.1em;
}

#side_add .add{
	margin-left:10px;
	text-align:left;
	font-size:0.75em;
	color:#553434;
}

/*link*/

ul#link{
	margin-left:10px;	
}

ul#link li{
	font-size:0.9em;
	line-height:170%;
	padding-left:20px;
	/*background: url(../img/index/arrow.gif) no-repeat left center;*/
	vertical-align:middle;
}

ul#link a:link,
ul#link a:visited {
	color: #A50602; text-decoration: none;
}

ul#link a:hover,
ul#link a:active{
	color: #A50602; text-decoration:underline;
}

ul#link p{
	margin-left:20px;
	margin-bottom:10px;
}