
body {
	font-size: 13px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Arial;
	background-color: #CEC;
}

.clear {
	clear:both;
}

a {
	color: #090;

}

a:hover {
	color: #090;
	text-decoration: none;
}

img {
	border: 0;
}

.Level1 {
	font-size: 10px;
}

.Level2 {
	font-size: 13px;
}

.Level3 {
	font-size: 16px;
}

.Level4 {
	font-size: 19px;
}

.Level5 {
	font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#Bace {
	width: 700px;
	text-align: center;
	margin: auto;
	padding: 10px;
	background-color: #FFF;
}

#Header {
	text-align: left;
	border-bottom: solid 2px #090;
}

#Main {
	padding: 10px 0;
}

#Main .Left {
	width: 200px;
	float: left;
}

#Main .Right {
	width: 480px;
	float: right;
}

#Footer {
	text-align: right;
	color: #090;
	border-top: solid 2px #090;
	padding: 10px 20px 0 0;
}


