@charset "utf-8";
/* CSS Document */
@import url("base.css");

#title_img{
	float:left;
	margin-left:10px;	
}


.box{
	float:left;
	margin-left:10px;
	width:618px;
	margin-top:30px;
	margin-bottom:10px;
	padding-bottom:12px;
	line-height:1.3em;
	border-bottom:#000 solid 1px;
}
.box_left{
	float:left;
	width:250px;	
	font-size:small;
	text-align:center;
}
.box_right{
	float:right;
	width:350px;
	font-size:small;
}

