/* ======================================
universal reset
=======================================*/

* {
	margin: 0;
	padding: 0;
	min-height:1px;
}

ol, ul, li { margin:0; padding:0; }
li { list-style:none; }
hr { display: none; }
a { text-decoration:none; overflow:hidden;}
a:hover { color:#CC3300; text-decoration:underline; }
img {border:0;}



/* ======================================
common
=======================================*/

.line_t {border-top: 1px solid #666666;}
.line_b {border-bottom: 1px solid #666666;}
.line_l {border-left: 1px solid #666666;}
.line_r {border-right: 1px solid #666666;}
.clr_b {clear:both;}
.clr{ clear: both; visibility: hidden; height: 0;}
.bg_w{ background-color:#FFFFFF;}


/* ======================================
Text Size Control
=======================================*/

.txt_s{font-size:0.6em;}
.txt_m{font-size:0.8em;}
.txt_l{font-size:0.9em;}
.txt_xl{font-size:1.2em;}
.bolder{font-weight:bolder;}

.white{color: #FFFFFF;}
.blue{color: #000099;}
.red{color: #FF0000;}
.green{color: #009900;}

p {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #999999;
}



/* ======================================
base layout
=======================================*/

body {
	margin:0 auto;
	padding:0 auto;
	text-align:center;
	background-color:#000000;
}

table {
	width: 800px;
	height: 100%;
	margin:0 auto;
	padding:0 auto;
	border: none;
}