/* CSS Document */
@charset "utf-8";

/* 
========================================
universal reset
========================================
 */
* {
	margin: 0;
	padding: 0;
	min-height:1px;
}

ol, ul, li { margin:0; padding:0; }
li { list-style:none; }
h1, h2, h3, h4, h5 p { margin:0; padding:0; }
hr { display: none; }
a { text-decoration:none; }
a:hover { color:#CC3300; text-decoration:underline; }
/*Hidden Mac IE\*/
a { text-decoration:none; overflow:hidden; }
/**/


/* 
========================================
Text Size Control
========================================
 */
.bolder{font-weight:bolder;}
.smaller{font-size:0.6em;}
h4{font-size:1.3em;}
.bigger{font-size:1.0em;}
 
 /*
========================================
Text Color Control
========================================
 */
 p{color:;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 0.9em;
	line-height: 1.5em;
}

.white{
	color: #FFFFFF;
	font-size: 1.0em;
}
.biwablue{color: #3366FF;}
 
 /* 

========================================
Base Layout
========================================
 */





