@charset "utf-8";

/*
------------------------------------------------
Page Layout
------------------------------------------------*/
#wrap #main #contents .box {
	width: 620px;
}
#wrap #main #contents .box .left {
	float: left;
	width: 305px;
	background: url(../img/bg_before.jpg) no-repeat 0px 0px;
	padding-top: 11px;
	padding-left: 15px;
	height: 179px;
}
#wrap #main #contents .box .right {
	float: left;
	width: 200px;
	background: url(../img/bg_after.jpg) no-repeat 0px 0px;
	height: 179px;
	padding-top: 11px;
	padding-left: 11px;
}
#wrap #main #contents .imgright {
	text-align: right;
	clear: both;
}
