*{
	margin:0;
	padding:0;
	font-family:Verdana;
	background:#black;
	font-size:9pt;
}

body{
/*	text-align:center;	*/
	background:#FFFFFF;
	height:100%;
}

img, a img, a:hover img{
border:none;

}

#kobetsu{
	background:white;
	color:#000000;
}


#toppage{
	background-color:#ffffff;
	margin: 0 auto;
	height:100%;
}

#wrapper{
	width:800px;
	height:100%;
	margin:0 auto;
	text-align:left;
}

#header{
	color:#ffffff;
	text-align:right;
	width:796px;
	height:110px;
	border-left:50px solid #FFFFFF;
	background:url(./img/head-n.jpg);	
}

#menu{
	height:30px;
    background:url(./img/menubar2.jpg);
    background-repeat: no-repeat;
	background-color: #ffffff;
	text-align:left;
	border-left:50px solid #ffffff;
	font-size:22pt;
	font-color:#ffffff;
	padding: 0ex 0em 0.3em 0px;
}

#rbody{
	float: left;
	width: 50px;
	border-right: dashed 3px green;
	background-color: #aaaaaa;
}
#lbody{
	padding: 0px 5px 5px 5px;
	margin-left: 50px;
	border-top: solid 1px #999966;
	border-right: solid 1px #999966;
	border-left: solid 1px #999966;
	border-bottom: solid 1px #999966;
	width:786px;
}

#header h1,#header_report h1, #header_autumn{
	text-indent:-9999px;
}

#main{
	font-size:9pt;
	padding:10px;
	background: #ffffff;
}

a{
	text-decoration:none;
	color:#ffffff;
	font-size:12pt;
}


a:hover{
	text-decoration:none;
	color:#999966;
}

p{
	margin: 10px;
	text-indent:1em;
}

p,li{
	line-height:150%;
	text-indent:1em;
	margin-left:2em;
}
li{
	font-size:12pt;
}

h2{
	font-size:12pt;
	border-bottom:1px dotted #99aa66;
	border-top:1px dotted #99aa66;
	border-left:1px solid #99aa66;
	background-color: #99aa99;
	margin-top:10px;
	padding:5px;
}

h3{
	font-size:12pt;
	margin:10px 0px 5px;
	font-size:110%;
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
	padding-left:5px;
	color:#99aa66;
}

h4{
	border-left:3px solid #467699;
	padding:5px;
}

ul.file,ol{
	margin-left:30px;
}

b{
 color:#000000;
}


