/* CSS DOCUMENT */


@charset "UTF-8";


.qa_list {	margin: 0 0 0 0;}

.qa_list h3 {
	margin: 0 0 5px 0;
	padding: 10px 0 5px 50px;
	font-size: 20px;
	color: #555555;
	background:url(../qa/images/cate_icon.gif) no-repeat center left;
	font-weight: bold;
}

.qa_list h3.sub_qa {
	margin: 0 0 30px 0;
	padding: 10px 0 5px 50px;
	font-size: 20px;
	color: #555555;
	background:url(../qa/images/cate_icon.gif) no-repeat center left;
	font-weight: bold;
}

.qa_list h3 a {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 16px;
	color: #F458B1;
	background:url(../qa/images/all_icon.gif) no-repeat center left;
	font-weight: bold;
	text-decoration: none;
}

.qa_list h3 a:hover {
	color: #F88ECA;
	text-decoration: none;
}

.qa_list ul {
	margin: 0 0 10px 0;
	text-align: left; /* left on ie */
}

.qa_list ul li,
.qa_q {
	padding: 10px 0;
	margin: 0 0 5px 0;
	font-size: 14px;
	background:url(../qa/images/qa_q.gif) repeat-y center left;
	border: #CCCBBF solid 1px;
	list-style: none;
}

.qa_q {
	font-weight: bold;
	font-size: 16px;
}

.qa_list ul li a,
.qa_q a {
	margin: 0 0 0 40px;
	line-height: 1.4em;
}

.qa_a {
	padding: 13px 20px 13px 40px;
	margin: 0 0 30px 0;
	font-size: 12px;
	background:url(../qa/images/qa_a.gif) repeat-y top left;
	border: #CCCBBF solid 1px;
}

.blog_navi {
	margin: 20px 0 0 0;
	padding: 15px 0;
	text-align: center; /* center on ie */
	font-size: 14px;
	font-weight: bold;
	border-top: #CCCBBF solid 1px;
	border-bottom: #CCCBBF solid 1px;
}
