@charset "utf-8";
/*----- Q&A.css -----*/
#qaContent {
	width:648px;
	padding:20px;
	margin:0 0 0 auto!important;
	margin:-8px 0 0 auto;
	float:right;
	background:url(../images/content_bg.gif) left top repeat;
}
/* ol 
----------------*/
#qaContent ol {
	font:14px/22px Arial;
	color:#333;
	margin:0 10px 0 30px;
}
#qaContent ol li {
	list-style-type:decimal;
	font-weight:bold;
	margin:12px 0;
	border-bottom:1px dashed #666;
}
#qaContent ol li p {
	font-weight:normal;
	margin:6px auto 6px 0;
}
#qaContent ol li p a {
	font:14px/22px Arial;
	color:#f00;
	text-decoration:underline;
}
#qaContent ol li p a:hover { color:#fff; text-decoration:none; background-color:#c00;}
/* ul 
-----------------*/
#qaContent ul li {
	list-style-type:disc;
	font-weight:normal;
	border:0;
	margin:0 0 0 30px;
}
