*{
	margin:0;
	padding:0;
	font-size:100%;
}

body{
	color:#333;
	background:url(../img/wall.png) center top repeat-y #bcfe40;
}

h1{
	display:none;
}

h2,h3,h4{
	font-weight:normal;
}

h2{
	clear:both;
	width:100%;
	height:45px;
	letter-spacing:0.2em;
	padding:5px 0px 0px 55px;
	font-weight:bold;
	color:#009952;
/*	border-bottom:1px solid #333;*/
	background:url(../img/h2.png) 0% 0% no-repeat;
}

h3{
	width:100%;
	height:30px;
	font-size:90%;
	margin:1em 0 0 0;
	padding-left:30px;
/*	border-bottom:1px dashed #333;*/
	background:url(../img/h3.png) 0% 0% no-repeat;
}

h4{
	font-size:90%;
	margin-left:1.2em;
}

p{
	font-size:85%;
}

img{
	border:none;
}

em{
	font-style:normal;
	font-weight:bold;
}

a{
	font-size:85%;
	color:#58b;
	text-decoration:none;
}

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

a:active{
	color:#69c;
}

dl{
	font-size:85%;
	margin-top:20px;
}

dt,dl#sys dt{
	font-weight:bold;
}

dl#sys dt{
	width:10em;
	float:left;

}

dd{
	margin:0 0 0.4em 5em;
}

table{
	font-size:85%;
}

td{
	padding-right:0.5em;
}

/* レイアウト系 */

h1#sitename{
	width:200px;
}

h1#title{

}

#logo{
	/*margin-bottom:20px;*/
}

#container{
	width:640px;
	margin:0 auto;
	padding:0px 0px 25px 0px;
	line-height:140%;
}

#container img{
	display: block;
	margin:15px auto;
}

.box{
	clear:both;
	margin:0px 0px 40px 55px;
	padding:0px 10px 0px 0px;
}

.pale{
	color:#ccc;
}

.white{
	color:#fff;
}	

.line{
/*	border:1px solid #999;*/
	display:none;
	clear:both;
}

/* ゲーム画面 */

#gsys{
	width:540px;
	height:340px;
	margin:0px auto 100px auto;
	padding:0;
}

#gsys img{
	display:block;
	float:left;
	margin:5px;
/*	border:1px solid #ccc;*/
}
