@charset "Shift_JIS";
/*========== structure.css ====================================================

	【last update 2009.07.07】
	
==============================================================================*/

body {
	background-image: url(daytime_bg_body.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	background-color: #417a8b;
}

/*==============================================================================
	wrapper
==============================================================================*/

#wrapper {
	width: auto;
	margin: 0px auto;
	text-align: center;
	background-image: url(daytime_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#wrapper.index {
	background-image: url(daytime_bg_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/*==============================================================================
	header
==============================================================================*/
#header{
	width: 1000px;
	height: 172px;
	background-image: url(daytime_img.jpg);
	}


h1{
	margin: 15px 0px 0px 35px;
}

	
ul#upnavi li.daytime a{
	background-position: bottom;
	}
