@charset "utf-8";
/* CSS Document */

/* メインコンテンツに関するCSS 
--------------------------------------------------------------------------------*/

h2{
	margin:15px 0 0 5px;
}
h3
{	margin:10px 0 15px 0; }

dl{
	margin:0 0 20px 30px;
	overflow:hidden;
}
dt{
	margin-bottom:10px;
	padding-left:28px;
	width:245px;
	background:url('../images/icon.gif') no-repeat 0% 2px;
	float:left;
}
dd{
	margin-bottom:10px;
	width:307px;
	float:right;
}
.dtdd_row
{	margin-bottom:4px; }
dd.dd_long{
	margin:0 0 10px 28px;
	width:552px;
	float:left;
}
