/* CSS Document */

/*---contents------------------------------------------------------------------------------------------------*/
#contents {
	margin:60px 0 80px 10px;
}
#contents .box {
	width:680px;
	border:#a0b6f0 1px solid;
	_padding-bottom:10px;
	margin-bottom:25px;
	overflow:auto;
}
#contents .box .text {
	float:right;
	width:537px;
	margin-top:10px;
	color:#777777;
}
#contents .box .text h2 {
	margin-bottom:5px;
}
#contents .box .text p {
	line-height:1.5;
}
#contents .box img {
	float:left;
	width:113px;
	margin:10px;
}
hr {
	clear:both;
	display:none;
}