@charset "UTF-8";


/* -----------------------------------------------------------
CSS Information

 Style Info:     Q&Aカテゴリのスタイル設定
 File name:      local.css
 Last update:    2009.09.13
 ----------------------------------------------------------- */


/*---------------------------------------------------------------------------
	共通項目 … トップやその他共通項目は、global.cssとlocal.cssに記述
-----------------------------------------------------------------------------*/

#faq #contents h2 {
	margin-bottom: 25px;
	font-size: 16px;
	color: #4b2800;
}
#faq #contents h3 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #4b2800;
}
#faq #contents dl {
	margin: 0 0 10px;
}
#faq #contents dt {
	margin-bottom: 5px;
	padding-left: 10px;
	background: #eee9e1;
	border-left: 8px solid #452800;
	line-height: 25px;
	font-size: 15px;
	color: #452800;
}
#faq #contents dd {
	margin-bottom: 25px;
	padding-left: 20px;
	line-height: 1.6;
	font-size: 12px;
	color: #333;
}
#faq #contents dd p {
	margin-top: 2em;
}

#faq #contents #rightColumn {
}

#faq #contents #rightColumn ul {
	float: right;
	width: 202px;
	margin-top: 13px;
	border-top: 1px solid #777;
}
#faq #contents #rightColumn ul li {
	border-bottom: 1px solid #777;
	font-size: 14px;
	font-weight: bold;
}
#faq #contents #rightColumn ul li a {
	display: block;
	padding: 14px 0 14px 14px;
	background: url(/common/images/common_allow_blown_R.gif) no-repeat left center;
}


/*---------------------------------------------------------------------------
	その他の特別なスタイルはこれ以降に記述します。
-----------------------------------------------------------------------------*/

/*
	ID「コンテンツ」部分の	
	<div id="contents" class="○○">	
	「○○」の部分にクラスを付けて特別なページのスタイルを設定。以下の例を参考にして下さい。
	
*/


/*　コーナーツインのテーブル下の説明文
--------------------------------------------------------*/
#guestroom .room_cornertwin .left_section table td.extra {
	padding: 5px;
	border: none;
	text-align: left;
	font-weight: bold;
}
