* {
	margin:0;
	padding:0;
}

BODY {
	font-size:100%;
	font-family:Times New Roman, Osaka, Sans-Serif, ＭＳＰゴシック;
	line-height:150%;
	text-align:center;
	color:#666666;
	background-color:#FFFFFF;
}

a {
	color:#666666;
	text-decoration:none;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
#Page {
	margin:0 auto;
	width:700px;
	border-width:1px;
	border-color:#999999;
	border-style:solid;
}

#Header {
	text-align:center;
	color:#FFFFFF;
	width:700px;
	height:110px;
	background-color:#8080C0;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
}

#Menu {
	text-align:left;
	width:700px;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	clear:both;
}

#Menu a {
	display:block;
	text-decoration:none;
}

#Menu a:hover {
	background-color:#C0C0F0;
	color:#F0F0F0;
}

#Right {
	font-size:75%;
	width:30%;
	float:right;
	text-align:left;
	padding-bottom:20px;
}

#Main {
	width:70%;
	float:left;
	text-align:left;
	padding-bottom:20px;
}

#Footer {
	color:#FFFFFF;
	clear:both;
	width:700px;
	height:25px;
	background-color:#8080C0;
	text-align:center;
	font-style:oblique;
}
