/*---------------------------------------------
 トップメッセージ 
 ---------------------------------------------*/
.QAbox {
	margin-bottom:30px;
}

h3.titleQ {
	padding:2px 0px 4px 2px;
	background:#FFFFFF url(../message/images/headline_bk_q.gif) no-repeat;
	width:auto;
	text-align:left;
	font-size:100%;
	border:1px #d5d5d5 solid;
	margin-bottom:20px;
	clear:both;
	line-height:1.4;
}
h3.titleQ .q_mark {
	display:block;
	width:38px;
	float:left;
	padding-top:4px;
}

h3.titleQ .q_title {
	display:block;
	width:285px;
	float:left;
	margin-top:5px;
	padding-bottom:5px;
}
.answer {
	background:url(../message/images/answer.gif) 0px 0px no-repeat;
	padding-left:28px;
	margin-bottom:10px;
}

.continu {
	text-align:right;
}
.continu a {
	background:url(../../../images/i_arrow_red.gif) 0px 2px no-repeat;
	padding-left:15px;
}

/*---------------------------------------------
 Ａnswer 
 ---------------------------------------------*/

/* グリッド配置　2段 （写真右） */
/*.grid2c {
	width:auto;
	margin-bottom:20px;
	clear:both;
}
.grid2c .leftArea {
	width:400px;
	float:left;
}
.grid2c .rightArea {
	width:90px;
	float:right;
}
.grid2c .leftArea h3.titleQ .q_title {
	display:block;
	width:350px;
	float:left;
	margin-top:5px;
	padding-bottom:5px;
}*/
/* Aテキスト */
.answer2 {
	background:url(../message/images/answer.gif) 0px 0px no-repeat;
	padding-left:28px;
	margin-bottom:20px;
	color:#3aa13a;
}
/* 上部リンク */
.Q_link {
	text-align:right;
	margin-bottom:20px;
	clear:both;
}
.Q_link a,
.Q_link a:visited {
	text-decoration:underline;
}
.Q_link a.active,
.Q_link a.active:visited {
	color:#3aa13a;
	text-decoration:none;
	font-weight:bold;
}
.Q_link a.nextPage,
.Q_link a.nextPage:visited {
	background:url(../../../images/i_arrow_red.gif) right center no-repeat;
	padding-right:12px;
	text-decoration:none;
}
/* 下部リンク */
.Qlist {
	border-bottom:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;
	margin-bottom:10px;
}
.Qlist ul.defLinkMin {
	margin-top:10px;
	margin-bottom:10px;
}
.Qlist ul.defLinkMin li.active {
	background:none;
	font-weight:bold;
}
.Qlist ul.defLinkMin li.active a {
	color:#3aa13a;
	text-decoration:none;
}

.goIndex ul.defLinkMin li {
	background:url(../../images/arw_goindex.gif) 0px 3px no-repeat;
}


/*グレー囲み*/
.kakomi_gray  {
	background-color: #d9e1df;
	margin-bottom: 10px;
	border: solid 1px #657b82
	}


.kakomi_gray_main {
	margin: 10px
	}
.kakomi_gray_main ol {
	margin: 0 0 0 2em;
	padding: 0
	}
.kakomi_gray_main ul {
	margin: 0 0 0 1em;
	padding: 0
	}
.kakomi_gray_main ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0
	}



