body{
	font-size: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


a:hover {
	color: #FF0066;
	border: none;
	text-align: right;
}
h1 {
	font-size: 140%;
	color: #FFFFFF;
	float: left;
	margin-top: 5px;
	margin-bottom: 2px;
}
h2 {
	font-size: 16px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 12px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
	top: 1px;
	bottom: 1px;
}
.osusme {
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 13px;
	padding: 1px;
	top: 1px;
	margin: 0px;
}



.left_table {
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 155px;
	padding: 7px;
	margin: 0px;
	font-weight: bold;
	border: 1px solid #FFCC99;
}
.left_table_a {
	padding: 5px;
	float: left;
	width: 40px;
	border: 1px solid #FFCC99;
	font-size: 12px;
	text-transform: uppercase;
	list-style-position: outside;
}
.left_table_b {
	padding: 5px;
	float: left;
	width: 100px;
	border: 1px solid #FFCC99;
	page-break-after: auto;
}
.spring {
	font-size: 12px;
}
.chiiki {
	font-size: 13px;
}


.right_table {
	font-size: 12px;
	color: #000000;
	text-align: center;
	width: 150px;
	padding: 2px;
	font-weight: normal;
	top: 3px;
	border: 1px solid #FFCC99;
}

.style3 {font-size: 9px}
.style4 {
	color: #0000FF;
	text-align: center;
	font-weight: bold;
}
p {
}
.R {
	color: #FF0000;
	font-weight: bold;
}
.style5 {font-size: 12px}
.style6 {font-size: 13px}
.style6R {
	color: #FF0000;
	font-size: 13px;
}

.style7 {
	font-size: 14px;
}
.style8 {font-size: 11px}
.style9 {color: #FFFFFF}
.style10 {
	font-size: 14px;
	font-weight: bold;
}
.price {
	font-weight: bold;
}
.category {
	font-size: 13px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 25px;
}
.hoteltitle {
	font-size: 130%;
	color: #FFFFFF;
}

#bottom {
	width: 780px;
	height: auto;
	font-size: 10px;
	padding-top: 10px;
	text-align: right;
	float: left;
}

/* リスト */
ol.topic-path {
    margin: 0; /* マージン（上下左右） */
    padding: 7px 5px; /* パディング（上下、左右） */
    background-color: #f9f9f9; /* 背景色 */
    list-style-type: none; /* リストマーク非表示 */
    font-size: 100%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
    padding-left: 5px; /* 左パディング */
    display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
	padding-left: 25px; /* ホーム記号（※） */
	background-image: url(../img/topic-path-home-black.png);
	background-repeat: no-repeat;
	background-position: left;
}
/* リンクエリア */
ol.topic-path li a {
	padding-right: 18px; /* 矢印記号（※） */
	background-image: url(../img/topic-path-gray.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/* リンク色 */
ol.topic-path li a {
    color: #4682b4;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
    color: #FF0066;
}
