@charset "UTF-8";
/* formatting style
---------------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background-color: #009974;
}
#top/* lyout 01
---------------------------------------------------------*/
 {
	height: 500px;
	width: 100%;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
}
#main {
	height: 550px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
