@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
img{
	border: 0;
}
li{
	list-style-type: none;
}

p{
	margin-bottom: 1em;
}
body{
	color: #333;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	background: #FFF;
}
* + html body{
	font-family: "メイリオ","Meiryo";
}
a:link{
	text-decoration: none;
	color: #00F;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#contents {
	width: 800px;
	margin: 0 auto;
	background: #FFF url("../images/bg.png") no-repeat;
}
#head{
	height: 115px;
}
#main{
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
}
#left{
	width: 381px;
	float: left;
}
#right{
	width: 370px;
	float: right;
}
dt{
	width: 90px;
	float: left;
}
dd{
	width: 280px;
	float: right;
}
.game_title{
	font-size: large;
	font-weight: bold;
	margin: 0 0 0.5em;
}
.mail{
	margin: 2em 0 2em 1em;
}
.system,
#foot{
	font-size: 10px;
}
#foot{
	clear: both;
	margin: 10px 0 0;
	border-top: 1px solid #999;
	padding: 1em 0 0;
}