@charset "UTF-8";


/* -----------------------------------------------------------
CSS Information

 Style Info:     アクセスカテゴリのスタイル設定
 File name:      local.css
 Last update:    2009.09.13
 ----------------------------------------------------------- */


/*---------------------------------------------------------------------------
	共通項目 … トップやその他共通項目は、global.cssとlocal.cssに記述
-----------------------------------------------------------------------------*/


#access #contents {
}
#access #contents h2 {
	margin: 0 0 15px 70px;
	font-size: 16px;
	font-weight: normal;
	color: #482909;
}
#access #contents h3 {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(/acccess/images/access_bullet_square.gif) no-repeat left center;
	font-size: 16px;
	font-weight: normal;
	color: #482909;
}
#access #contents p {
	margin-bottom: 15px;
	font-size: 14px;
	color: #666;
}
#access #contents .spred,
#access #contents .near {
	position: relative;
	width: 694px;
	margin: 0 auto;
}
#access #contents .near p {
	float: left;
}
#access #contents .near_right {
	float: right;
	width: 190px;
}
#access #contents .near_right h4 {
	font-size: 13px;
	color: #666;
}
#access #contents .near_right li {
	font-size: 12px;
	color: #666;
}
#access #contents .near_right h3 {
	position: absolute;
	bottom: 210px;
}
#access #contents .near_right p {
	position: absolute;
	bottom: 0;
	width: 190px;
}


/*---------------------------------------------------------------------------
	その他の特別なスタイルはこれ以降に記述します。
-----------------------------------------------------------------------------*/

/*
	ID「コンテンツ」部分の	
	<div id="contents" class="○○">	
	「○○」の部分にクラスを付けて特別なページのスタイルを設定。以下の例を参考にして下さい。
	
*/


/*　コーナーツインのテーブル下の説明文
--------------------------------------------------------*/
#guestroom .room_cornertwin .left_section table td.extra {
	padding: 5px;
	border: none;
	text-align: left;
	font-weight: bold;
}
