@charset "Shift_JIS";

body {
	background-color: #E5F5F9;
	background-image:  url("../imgs/back_gra.jpg");
	background-repeat: repeat-x;
	margin: 0;
	
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 1.45em;
}


#wrapper {
	width: 790px;
	margin: 0 auto;
	color: #333333;
	background-color: #E5F5F9;
	background-image:  url("../imgs/back_middle.gif");
	background-repeat: repeat-y;
}


#header {
	position: relative;
	width: 790px;
	height: 430px;
	margin: 0 0 15px 0;
	padding: 0;
	background-image:  url("../imgs/back_gra.jpg");
	background-repeat: repeat-x;
}



/* tb^[ */

#footer {
	clear: both;
	width: 790px;
	height: 385px;
	margin: 0 auto;
	padding-top: 10px;
	color: #333333;
	background-color: #E5F5F9;
	background-image:  url("../imgs/back_footer.gif");
	background-repeat: no-repeat;
	text-align: center;
}
#footer p {
	margin-bottom: 20px;
	margin-top: 20px;
}


/* test */
