@charset "utf-8";
/* CSS Document */
#top{
	margin:10px 0 0 0;
	background:url(../image/faq/main.png) top left no-repeat;
	width:720px;
	height:32px;
	text-align:right;
	padding:80px 6px 0 0;
}
#left{
	width:490px;
	padding:70px 20px 0 0;
	float:left;
}
#right{
	width:216px;
	float:left;
	padding:40px 0 0 0;
}
#l_ttl{
	font-size:14px;
	font-weight:bold;
	border-bottom:dashed 1px #fff;
	border-top:dashed 1px #fff;
	line-height:24px;
}
#r_ttl{
	margin:0 0 10px 0;
	line-height:20px;
}
#all_ttl{
	border-bottom:dashed 1px #fff;
	border-top:dashed 1px #fff;
	line-height:24px;
}
#right ul{
	margin:10px 0 0 0;
	line-height:200%;
}
.cate_ttl{
	background:#DDF3FF;
	color:#000066;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	margin:10px 0 0 0;
}
dt{
	background:url(../image/faq/q.png) top left no-repeat;
	margin:10px 0 0 0;
	padding:4px 0 14px 34px;
}
dd{
	background:url(../image/faq/a.png) top left no-repeat;
	padding:4px 0 14px 34px;
	color:#ff0;
}

dl{
	border-bottom:dashed 1px #fff;

}


