@charset "utf-8";

th,td {
	font-weight: normal;
	padding: 5px;
}
/*=====================

	section01

=====================*/
.section01 {
	width: 680px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.con01 dl {
	width: 660px;
	margin:0 10px 15px 10px;
}
.con01 dt {
	width: 635px;
	margin-bottom: 15px;
	padding: 5px 0 5px 10px; 
	background: #eee;
	border-left: 5px solid #ccc;
}
.con01 dd {
	line-height: 150%;
	margin-left: 15px;
	margin-bottom: 30px;
	padding: 3px 0 3px 25px;
	background: url(../images/base/arrow_blue04.gif) left 8px no-repeat;
}
