@charset "shift_jis";

/*  base  */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x ;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#999999;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN";
	font-size:12px;
	line-height:18px;
}

img{border:0px;}

#container 	{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-repeat:repeat-x;
	background-position:0px 0px;
}

body > #container {height: auto;}

#logo-box {
	width:900px;
	height:78px;
	margin:0px auto 0px auto;
	padding:0px;
}

#title{
	background-image:url(../images/bg_h1.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:900px;
	height:62px;
	margin:0px auto 0px auto;
	padding:0px;
}

h1 {
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN";
	font-size:16px;
	color:#E3BE8D;
	line-height:62px;
	margin:0px 0px 0px 25px;
	font-weight:normal;
}

#contents-box {
	clear:both;
	text-align:center;
	padding: 35px 0px 60px 0px;
	background-image:url(../images/bg_contents.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#000000;
	width:900px;
	margin:0px auto 0px auto;
}

#contents {
	/*background-color:#222222;*/
	width:800px;
	margin:0px auto 0px auto;
	text-align:left;
}

#footer {
	clear:both;
	width: 100%;
	position: absolute;
	background-repeat:repeat-x;
	bottom: 0;
	height: 40px;
	margin:0px auto 0px auto;
}

#copyright{
	margin:0px auto 0px auto;
	padding:0px 0px 20px 0px;
	background:url(../images/copyright.gif);
	background-repeat:no-repeat;
	display:block;
	text-indent: -999em;
	text-decoration: none;
	width:900px;
	height:20px;
	font-size: 1px;
	overflow:hidden;
}
