@charset "shift-jis";
/* CSS Document */

div.comment{
	width: 360px;
	margin-right: 30px;
	float: left;
}

h2{ margin: 0 0 15px 0; }

div.comment p{
	width: 331px;
	font-size: 14px;
	line-height: 23px;
	margin:  0 11px 35px 14px;
	color:#666;
}


dl{ 
	width: 350px;
	display: block;
	float: right;
	margin:0 0 5px 0;
	_margin:0 0 10px 0;
	}

dt{
	margin: 0 23px 5px 0;
	_margin: 0 23px 10px 0;
	width: 36px;
	float: left;
	}
dd{
	width: 290px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin:0;
	color: #39C;
	padding-top: 10px;
	}
dd span{
	display:block;
	font-weight: normal;
	font-size: 15px;
	line-height:1.1em;
	padding-top:15px;
	
}