@charset "UTF-8";


/* -----------------------------------------------------------
CSS Information

 Style Info:     サイトマップカテゴリのスタイル設定
 File name:      individual.css
 Last update:    2009.09.22
 ----------------------------------------------------------- */


/*---------------------------------------------------------------------------
	共通項目 … トップやその他共通項目は、global.cssとlocal.cssに記述
-----------------------------------------------------------------------------*/


#sitemap #contents h2 {
	margin: 0 0 25px 70px;
	font-size: 16px;
	color: #2b1a0a;
}
#sitemap #contents .section {
	clear: both;
	margin: 0 0 50px 110px;
}
#sitemap #contents dl {
	width: 220px;
	float: left;
	margin: 0 10px 5px 0;
	font-size: 12px;
}

#sitemap #contents dt {
	font-weight: bold;
	color: #2b1a0a;
}

#sitemap #contents dd.last {
	background: url(/sitemap/images/sitemap_bullet_bottom.gif) no-repeat left center;
}
#sitemap #contents dd {
	margin-left: 10px;
	padding: 4px 0 4px 40px;
	background: url(/sitemap/images/sitemap_bullet_normal.gif) no-repeat left center;
	font-size: 12px;
	line-height: 12px;
	color: #505050;
}



/*---------------------------------------------------------------------------
	その他の特別なスタイルはこれ以降に記述します。
-----------------------------------------------------------------------------*/

/*
	ID「コンテンツ」部分の	
	<div id="contents" class="○○">	
	「○○」の部分にクラスを付けて特別なページのスタイルを設定。以下の例を参考にして下さい。
	
*/


/*　コーナーツインのテーブル下の説明文
--------------------------------------------------------*/
#guestroom .room_cornertwin .left_section table td.extra {
	padding: 5px;
	border: none;
	text-align: left;
	font-weight: bold;
}

