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

.title{
	float:left;
	margin-left:20px;
}
#box{
	float:left;
	width:802px;
	margin-left:19px;
	color:#333;
	line-height:1.5em;
	padding-top:15px;
	margin-bottom:20px;
}
ul{
	list-style:none;	
}
ol{
	margin-left:10px;
	color:#060;
	font-weight:800;
}
.det{
	margin-left:40px;
	margin-bottom:10px;
}