@import url("share.css");

/************** トップ画像 ***************/

h3 {
	width:800px;
	height:250px;
	text-align:left;
	color:#333;
	background:transparent;
	clear:both;
	display:block;
}

h3 img{
	clear : both;
}

/************** leftContent ***************/

#leftContent {
	width:210px;
	height:auto;
	text-align:left;
	float:left;
}

#reservationBox {
	width:190px;
	height:auto;
	padding:0 0 0 20px;
}

#reservationBox p{
	width:190px;
	height:auto;
	margin:3px 0 0 0;
	clear:both;
	text-align:right;
	font-size:12px;
}

.topbannerBox {
	width:210px;
	height:auto;
	padding:10px 0 0 20px;;
	clear:both;
}

.topbannerBox img{
	margin-bottom:5px;
}

#hotelInfoBox {
	height:auto;
	padding:5px;
	margin:10px 0 0 0;
	border:1px solid #351800;
	float:right;
}

#hotelInfoBox p {
	width:178px;
	height:auto;
	margin:5px 0 0 0;
	color:#333;
	font:10px/140% "MS Pゴシック";
	background:transparent;
}

#infoBox{
	padding:20px 0 0 0;
}

#infoEntry{
	padding:5px 0 0 10px;
}

#infoEntry p{
	font:12px/120% "MS Pゴシック";
	padding-bottom:5px;
}


#blogBox{
	padding:20px 0 0 0;
}

#blogEntry{
	padding:5px 0 0 10px;
}

#blogEntry p{
	font:12px/120% "MS Pゴシック";
	padding-bottom:5px;
}

#voiceBox{
	padding:20px 0 0 0;
}

#voiceEntry{
	padding:5px 0 0 10px;
}

#voiceEntry p{
	font:12px/120% "MS Pゴシック";
	padding-bottom:5px;
}

/************** rightContent ***************/

#rightContent {
	width:551px;
	height:auto;
	text-align:left;
	padding-right:20px;
	float:right;
	background:transparent;
}

#h4Title{
	width:551px;
	font-size:12px;
	line-height:1.3;
	font-weight:bold;
	color:#4A3111;
	border-bottom:1px dotted #4A3111;
	padding-bottom:2px;
	margin-bottom:5px;
}

.h4Text{
	width:545px;
	font-size:12px;
	line-height:1.3;
	color:#333;
	padding:0 0 6px 5px;
}

#topMenuBox{
	width:551px;
	height:auto;
	background:url(../img/topmenu_bg.jpg) no-repeat transparent;
}

#topMenuBox tr td{
	width:137px;
	height:auto;
	padding:115px 0 5px 7px;
	vertical-align:top;
	background:transparent;
}

#topMenuBox tr td p{
	padding-bottom:7px;
	font:10px/120% "MS Pゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
}

#topMenuBox tr td p a:link,#topMenuBox tr td p a:visited,#topMenuBox tr td p a:active{
	color:#FFF;
	text-decoration:none;
	background:transparent;
}

#topMenuBox tr td p a:hover{
	color:#F00;
	text-decoration:underline;
	background:transparent;
}


