@charset "Shift_JIS";

body { 
	background-color:#4AA8C9;
}

#container {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 17px;
	background: url(../images/containerBG_fotter.png) no-repeat left bottom;
}

#nav {
	height: 38px;
	padding-left: 20px;
	background: url(../images/containerBG_nav.png) no-repeat;
}

#nav li {
	float: left;
	padding-top: 11px;
}

#on { width: 87px; }
	
#off { width: 94px; }

#main {
	clear: left;
	height: 614px;
	margin: 0px;
	padding: 0 30px;
	background: url(../images/containerBG_body.png) no-repeat;
}

h1 { padding-top: 20px; }

