#container {
	padding-top: 10px;
}
.ttlH1 {
    margin-bottom: 10px;
    width: 950px;
}

.section {
	width: 910px;
	margin: 0 auto;
}
.sectionLeft01 {
	float: left;
	width: 440px;
}
.sectionRight01 {
	float: right;
	width: 440px;
}
.sectionCenter01 {
	float: right;
	width: 910px;
}
#pagetoparea {
	margin-top: 20px;
    text-align: right;
}
.mb30 { margin-bottom: 30px !Important }
.mb50 { margin-bottom: 50px !Important }
.mb80 { margin-bottom: 80px !Important }

/* clearfix */
.section {
	zoom: 1;/* for IE 6-7 */
}
.section:after {/* for modern browser */
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}