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

body{
background:url(image/stripe.png);
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:12px;
}
	p{
	text-align:left;
	line-height:150%;
	}
	p.title{
	font-size:14px;
	font-weight:bold;
	}
	a{text-decoration:none}
	a:link{color:#000000;}
	a:visited{color:#000000}
	a:hover{color:#000000;}
		a img{
		border:none;
		}
		img.logo-pro{
		margin:0px 0px 0px 40px;
		}
		img.logo-game{
		margin:30px auto;
		}
		img.menu-l{
		margin:46px auto 0px auto;
		}
			ul{
			width:100%;
			margin:0px;
			padding:10px 0px 0px 0px;
			list-style-image:url(image/icon-s.png);
			}
			li{
			float:left;
			width:120px;
			padding:0px;
			text-align:left;
			list-style-position:outside;
			}
	

div.outer{
width:800px;
height:600px;
margin:0px auto;
text-align:center;
}

div.top{
width:800px;
height:40px;
text-align:left;
margin:0px 0px 0px 0px;
background-color:#FFFFFF;
}

div.main{
width:800px;
height:560px;
background:url(image/bg.png);
text-align:left
}

div.left{
width:160px;
height:560px;
float:left;
text-align:center;
}
	div.box1{
	width:120px;
	height:120px;
	margin:36px 0px 0px 39px;
	}
	div.box2{
	width:120px;
	height:120px;
	margin:0px 0px 0px 39px;
	}
	div.box3{
	width:120px;
	height:120px;
	margin:0px 0px 0px 39px;
	}
	div.box4{
	width:120px;
	height:120px;
	margin:0px 0px 0px 39px
	}
	#area{
	background:url(image/area.png);
	}

div.right{
width:640px;
height:560px;
float:left;
}
	div.window{
	width:560px;
	height:442px;
	margin:56px 0px 0px 20px;
	}
		div.menu{
		width:80%;
		height:40px;
		margin:0px auto;
		}
		div.content{
		width:78%;
		height:380px;
		margin:0px auto;
		overflow:auto;
		}