/*青*/

/*
==== qa ====
*/

h2.h201 { background:url("../images/h201.gif") no-repeat 0 0; }

h3.h301 { background:url("../images/h301.gif") no-repeat 0 0; }

h4.h401_1 { background:url("../images/h401_1.gif") no-repeat 0 0; }



/* Q&A一覧 */

#main #list{
	border:1px dotted #ccc;
	padding:15px;
	margin:30px 0;
	float:left;
}

#main .cont ul li{
	padding:2px 0;
}
#main .cont ul.left {
	float:left;
	width:280px;
	
}
#main .cont ul.right {
	float:left;
	width:360px;
	
}

/* Q&A内容 */
#main .cont dt{
	background:url("../images/q.gif") no-repeat 0 0;
	color:#1d79ae;
	padding:2px 0 4px 25px;
	font-weight:bold;
}
#main .cont dt .line {
	background:url("../../common/images/dot_blue.gif") repeat-x 0 0;
	height:1px;
	font-size:1px;
	display:block;
}
#main .cont dd{
	background:url("../images/a.gif") no-repeat 0 0;
	padding:2px 0 4px 25px;
	margin-bottom:25px;
}




