@charset "EUC-JP";

/*
==================================================================
QUESTION
==================================================================
*/

/* Ｑ＆Ａ・タイトルバー */

.question_title_bar {
	width: 750px;
	height: 25px;
	background: url("../default/image/title_bar.gif") no-repeat;
	margin: 10px 0px 0px 0px;
}

.question_title_text {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #669900;
	margin: 0px 0px 0px 20px;
}

/* Ｑ＆Ａ */

.question_table {
	width: 750px;
	margin: 15px 0px 0px 0px;
}

/* マーク */

.question_mark_td {
	width: 45px;
	font-size: 0px;
	vertical-align: top;
}

/* 質問 */

.question_td {
	width: 705px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #669900;
}

/* 点線 */

.question_line_td {
	font-size: 0px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

/* 答え */

.question_answer_td {
	vertical-align: top;
	padding: 10px 0px 0px 0px;
}