/* CSS Document */
body {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size:12px;
	color:white;
	background-color:#999999;
	background-image:url(../img/bg.gif);
	margin:0;
}
a:link {
	color:white;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color:white;
}
a:hover {
	text-decoration:none;
	color:white;
}
a:active {
	text-decoration:underline;
	color:white;
}
h1{
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0;
}
img{
	border:0;
}
.imgs{
	margin:0 0 10px 0;
}

/* レイアウト枠 */
#wrap{
	position:absolute;
	top:50%;
	left:50%;
	width:650px;
	height:380px;
	margin-top:-190px;
	margin-left:-325px;
}
#top_main{
	width:650px;
	height:300px;
	border:1px solid #ffffff;
	background-color:#dddddd;
	background-image:url(../img/main_bg.gif);
}
#top_l{
	width:500px;
	height:300px;
	float:left;
}
#top_r{
	width:140px;
	height:300px;
	float:right;
	padding:5px 0 0 0;
}

/*ヘッダーフッター*/
#header{
	width:650px;
	height:60px;
	text-align:left;
}
#footer{
	clear:both;
	width:100%;
	height:20px;
	margin:3px auto 0 auto;
	text-align:right;
}

/* メニューリスト */
#menu{
	margin:0;
}
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
}