/*　新世紀エヴァンゲリオン　非公式サイト　ネルフ本部　*/

body {
	background-color: #000000;
	color: #FFFFFF;
}
/*　メイン用　*/

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/headertitle-r.jpg);
	background-repeat: no-repeat;
/*　border: 1px solid #FF0000;　*/
	height: 400px;
	position:relative;
}

#header1 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/headertitle-1.jpg);
	background-repeat: no-repeat;
/*　border: 1px solid #FF0000;　*/
	height: 400px;
	position:relative;
}


#header2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/headertitle-2.jpg);
	background-repeat: no-repeat;
/*　border: 1px solid #FF0000;　*/
	height: 400px;
	position:relative;
}

#header3 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/headertitle-3.jpg);
	background-repeat: no-repeat;
/*　border: 1px solid #FF0000;　*/
	height: 400px;
	position:relative;
}


#mainbox {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
/*	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;　*/
	background-color: #000000;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	font-size: 100%;
/*	border: 1px solid #FF0000;　*/
	height: 80px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 30px;
}

/*　見だし用　*/

h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 150%;
	color: #FFFFFF;
	text-align:center;

}
h2 {
	font-size: 120%;
	color: #FFFFFF;
	line-height: 50%;	
}
h3 {
	font-size: 120%;
	color: #FFFFFF;
}
h4 {
	font-size: 120%;
	color: #FFFFFF;
}
h5 {
	font-size: 120%;
	color: #FFFFFF;
}
h6 {
	font-size: 120%;
	color: #FFFFFF;
}

/* ナビゲーション１段目用 　メニュー枠*/
.navbar {
	background-color: #000000;
	padding: 0px;
	width: 797px;
	position: absolute;
	top:  404px;
	left: 4px;
/*	border-bottom: solid 1px #999999; 
	border-top: solid 1px #999999; */
}

/* ナビゲーション１段目用　文字用*/
.navbar li{
	width: 112px;
	float: left;
	text-align: center;
	background-color: #000000;
	margin:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 100%;
	line-height: 1.5em;
/* 	border-right: solid 1px #999999; */
}
.navbar li a{
	display:block;
	width: 104px;
}
/* ナビゲーション２段目用 メニュー枠*/
.navibar {
	background-color: #000000;
	padding: 0px;
	width: 800px;
	position: absolute;
	top:  140px;
	left: 0px;
/*	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999; */
}
/* ナビゲーション２段目用　文字用*/
.navibar li{
	width: 112px;
	float: left;
	text-align: center;
	background-color: #000000;
	margin:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 100%;
	line-height: 1.5em;
/* 	border-right: solid 1px #999999; */
}
.navibar li a{
	display:block;
	width: 104px;
}

/*　コンテンツ用　*/
hr {
	border: 1px dotted #3300FF;
}
p {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.5px;
	text-align: left;
}

/*　リンクカラー用　*/
a:link {
	color: #FFFFFF;
}
