@charset "UTF-8";
/* z-indexの指定
 * メニュー : 100
 * ロゴ : 90
 * メインコンテンツ : 1
 * h2, h3 : 2
 * その他 : 10;
 * 
 */
/*********
	デザイン用
*********/
/* 初期値の統一
 * フォーム関連は手をつけない
 */
html, body, div, p, ol, ul, li, dl, dt, dd,
blockquote, pre, table, tr, th, td, h1, h2, h3, h4,
a, span, img, strong {
  margin: 0;
  padding: 0;
	border: none;
  line-height: 1.5;
  font-size: 100%;
  color: #333333;
  background-color: transparent;
}

div, p, dl, ol, ul, table, pre, blockquote {
	position: relative;
	z-index: 10;
}

/* コンテンツの幅は750px強制 */
#maincontents {
	margin: 0;
	padding: 0;
	width: 750px;
	z-index: 1;
}

/* ロゴは固定する。IEでは上書きして絶対指定とする */ 
#logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 750px;
	height: 90px;
	font-size: 80px;
	padding: 0;
	margin: 0;
	z-index: 90;
}

#logo a {
	display: block;
	line-height: 1;
}

#logo a:link, #logo a:visited {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: underline;
}

/* ナビゲーションも固定。IEでは絶対指定 */
#mainnavi {
	display: block;
	margin: 0;
	padding-top: 90px;
	position: fixed;
	width: 750px;
	top: 0;
	left: 0;
	list-style-type: none;
	background-image: url(/image/logo.png);
	background-repeat: no-repeat;
	z-index:100;
}

#mainnavi li {
	position: fixed;
	top: 90px;
}

#mainnavi li a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background-image: url(/image/back-link.png);
	background-color: #FFFF00;
	font-size: 15px;
	margin: 0;
}

#mainnavi li a:hover {
	background-position: 0px 40px;
	background-color: #FFAA00;
}

#naviItemTop {
	left: 0;
}

#naviItemClub {
	left: 150px;
}

#naviItemMember {
	left: 300px;
}

#naviItemBBS {
	left: 450px;
}

#naviItemLink {
	left: 600px;
}

body {
	background-color: #FFFFFF;
	width: 100%;
}

p, ul, dl, ol, pre, blockquote {
	background-color: #FFFFFF;
	margin-left: 2em;
	margin-bottom: 10px;
}

dd {
	padding-left: 2em;
}

dt, th {
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-weight: bold;
	text-align: left;
}

h1 {
	margin-top: 130px;
	font-size: 200%;
	background-color: #FFFFFF;
	padding-left: 1em;
	position: relative;
	z-index: 2;
}

h2 {
	font-size: 150%;
	background-color: #FFFFFF;
}

h3 {
	font-size: 125%;
}

/* ロゴ固定のため */
/* アンカー位置の修正 */
h2, h3, h4 {
	padding-top: 130px;
	margin-top: -125px;
	padding-left: 1em;
	z-index: 2;
}

#footer {
	list-style-type: none;
	font-size: 75%;
	margin: 0;
	margin-bottom: 30px;
	padding-left: 2em;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

#footer a:hover {
	text-decoration: underline;
}

/*********
著作権表記用
*********/
.copyright {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 70%;
	text-align: right;
}
