@charset "utf-8";
/* CSS Document */

#content .box01{
	font-size:1.4em;
}

#content .box02{
	padding:10px 10px 20px;
	font-size:1.2em;
	border:1px dashed #ccc;
}

#content .box03{
	background:#EEEEEE;
	padding-bottom:4px;
}

#content .box03 .wrap{
	margin:0px 4px;
}

#content .box03 .wrap dl{
	width:313px;
	_height:142px;
	min-height:142px;
	border:#E5E5E5 1px solid;
	background:#fff;
	padding:8px 10px;
	margin-bottom:3px;
	zoom:1;
}

#content .box03 .wrap dl dt{
	margin-bottom:5px;
	zoom:1;
}

#content .box03 .wrap dl dt img{
	vertical-align:bottom;
}

#content .box03 .wrap dl dd{
	zoom:1;
}

#content .box03 .wrap dl dd .image{
	margin-left:8px;
	height:110px;
	margin-right:-10px;
	position:relative;
}

#content .box03 .wrap dl dd p{
	font-size:1.2em;
	line-height:1.5em;
}


