@charset "shift_jis";

/* 基本スタイル
---------------------------------------------*/
body {
 margin: 0;
 padding: 0;
 font-size: 75%;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
 line-height: 1.6;
 color: #333333;
 background: #000000;
 background-image:url(../images/bg_01.gif);
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}

---------------------------------------------*/
#content {
	position: relative;
	width: 100%;
	margin-top: 0px;
}
primary {
 position: absolute;
 margin: 0;
 width: 850px;
 left: 0px;
 top: 520px;

}

#copyright {
	font-size: 90%;
	text-align:center;
}
#footer {
	clear: both;
	position: absolute;
	margin-left: 300px;
}
#primary h1 {
 margin-left:200px;
 padding: 0;
 font-size: 95%;
 color:#808080;
 text-align: left;
 line-height: 1.2em;
}
#primary h2 {
 margin-left:700px;
 padding: 0;
 font-size: 95%;
 color:#000080;
 text-align: left;
 line-height: 1.2em;
}

