/*Q&Aページ用スタイルシート*/

/*目次範囲の設定*/
div#area_cont {
	margin-bottom: 30px;
	text-align: left;
}

/*回答範囲の設定*/
div#area_ans {
	text-align: left;
}

/*質問の種別見出しの設定*/
h1.Q_title {
	
}

/*質問グループの設定*/
ul.Q_group {
	margin-left: 20px;
	list-style-image: url(../img/list_mark1.gif);
	list-style: disc;
}

/*質問項目の設定*/
li.Q_item {
	
}

/**/
li.Q_item a {
	text-decoration: none;
}

/*個別質問部分の設定*/
h2.ques {
	
}

/*回答部分の設定*/
table.ans {
	margin-bottom: 20px;
	width: 490px;
}

tr.ans {
	
}

td.mark {
	vertical-align: top;
	color: #FF3300;
	font-weight: bold;
}

td.sent {
	
}

h3.ques a:hover {
	color: #ff6600;
}

a.back_menu {
	text-decoration: none;
}

a.back_menu:visited {
	color: blue;
}