/* CSS Document */

@charset "utf-8";

h2{
	margin-top:30px;
	font-size:14px;
	line-height:20px;
	border-bottom:1px dotted #999999;
}

div.box{
	margin-top:3px;
	margin-bottom:3px;
}
div.imgs{
	width:200px;
	float:left;
	border:1px solid #BBBBBB;
	padding:5px;
}
div.com{
	float:right;
	width:700px;
	padding:10px;
}