@charset "shift_jis";
/* CSS Document */

#content .section01 .box-b{
	background-image:url(../img/common/bg02.jpg);
	padding:10px;
	width:700px;
	margin:0 auto;
	clear:both
	}


#content .section01 .box01{
	background-color:#ede4db;
	width:670px;
	padding:20px 15px 40px 15px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center bottom;
}

#content h3{
		margin:0px;
		padding-bottom:10px;
		font-size:18px;
}

#content dl{
		margin:0px;
}

#content dt{
		padding-top:10px;
}

/*竹田:単純にリストの左余白を５emだけ設ける*/

dl dt{
	margin-left:5em;
	width:500px;
}
dt:hover{
	background-color:#FFF;}
	