@charset "utf-8";

body {
	background-color: #96ec6c;
	color: #3e3d3a;
	background-image: url("img/bg_00_green.gif");
	background-repeat: repeat-x;
}


/* ヘッダー */

#header_bg {
	width: 100%;
	height: 256px;
	background-image: url("img/header_00.gif");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;						/* IE6対応 */
}

/* 本文 */
#main_content {
	width: 640px;
	height: 480px;
	overflow: hidden;
	background-color: #fff;
	color: #3e3d3a;
}



