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

/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ（px）:指定する値（%）
10px:77%;
11px:85%;
12px:92%;
13px:100%;
14px:107%;
15px:114%;
16px:122%;
17px:128%;
18px:136%;
19px:144%;
20px:152%;
21px:159%;
22px:167%;
23px:174%;
24px:182%;
25px:189%;
26px:197%;
*/
/*div#header*/
div#header{
	background-image: url(../img/back-header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding:2px 10px 2px 10px;
}
div#header p#logo{
	float:left;
}
div#header p#description{
	float:left;
	font-size:92%;
	padding:20px 0px 0px 10px;
}
/*div#mainarea*/
div#mainarea h1#tit-content{
	background-image: url(../img/back-tit-recomend.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D40000;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	padding:3px;
	margin-bottom:10px;
	font-size:114%;
}
div#mainarea h2{
	font-size:152%;
}
div#mainarea p#hotel-description{
	border:1px solid #CC3366;
	background-color:#FFDDDD;
	font-size:152%;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

div#mainarea p.picture{
	padding:2px;
	border: 1px solid #999999;
	/*width:235px;
	height:157px;*/
	float:left;
	margin:0px 10px 10px 0px;
}
div#mainarea p.comment{
	clear:both;
	border: 1px dashed #999999;
	padding:4px;
	margin:0px 0px 10px 0px;
	font-size:122%;
	background:#FFFFCC;
}
div#mainarea span.red-big{
	color:#CC0000;
	font-weight:bold;
	font-size:192%;
}
div#mainarea ul.spec{
	line-height:180%;
}
div#mainarea ul.spec li{
	font-size:114%;
}
div#mainarea h3.btn-order{
	float:right;
	padding:0px 140px 0px 0px;
}
div#mainarea h3.btn-order a{
	width:220px;
	height:34px;
	background-image: url(../img/btn-order.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
div#mainarea h3.btn-order a:hover{
	width:220px;
	height:34px;
	background-image: url(../img/btn-order.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
div#mainarea h3.tit-service{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D40000;
	margin-bottom:10px;
	padding:3px 5px 3px 5px;
	font-size:100%;
	clear:both;
	border-left:5px solid #D40000;
}
div#mainarea ul.service{
	float:left;
	padding-left:10px;
}
div#mainarea table{
	border:1px #666666 solid;
	padding:1px 1px 0px 1px;
	width:720px;
	margin-bottom:10px;
}
div#mainarea table td{
	padding:3px;
}
div#mainarea table td.tit-list{
	background-color:#FFDD77;
	border-bottom:1px solid #FFFFFF;
	width:145px;
}
div#mainarea p#comment-recommend{
	font-size:122%;
}