div.contents #box1,
div.contents #box2,
div.contents #box3,
div.contents #box4
{
	width           : 624px;
	margin			: 0 48px;
}

div.contents #box1 p
{
	padding				: 0;
}

div.menu_box
{
	display			: none;
}

div.main
{
	background-color: #fff;
	float			: none;
/*	border		: 1px #999 solid;*/
	clear				: both;
}

div.contents
{
	float			: none;
/*	border		: 1px #999 solid;*/
	width			: 720px;
	clear				: both;
}

h3
{
	margin			: 32px 0px 16px 0px;
	background-color	: #fff;
	font-size           : 110%;
	line-height         : 150%;
	clear				: both;
	font-weight         : normal;
	border-bottom		: #666 solid 1px;
	border-left			: #666 solid 6px;
	padding-left		: 8px;
}


