@charset "utf-8";
/* CSS Document */

a:link {
	color: #006600;
	text-decoration: none;
}
 
a:visited {
	color: #006600;
	text-decoration:none;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}

body{
	background:url(../images/bg.gif);
/*	font:"Times New Roman", Times, serif*/
}

#mainbody {
	background-color: #FFFFFF;
	width: 800px;
	margin:0px auto;
	border-color:#999999;
	border-width:3px;
	border-style:solid;	
}

#header{
	background-color: #FFFFFF;
	background:url(../images/head.png);
	width:800px;
	height:120px;
	border-bottom-color:#999999;
	border-bottom-width:3px;
	border-bottom-style:solid;
/*	border-color:#999999;
	border-width:3px;
	border-style:solid;*/
}

#header h1, h2, h3, h5{
	text-align:right;
	padding-top:20px;
	padding-right:10px;
}

#header h4{
	text-align:left;
	padding-top:5px;
	padding-right:10px;
}

html>/**/body #header h4{/*FireFox用*/
	text-align:left;
	padding-top:0px;
	padding-right:10px;
	position : relative ; top : -15px;
}

#header a:link {
	color: #000000;
	text-decoration: none;
}
 
#header a:visited {
	color: #000000;
	text-decoration:none;
}

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

#footer{
	clear:both;
	background:url(../images/foot.png);
	width:800px;
	height:60px;
}

#mainmenu{
	float:left;
	width:160px;
	padding:10px;
	padding-top:30px;
}

#content{
	float:right;
/*	width: 600px;*/
	width: 800px;
	padding:10px;
	padding-top:30px;
}

#subcontent{
/*	width:560px;*/
	width:760px;
	font-size:11pt;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}

#index1 {
	color:#990000;
	font-size:14pt;
	font-weight:bold;
	padding-top:1px;
	padding-left:20px;
	margin-bottom:10px;
	margin-top: 10px;
	background-image:url(../images/icon1.png);
	background-repeat:no-repeat;
	background-position:0px center;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#990000;	
}

#index2 {
	color:#000099;
	font-size:11pt;
	font-weight:bold;
	padding-top:1px;
	padding-left:15px;
	margin-bottom:6px;
	margin-top:6px;
	background-image:url(../images/icon2.png);
	background-repeat:no-repeat;
	background-position:0px center;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#000099;	
}

#index3 {
	color:#006600;
	font-size:11pt;
	font-weight:bold;
	padding-top:1px;
	padding-left:15px;
	margin-bottom:6px;
	margin-top:6px;
	background-image:url(../images/icon3.png);
	background-repeat:no-repeat;
	background-position:0px center;
}

#notice {
	border: 2px double #006600;
	padding-right: 10px;
	padding-left: 10px;
}

#link ul{
	list-style-image:url(../images/icon4.png);
}

#link ul ul{
	list-style-image:url(../images/icon5.png);
}

#paper {
	width:680px;
	border: 1px double #666666;
	margin-left:10px;
	margin-top:10px;
	padding:10px;
	padding-bottom:0px;
}

#paper ul{
	list-style-image:url(../images/book.gif);
}

#flash-content{
	width:800px;
	border-color:#999999;
	border-width:3px;
	border-style:solid;
}


.darkred {color: #990000}
.white {color: #FFFFFF}

