/* club-NCC */

html{overflow-y:scroll;}

body,td,th {
	font-family: Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;	
	font-size: 14px;
	color: #C9C9C9;
}
body {
	background-color: #000000;
	scrollbar-base-color:#C0C0C0;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}



/* font-size */
h1 {font-size: 36px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h6 {font-size: 14px;}
.size16 {font-size: 16}
.size18 {font-size: 18}
.size36 {font-size: 36}

/* color */
.white {color: #FFFFFF;}
.yellow {color: #FFFF00;}
.grey01 {color: #CCCCCC;}
.grey02 {color: #999999;}
.grey03 {color: #666666;}
.green01 {color: #00FF00}
.green02 {color: #009900}
.red {color: #CC0000;}
.orange01 {color: #FF9900;}
.orange02 {color: #996600;}
.lith {text-decoration: line-through;}

/* div */
div.left {text-align: left; float: left;}
div.right {text-align: right;}
