@charset "Shift_JIS"

/* 基本的なHTMLタグ */
H1,H2,H3,H4,H5{
	color:white;
	font-family: serif;
	padding:0px;
	margin:0px;
}
H1{
	line-height:24px;
	font-size:24px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
H2{
	background-color:#660033;
	font-size:16px;
	text-align:center;
	border-style: inset;
	border-width: 0px 0px 1px 0px;
	border-color: gray;
	line-height:50%;
	margin:8px 0;
}
H3{
	font-size:16px;
	margin:0.5px;
	line-height:100%;
}
P{
	font-size:14px;
	line-height:20px;
	margin:5px 0px;
	padding:0px;
}
BODY{
	background-color: black;
	background-image: url(http://www.nokuno.jp/data/moji.gif);
	color : white;
	margin: 0px;
	border-width: 0px 5px 0px 5px;
	border-style: solid;
	border-color: #102;
	font-family: sans-serif;
	text-align: center;
}

/* 定義済みクラス */
A:LINK{
  color : #bd007b;
}
A:VISITED{
  color : purple;
}
A:HOVER{
  color : red;
}

/* ユーザー定義クラス */
.contents{
	background-color:black;
	margin:20px 20px;
	width:700px;
	text-align:left;
}
/* ユーザー定義ＩＤ */
#main{
	width:750px;
	top:inherit;
	left:inherit;
	background-color:#000;
	padding-bottom:20px;
	margin: 0 auto;
	text-align:center;
}
#banner{
}
