@charset "utf-8";
/* CSS Document */
/* 共通 */
#page {
	margin: 0px auto;
	width: 910px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(../img/shadow.png) repeat-y;
}
#wrap {
	width: 910px;
	height: 100%;
	text-align: center;
	margin-left: 5px;
}
#wrap #header {
	background: url(../img/bg_header.png) no-repeat;
	width: 900px;
	height: 150px;
}

#wrap #header H1 {
	padding-top: 55px;
	padding-left: 30px;
	text-align: left;
	float: left;
}
#wrap #header UL {
	text-align: left;
	list-style: none;
	line-height: 0px;
	position: relative;
	top: 17px;
	float: left;
}
#wrap #header UL LI {
	display: inline;
	float: left;
	font-size: 1%;
}
#wrap #footer {
	background: url(../img/bg_footer.png) no-repeat;
	height: 100px;
	width: 900px;
	position: relative;
	clear: both;
}
#wrap #footer H2 {
	padding-top: 75px;
	color: #063;
	font-size: 12px;
}
#wrap #footer UL {
	font-family: "Arial Black", Gadget, sans-serif;
	list-style: none;
	font-style: italic;
	float: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-left: 20px;
	padding-top: 15px;
}
#wrap #footer UL LI {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	float: left;
}
#wrap #footer UL LI A {
	text-decoration: none;
	color: #696;
}
#wrap #footer UL LI A:hover {
	color: #33C;
}
