/* CSS Document */
* {margin:0; padding:0;}
.fclear { clear:both;}

h1 {
   background:url(image/top3.jpg) no-repeat;
   display:block;
   width:auto; 
   height:100px;
   text-indent:-2000px;
   margin:0;
   padding:0;

}
h2 {
	background:no-repeat;
	font-size:16px;
	color: #FF0000;
}
h3 {
    font-size: 14px;
	color: #0000FF;
    
}
#container {
	margin-left: auto;
	margin-right: auto;
	padding:0px 30px;
	width:1000px;
	height:1900px;
	font-size: 12px;
	border:1px solid #FFFFFF;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-highlight-color: #0000ff;
	scrollbar-shadow-color: #0000ff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ffffff;
	background-image: url(image/back01w_10_02.gif);
	background-repeat: repeat;
}
	
#contents {
	width:710px;
	padding: 30px;
	font-size:14px;
	float:right;
	height:auto;
	
}

#taikai {
	width:310px;
	padding: 30px 10px;
	height: 400px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	font-size: 12px;
}
#annai {
	width:310px;
	padding: 30px 10px;
	height:400px;
	float: right;
	border: thin dotted;
	font-size: 12px;
}

#menu {
	width:150px;
	height:1300px;
	padding: 20px 30px 30px;
	font-size:14px;
	border-top: none;
	border-right: dotted;
	border-bottom: none;
	border-left: none;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: auto;
	font-size: 12px;
	text-align: center;
	background-image: url(image/footer_bg.gif);
}


hr  {
	border: thin double;
}
li {
	list-style-type: none;
}
ol {
	font-size:10px;
	border: thin dotted;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 140px;
   }
