@charset "UTF-8";
/* TOP PAGE CSS Document */

.bg {
	margin: 0 0 25px;
	padding: 10px 25px 55px 250px;
	line-height: 1.8;
	height: 91px;
	background-image: url(img/top/bg_h3_01_txt.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.bg p { margin: 0 0 8px;}

#content .navi {
	margin: 20px 0 0;
	padding: 0;
}

#content .navi li {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
	width: 230px;
	list-style-type: none;
}

#content .navi li.last {
	margin: 0;
}

#footer .floatR {
	margin-top: 5px;
}

/*-- clearFix --*/
#content .navi {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

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