@charset "utf-8";
/* CSS Document */
/*for 直*/


/* Sections */
section {
	width: 100%;
}





section.content_1 {
	background-attachment: scroll;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	max-height:200px;
	-webkit-background-size: 1700px 1133px;
	-moz-background-size: 1700px 1133px;
	-o-background-size: 1700px 1133px;
	background-size: 1700px 1133px;
	
	display: block;
	float: left;
}

	




/* Center the div */
section > div.center {
	height: auto;
	width: auto;
}

