@charset "utf-8";
body {
	padding: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-color: #000000;
	color: #999999;
}
div,ul,ol,h3,h1,li,img,form,p{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
sup{
	font-size: 13px;
	font-weight: normal;
}
a{
	color: #1F6000;
	text-decoration: underline;
}
a:hover{ color: #FFCC00; }
.f10{
	font-size: 11px;
}
.f12{
	font-size: 12px;
}
.f14b{
	font-size: 14px;
	font-weight: bold;
}
.f16b{
	font-size: 16px;
	font-weight: bold;
}
.f18b{
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.f30b{
	font-weight: bold;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.red{ color:#66CC00; }
/*multipage*/
.multi{}
.multi .nohref{
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
.multi a{
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	margin-right: 2px;
}
.multi a:hover{
	padding: 8px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFA4;
}
.multi span{
	margin-right: 2px;
}
/*Header*/
#header{
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
/*Frame*/
#frame{
	padding: 0px;
	background-image: url(images/dot_line.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
}
#frame #left{
	float: left;
	width: 200px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
}
#frame #left #box{
	float: left;
	text-align: right;
	width: 180px;
	margin-bottom: 20px;
}
#frame #left #box h1 {
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin-bottom: 10px;
}
#frame #left #box li{
	margin-bottom: 3px;
} 
#frame #right{ float: left; }
#frame #right #box {
	padding: 10px;
	margin-bottom: 10px;
}
#frame #right #box h1 {
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
}
#frame #right #box .content{
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
	line-height: 1.8em;
	padding-bottom: 10px;
	width: 750px;
}

#frame #right #box  #comment{
	margin-top: 10px;
	margin-bottom: 10px;
}
#frame #right #box  #comment #cbox{
	padding: 5px;
	border: 1px dotted #99CC00;
	margin-bottom: 5px;
}
#frame #right #box  #comment #cbox h1{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #261cdc;
}
/*Footer*/
#footer{
	width: 900px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #330000;
}
