@charset "Shift_JIS";


#topcontainer {
	background: url(images/bg-top_con.jpg) top repeat-x;
	width: 100%;
	text-align: left;
}
#topcontainer h2 {
}



/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

