@charset "shift_jis";

html,body {
	width:100%;
	height:100%;
	padding:0;
	margin: 0;
	color:#333;
	background-color:#220000;
	background-image: url(../img/bg_img200910.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}
#header {
	width:100%;
	height:100px;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_headmenu.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo h1 {
	margin: 0;
	padding: 0;
	text-indent:-9999px;
}
#logo, #logo a {
	width: 415px;
	height:100px;
	float:left;
	top:0px;
	left:0px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	padding: 0;
	margin: 0 auto 0 0;
}
#footer {
	clear:both;
	color:#FCC;
	width:100%;
	margin:0;
	padding:10px 0;
	text-align: center;
}
