/* CSS Document */
A:link{
	color: #0000FF;
	text-decoration: underline;
}
A:visited{
	COLOR: #AD0773;
	text-decoration: underline;
} 
A:active{
	COLOR: #FF0000;
	text-decoration: underline;
}
A:hover{
	COLOR: #FF0000;
	text-decoration: underline;
}
	
body {
	font-family: Osaka,"MS UI Gothic","‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	
	background-color: #FFFBEF;
	line-height: 150%;
	color: #000000;
}

h1 {
	margin: 0px;
	padding: 0px;
	
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.invisible {
	display: none;
}

