@import "fontsize.css";

/* local set */
body {
	padding:0;
	margin:0px;
	font-family:Osaka, "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 21px;
	background-color: #1A4375;
}
a {
	text-decoration: underline;
	color: #000066;
	font-size: 12px;

}
a:hover{
	text-decoration: underline;
	color: #A4015D;
	font-size: 12px;

}
a:active{
	text-decoration: underline;
	color: #660000;
	font-size: 12px;
}
p {margin: 0px;padding: 0px;}
