@charset "UTF-8";

/* CSS Document */

/*--------------------------------------------------------*/
/*--------------------------------------------------------*/

dl{
	font-size:16px;
	line-height:150%;
	width:600px;
}

dt{
	float:left;
	width:500px;
	padding-left:1em;
}

dd{
	margin-bottom:5px;
/*	border-bottom:dotted #999 1px;*/
}

dl dd{
	border-bottom:none;
}
dt+dd{
	border-bottom:dotted #999 1px;
}


#boatdata h2{
	font-size:18px;
	color:#06F;
	margin-bottom:20px;
	margin-top:40px;
}

#boatdata ul{
	font-size:16px;
	line-height:150%;
	width:600px;
}

#boatdata li{
	padding-left:1em;
	margin-bottom:1em;
	border-bottom:dotted #999 1px;
}
