/*-------------------------------------------
	[Q&A] Css 
-------------------------------------------*/
h2{
	width:960px;
	height:37px;
	margin:10px 0 20px 0;
}
h3{
	width:856px;
	height:28px;
	margin-bottom:10px;
}

h2#h2_link{
	background:url("images/h2_ttl_01.gif") 0 0 no-repeat;
}
h3#h3_link{
	background:url("images/h3_ttl_01.gif") 0 0 no-repeat;
}
h3#h3_link2{
	background:url("images/h3_ttl_02.gif") 0 0 no-repeat;
}
ul#question {
	line-height:1.5em;
	letter-spacing:0.1em;
	margin:0 0 15px 5px;
}
ul#question li a{
	color:#224600;
}
ul#question li a:hover{
	color:#690;
}

dl{
	width:856px;
	float:left;
	padding:10px 10px 15px 0;
	background:#eefede;

}
dt{
	width:29px;
	float:left;
	padding:8px 0 6px 10px;

}
dd{
	width:800px;
	float:left;
	padding:7px;
	line-height:1.6em;
	letter-spacing:0.02em;
}
p.q{
	text-decoration:underline;
	color:#224600;
	padding:10px 0 10px 6px;
}
div.to_top{
	width:856px;
	color:#224600;
	text-align:right;
	clear:both;
	padding:30px 0 10px 0;
	border-bottom:1px dotted #ccc;
}
div.to_top a{
	color:#224600;
}
div.to_top a:hover{
	color:#690;
}



