/**
 * FAQ Webself Style Sheet
 */

/** 共通 */
html,body,form{ margin:0px;border:0px;}

/** フォント：標準 */
.faq_font_std{ font-size:75%;}

/** フォント：大 */
.faq_font_large{ font-size:85%;}

/** フォント：特特大 */
.faq_font_xxlarge{ font-size:145%;}

/** Aタグ基本 */
a:link    { color: #003a91; text-decoration: none; }
a:visited { color: #003a91; text-decoration: none; }
a:active  { color: #003a91; text-decoration: underline; }
a:hover   { color: #003a91; text-decoration: underline; }

/** Aタグ：MAINカテゴリーツリー */
a.mtree:link    { color: #003a91; text-decoration: none; }
a.mtree:visited { color: #003a91; text-decoration: none; }
a.mtree:active  { color: #003a91; text-decoration: underline; }
a.mtree:hover   { color: #003a91; text-decoration: underline; }

/** MAINカテゴリーツリー */
.mtreeSelBk{background-color:#abc2ef;}
.mtreeUnSelBk{background-color:#eeeeee;}
.mtreeSel{font-weight:bold;color:#000066;}

/** MAINカテゴリー一覧：３階層 */
div.faq_treeviewL3{
	text-align:center;
	background-color : #172f7a;
	width:224px;
	height:20px;
	padding:3px;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	cursor:pointer;
}
/** MAINカテゴリー一覧：４階層 */
div.faq_treeviewL4{
	text-align:left;
	width:222px;
	padding:3px;
	padding-left:5px;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}
/** MAINカテゴリー一覧：５階層 */
div.faq_treeviewL5{
	text-align:left;
	width:210px;
	padding:3px;
	padding-left:17px;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}

/** 用語解説インデックスエリア */
.glossary_index_area{
	width:378px;
	height:31px;
	background-repeat:no-repeat;
	cursor:pointer;
}

/** 用語解説インデックス文字エリア */
.glossary_index_word_area{
	width:350px;
	height:31px;
	text-align: center;
	letter-spacing : 10pt;
	font-size: 10pt;
	font-weight: bold;
}


