body{
	background-color:#FFFFFF;
	margin-top : 0px;
	margin-left : 0px;
}
	
p,div,td,tr,ul{
	color : #333333;
 	font-size : 12px;
	font-family : ‚l‚rƒSƒVƒbƒN, Osaka;
	line-height : 130%;
}

hr{
	border : thin solid Gray;
}

a:link {
	text-decoration:none;
	color: #0000FF;
}

a:visited {
	text-decoration:none;
	color: #800080;
}

a:active { 
	text-decoration:none; 
	color:#0000FF;
}

a:hover {
	text-decoration:underline;
	color: #FF0000;
}

.mokuji{
list-style-type:disc;
margin-left:10px;
margin-right:5px;
margin-top:5px;
padding-left:15px;
}

