@charset "Shift_JIS";
/* ===================================================================
CSS information

 file name  :import.css
 author     :株式会社エージス東京
 style info :各CSSファイル読み込み用
=================================================================== */

/* リセット及びbodyデフォルトの基本設定
----------------------------------------------------------- */
@import url("default.css");

/* レイアウトの基本設定
----------------------------------------------------------- */
@import url("layout.css");

/* 共通のスタイル指定
----------------------------------------------------------- */
@import url("module.css");

/* コンテツ内のスタイル指定
----------------------------------------------------------- */
@import url("contents.css");

/* ナビゲーションスタイル
----------------------------------------------------------- */
@import url("navi.css");

/* ヘッダースタイル
----------------------------------------------------------- */
@import url("header.css");

/* フッタースタイル
----------------------------------------------------------- */
@import url("footer.css");

/* 印刷用スタイル指定
----------------------------------------------------------- 
@import url("print.css");*/

/* よくある質問要素
---------------------------------------- */
.faqBody #contents .tabNav	{
	width: 470px;
	background: #EEE;
	border: 1px solid #BBB;
	line-height: 250%;
	margin: -10px 0 30px 5px;
	padding: 10px 50px 10px 60px;
}
.faqBody #contents .tabNav li	{
	width: 200px;
	background: url(../image/icon/faq.gif) no-repeat;
	padding: 0 0 0 28px;
	float: left;
}
.faqBody #contents .main dl	{
	padding: 0 20px;
	margin-bottom: 35px;
}
.faqBody #contents .main dt	{
	background: url(../image/icon/q.png) no-repeat;
	border-bottom: 1px dotted #BBB;
	padding: 0 0 8px 30px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666;
}
.faqBody #contents .main dt:hover	{
	background: #F4F4F4;
	background: url(../image/icon/q.png) no-repeat;
	color: #006699;
	
}
.faqBody #contents .main dd	{
	background: url(../image/icon/a.png) no-repeat;
	border-bottom: 1px solid #999;
	padding: 0 0 8px 30px;
	margin-bottom: 30px;
}

