@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Verdana", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666;
}

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

a img {
	border: none;
}

#container{
	width:910px;
	height:850px;
	text-align:center;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	float:left;
	width:410px;
	height:33px;
	text-align:left;
}

#menu{
	height:33px;
	text-align:right;
}

#main{
	clear:both;
	width:910px;
}

#main-left{
	clear:both;
	float:left;
	width:410px;
}

#main-right{
	float:left;
	width:410px;
}