.clearfix:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}

#box_left {
	float : left;
	width : 500px;
	margin-right : 24px;
	padding-bottom : 20px;
}

h2 {
	margin-bottom : 25px;
	padding-bottom : 17px;
	border-bottom : solid 3px #cccccc;
}

#box_right {
	float : right;
	width : 210px;
}

h3 {
	margin-bottom : 10px;
	padding : 9px 9px 9px 12px;
	background : ceead8;
	color : #245534;
	font-weight : normal;
	font-size : 12px;
}

#box_right ul {
	margin : 0 0 15px 15px;
}

#box_right li a {
	color : #0066cc;
	text-decoration : none;
}

#box_right li a:hover {
	color : #0066cc;
	text-decoration : underline;
}

address {
	clear : both;
	width : 790px;
	padding-top : 55px;
	background : url(../../common/main_foot.gif) left top no-repeat;
	font-style : normal;
	font-size : 11px;
	text-align : right;
	color : #ffffff;
}