@charset "UTF-8";
* {
    margin: 0;
}
html, body {
	overflow: auto;
    height: 100%;
	background: url(../img/bg.jpg) bottom left no-repeat;
}
.wrapper {
	width: 1024px;
	height: auto;
	margin: 0 auto;
}
#header ul {
	margin: 0;
	padding: 455px 0px 0px 30px;
	list-style: none;
}
#header ul li{
	float: left;
	font: bold 12px "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka;
}
#header ul li.few{
	letter-spacing: 0.4em;
}
#header ul li a{
	min-width: 100px;
	width: auto !important;
	width: 100px;
	height: auto;
	display: block;
	background: #000066;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
	margin-right: 4px;
	text-align: center;
}
#header ul li a:hover{
	background: #FF3300;
}
#footer {
	margin: 10px auto;
	width: 1024px;
	height: auto;
}
#footer p{
	margin: 0;
	padding: 4px;
	font: bold 11px "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka;
	color:#000000;
}
#footer p a{
	text-decoration: none;
	color: #003333;
}
#footer p a:hover{
	text-decoration: underline;
	color: #FF6600;
}
#footer address{
	margin: 0;
	padding: 0px;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-align: right;
}