html{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

body{
	margin: 0;
	padding: 0;
/*	overflow: hidden;*/
}

a{
	text-decoration:none;
}

a:link{/*リンク色*/
	color: #554977;
	text-decoration: none;
}

a:visited{/*訪問済みリンク色*/
	color: #554977;
	text-decoration: none;
}

a:hover,a:active{/*アクティブリンク色*/
	color: #AA4844;
}

.menu ul{/*メニュー領域の設定*/
	padding: 0;
	margin: 0;
	top: 55px;/*メニュー上部の余白*/
	left: 150px;
	position: absolute;
}

.menu li{
	margin: 1px 0 2px 0;/*メニュー間の間隔*/
	list-style: none;
}

.menu li a{/*個別リンクの設定*/
	display: block;
	text-decoration: none;
	font-size: 11px;/*文字サイズ*/
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	padding: 1px;
	width: 113px;/*リンク領域の横幅*/
}

.menu li a:hover{/*カーソルを乗せたときの設定*/
	background-color: #777777;/*背景色*/
	border-color: #777777;/*枠色*/
}

.menu li.active a{/*アクティブなリンクの設定*/
	background-color: #ccaa55;/*背景色*/
	width: 113px;/*リンク領域の横幅*/
}

.HorizontalLine{
	top: 50px;
	left: 0px;
	border-top: 1px solid #777777;
	position: absolute;
	width: 100%;
}

.VerticalLine{
	border-left: 1px solid #ccaa55;
	top: 0px;
	left: 25px;
	position: absolute;
	height: 100%;
}

.Logo{
	position: absolute;
	top: 2px;
	left: 35px;
}

.ContMargin{
	background-color: #554e44;
	top: 51px;
	left: 251px;
	width: 75%;
	height: 100%;
	position: relative;
	border-left: 10px solid #777777;
	overflow: hidden;
}

.Contents{
	top: 60px;
	left: 270px;
	width: 660px;
	height: 500px;
	position: absolute;
	background-color: #ffffff;
	scrollbar-3dlight-color:    #554e44;
	scrollbar-arrow-color:      #ffffff;
	scrollbar-darkshadow-color: #998066;
	scrollbar-face-color:       #776f66;
	scrollbar-highlight-color:  #cccccc;
	scrollbar-shadow-color:     #554e44;
	scrollbar-track-color:      #998f88;
	overflow: auto;
}

A.menu{
	text-decoration:none;
	display : block;
	border-left : 16px solid #4d3300;
	padding : 4px;
	color:#998066;
	font-size  : 12px;
	font-family  : Verdana;
}

.title{  /*タイトル文字*/
	color : #998066;
	font-family : Tahoma;
	font-size : 80px;
	font-weight :bold;
	position : absolute;
	top : 100px;
	left : 5%;
}

.sub{　/*タイトル文字の下の文字*/
	font-family : Verdana;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	color : #cc3333;
	position:absolute;
	top:220px;
	left:180px;
}

.plain {
	color: #000000;
	font-size: 14px;
}

.desc {
	color: #000000;
	font-size: 14px;
	padding: 1em 1em 0em 1em;
}

.notes {
	color: #000000;
	font-size: 12px;
	padding: 0em 1em 0em 1em;
}

.message {
	color: #000000;
	font-size: 12px;
	padding: 1em 1em 1em 1em;
	text-align: center;
}

H2,H3 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	border-left:10px solid #339900;
	border-bottom:2px solid #339900;
	text-align:left;
	padding-top: 5px;
	padding-left: 10px;
	width: 100%;
}
