/* CSS Document */

html{
	background-color:#ffffff;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
body{
	font-size: 90%;
	font-family: "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", Arial, sans-serif;
	word-break: break-all;
	background-color: #ffffff;
	margin: 0;
	padding: 0 10px 0 10px;
	height: 100%;
	
	text-align: center;
	color: #333333;
}
html>body{
	height:auto;
}


a:link{
	color: #336699;
	text-decoration: underline;
}
a:visited{
	color: #003366;
	text-decoration: underline;
}
a:hover{
	color: #3399cc;
	text-decoration: underline;
}
a:active{
	color: #99ccff;
	text-decoration: none;
}

a img {
	border: none;
}
img {
	border: none;
	vertical-align: top;
}

.clear {
	content: ".";
	font-size: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

