@charset "UTF-8";
/* 
カテゴリー共通CSS「FAQ」
 */

/*メインメニューの今いるカテゴリーボタンをアクティブ表示*/
#menuMain6 a,#menuMain6 a:hover { background-position:-534px -48px; }


.question {
	padding-left: 3.5em;
	margin-bottom: 1em;
	position: relative;
	_height: 1%;
}

.answer {
	padding-left: 3.5em;
	margin-bottom: 1em;
	position: relative;
	_height: 1%;
}

.question em {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-image: url(../images/cmn/q_bg.gif);
	background-repeat: repeat-x;
	background-position: lef bottom;
	background-color: #424242;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 23px;
	width: 3em;
	height: 23px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	display: inline;
	margin-right: 5px;
}

.answer em {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-image: url(../images/cmn/a_bg.gif);
	background-repeat: repeat-x;
	background-position: lef bottom;
	background-color: #b12529;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 23px;
	width: 3em;
	height: 23px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	display: inline;
	margin-right: 5px;
}

/*
.question {
	background:url(../images/cmn/mark_q.gif) no-repeat;
	padding-left:25px;
	margin:20px 0 10px;
	min-height: 17px;
	
	_height: 17px;
}
.answer {
	background:url(../images/cmn/mark_a.gif) no-repeat;
	padding-left:25px;
	line-height:19px;
	margin-bottom:20px;
}
*/
