@import url(fontsize1.css);

/* local set */
body {
	padding:0;
	margin:0px;
	font-family:"Osaka", "‚l‚r ‚oƒSƒVƒbƒN";
	color: #FFFFFF;
}
* { line-height:120%; }
th { background-color:yellow; font-size:75%; }
table { border-collapse:collapse; }
h1 { font-size:100%; margin-bottom:0.5em ;}
.read {
	line-height: 120%;
}
.white {
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;



}
a:hover {
	color: #FFFF00;
	text-decoration: underline;

}

li {
	line-height: 130%;
}

.gray {
	color: #CCCCCC;
}
.yellow {
	color: #FFCC00;
}

