

html,BODY { 
	font-size: x-small;
	background-color: #999999;
}

a:link      a{ color : #333333  ;   text-decoration : none ;}


a:vlink      a{ color : #333333  ;   text-decoration : none ;}



#mainbox{
	background-color : #ebebeb;
	border:1px inset;	
	padding:20px;
	width:100%;
	height:90%;
	position:absolute;

}

#submenu{
	background-color : #ebebeb;
	margin:0;
	padding:5px;
	width:12%;
	float:right;
	text-align : right;
color : #333333
}	

#left{
	background-color : #ebebebf;
	margin:0;
	padding:25px;
	width:45%;
	float:right;
	text-align : right;
}

	
#right{
	background-color : #ebebeb;
	margin:0;
	padding:15px;
	width:43%;
	float:right;
	font-size: small;
	text-align : right;
}



#u{
	width:88%;
	float:right;
	border:0px solid #444444;
	color : #333333;
	padding:1em;
	background-color:#ebebeb;
	text-align : right;


}

#counter{
	width:88%;
	float:right;
	border:0px solid #444444;
	color : #333333;
	padding:1em;
	background-color:#ebebeb;
	text-align : right;

}

#koukoku{
	width:88%;
	float:right;
	border:0px solid #444444;
	color : #333333;
	padding:1em;
	background-color:#ebebeb;
	text-align : center;

}


#menu {
	list-style-type:none;			/* 項目のマークを消す */
}
#menu li{
	/* リスト項目右揃え */
	float:right;
	/* 余白 */
	margin:0 1px;
	padding:0px;
}

/* 現在表示中の項目 */
#menu #selected{
	background-color:#ebebeb;
	color:#333333;
	font-weight : bold;

}

/* リンクの設定 */
#menu a{
	padding:0 20px;
	background-color:#333333;
	color:#ebebeb;
	text-decoration:none;
	font-weight : bold;
}

.rep_6{
	color:red;
	font-weight:bold;
	font-size:medium;
}


.rep_7{
	color:blue;
	font-weight:bold;
	font-size:medium;
}

.rep_8{
	color:purple;
	font-weight:bold;
	font-size:medium;
}

.rep_9{
	color:green;
	font-weight:bold;
	font-size:medium;
}
.xm { 
	font-size: x-small;
	color : #333333;
	 }

.title { 
	text-decoration: underline;
	font-weight : bold;
 } 

.leftil{
position: relative;
width: 45%;
height: 100%;
margin: 0 0 0 100px;
overflow: auto;
}

.rightil{
position: absolute;
width: 43%;
height: 100%;
top: 0;
left: 0;
overflow: auto;
}
