@charset "UTF-8";
body
{
	padding: 0;
	margin: 0;
	background: #ffffff;
	color: #ffffff;
	font-family:"Century Gothic",sans-serif,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック";
	font-size: 70%;
	line-height: 150%;
}

img
{
	border: 0;
}

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

a:hover
{
	text-decoration: none;
	color: #FFFF99;
}

#centrecontainer
{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: 0px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFFFFF;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 370px;
	height: 370px;
	border-right: 20px solid #ffffff;
	padding: 0px;
}

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	background: #666699;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family:"Century Gothic",sans-serif,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック";
	letter-spacing: 1px;
	font-size: 120%;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	width: 90%;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 10px;
	color: #cccccc;
	border-top:1px solid #666699;
}

#footer a
{
	text-decoration: none;
	color: #cccccc;
}

#footer a:hover
{
	text-decoration: none;
	color: #cccccc;
}
