@charset "utf-8";


#contents_box h3 {
	font-size: 1.4em;
	font-weight: bold;
}

#contents_box dl	{
	margin-top:0;
	padding:20px 0 0 0!important;
}

#contents_box dl a:link,
#contents_box dl a:visited	{
	color:#6699CC;
	text-decoration:none;
}

#contents_box dl a:hover,
#contents_box dl a:active	{
	color:#6699CC;
	text-decoration: underline;
}

#contents_box dt	{
	font-size:1.3em;
	background: url(../../css/img/flw_mark.gif) no-repeat left center;
	margin:0 30px 0.5em 30px;
	padding:12px 0 9px 30px;
	border-bottom:1px dotted #6699cc;
}

#contents_box dd	{
	margin:0 30px 0 60px;
	padding:0 0 2em 0;
}


