<!-- ページ全体 -->
body {
    background-color:#000000;
    color:#FFFFFF;
    line-height:1.2em;
    font-size:x-small;
    width:90%;
}

<!-- スクロールバーcolor -->
body{
    scrollbar-base-color:"#808080";
    　　scrollbar-track-color:"#000000";
    　　scrollbar-face-color:"#000000";
    　　scrollbar-arrow-color:"#C0C0C0";
    　　scrollbar-3dlight-color:"#ECE9D8";
    　　scrollbar-darkshadow-color:"#C0C0C0";
    　　scrollbar-highlight-color:"#ECE9D8";
    　　scrollbar-shadow-color:"#C0C0C0";
    color:#C0C0C0;
}
}
<!-- リンク色 -->
a:link {
    color: red ;
}
a:visited {
    color:#808080;
}
a:hover {
    color:#00FFFF;
}
a:active {
    color: gray ;
}

.linkdeco{
    text-decoration: none;
}
<!-- ページトップ -->
#head {
    color:#FF0000;
    font-size:xx-large;
    text-align:center;
}

<!-- ページトップライン -->
.line{
    border-top-color:#FFFFFF;
    border-bottom-color:#FFFFFF;
    border-top-style:solid;
    border-bottom-style:solid;
    padding-top:0.5em;
    padding-bottom:0.5em;
    border-width:thick;
}

<!-- ページ全体 -->
table{
    width:90%;
    line-height:1.3em;
    text-align:left;
    font-size:x-small;
}

<!-- 強調 -->
B{
    color:#FF0000;
    font-size:small;
}

<!-- メンバー紹介退部者用 -->
.tablem{
    width:250px;
}

<!-- インフォメーション -->
.info{
    font-size:small;
}

<!-- 区切り線 -->
.infoline{
    border-bottom-color:#ff6600;
    border-bottom-style:solid;
    padding-bottom:0.5em;
    border-bottom-width:thin;
}

<!-- indexline -->
.indexline{
    border-top-color:#ff6600;
    border-top-style:solid;
    border-bottom-color:#ff6600;
    border-bottom-style:solid;
    border-width:thin;
    padding-top:0.5em;
    padding-bottom:0.5em;
}

<!-- 短文用table -->
.tables{
    width:750px;
}

<!-- 日時 -->
.sat{
    font-size:small;
    font-style:oblique;
    font-weight:bolder;
    color:#0066ff;
}

.san{
    font-size:small;
    font-style:oblique;
    font-weight:bolder;
    color:#ff0066;
}

.sai{
    font-size:small;
    font-style:oblique;
    font-weight:bolder;
    color:#C0C0C0;
}

<!-- menu -->
#tabnavi{
	font-size:90%;/* sub */
	list-style-type:none;/* for bug */
	margin:0;
	padding:0;
	height:1.8em;
	line-height:2em;
	overflow:visible;
}
#tabnavi li{
	display:inline;
}
#tabnavi a,#tabnavi #here span{
	color:#ffffff;/* sub */
	text-decoration:none;
	background:#ff3300;/* sub */
	margin:0 5px;
	padding:3px 3px 1em 3px;
}
#tabnavi #here{
	position:relative;
	z-index:1;
	line-height:2em;
	border:none 0;
}
body*#tabnavi #here{
	position:static;
	_position:relative;
}
#tabnavi #here span{
	color:#fff;/* sub */
	border:none 0;
	background-color:#ff3300;/* 揃える */
	line-height:2em;
	padding:.35em .35em .5em .35em;
}
body*#tabnavi #here span{
	_padding-bottom:.55em;
}
#tabnavi a:hover{
	background:#000000;/* 揃える */
	color:#ff0033;/* sub */
}



