@charset "Shift_Jis";


/* ベース
/////////////////////////////////////////////////////////////////// */

*{
	outline:none;
	line-height:130%;
	font-family: Verdana, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

a{
	color:#CCCC66;
	text-decoration:underline;
}

a:hover{
	color:#FFFF66;
	text-decoration:underline;
}

body{
	background:URL(img/back0.png) center top repeat;
	color:#000;
    margin:0;
}



/* レイアウト
/////////////////////////////////////////////////////////////////// */

#top{
	width:735px;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top: 0px;
	background-color: black;
	z-index:1;
}

#top2{
	width:735px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top: 0px;
	background-color: black;
	background:URL(img/back0.png) repeat;
	z-index:1;
}

#menu{
	width:733px;
	height: 40px;
	position:relative;
	top: -16px;
	margin: 0px 0px 0px 1px;
	background-color: white;
	z-index:2;
}

#menu2{
	width:733px;
	height: 40px;
	position:relative;
	top: -100px;
	margin: 0px 0px 0px 1px;
	background-color: white;
	z-index:2;
}


#title{
	width:300px;
	position:relative;
	top: -170px;
	margin: 0px 0px 0px -120px;
	z-index:3;
}

#title2{
	width:300px;
	position:relative;
	margin: 0px 0px 0px -120px;
	z-index:3;
}

#space{
	width:735px;
	position:relative;
	margin: 0px auto 0px;
	background-color: black;
}

#contents{
	width:733px;
	position:relative;
	background-color: white;
	margin: 0px 0px 0px 1px;
	padding-top: 50px;
}

/* コンテンツ
/////////////////////////////////////////////////////////////////// */

H1 {
	margin-left: 100px;
	font-weight : normal;
	font-size: 10pt;
}

H2 {
	margin-left: 200px;
	font-weight : normal;
	font-size: 10pt;
}

H3 {
	margin-left: 100px;
	margin-right: 100px;
	color: #990000;
	font-weight : normal;
	font-size: 12pt;
	border-bottom:solid #000 1px;
}

H4 {
	margin-left: 10px;
	color: #990000;
	font-weight : normal;
	font-size: 12pt;
	border-bottom:solid #000 1px;
}

H5 {
	margin-left: 20px;
	font-weight : normal;
	font-size: 10pt;
}

center {
	font-size: 10pt;
}