/* 共通設定 */
body {
	background-color:#990000;
	font-size:12px;
	text-align:left;
	margin:0px;
	padding:0px;
}


*:first-child+html body {
   font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック",

　　　　　　　　　　Osaka, "ヒラギノ角ゴ Pro W3";

}



/* background-image:url(../img/bg.gif); */

img {border:none;}

a:link {color:#000000; text-decoration:none}
a:visited {color:#000000; text-decoration:none}
a:hover {color:#990100; text-decoration:none}
a:active {color:000000; text-decoration:none}


/* ヘッダー設定 */
#header {
	width:800px;
	background:url(../img/top-header01.png) top left no-repeat;
	text-align:center;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}


/* オリジナルヘッダー設定 */
#header_original {
	width:770px;
	height:180px;
	background:url(../img/header.png) top left no-repeat;
	margin:0px auto;
	padding:0px;
}

#header_text_original {
	width:255px;
	height:83px;
	line-height:115%;
	margin:0px;
	padding:65px 115px 5px 400px;
}

#header ul {
	margin:0px 0px 0px 300px;
	padding:7px 4px 4px 4px;
}

#header ul li {
	display:inline;
	font-weight:700;
	margin-left:20px;
	float:left;
}


/* フッター設定 */
#footer {
	position:relative;
		bottom:-40px;
		left:auto;
	width:770px;
	height:20px;
	background:url(../img/footer.png) top left no-repeat;
	text-align:center;
	margin:0px auto;
	padding:20px 0px;
}