@charset "Shift_JIS";

*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #9cf;
}

h2{
	background-color: #bdf;
	margin: 6px 0;
	border-right: 6px solid #ccc;
	border-bottom: 3px solid #666;
	padding-left: 8px;
}

h3{
	margin: 6px 0;
	border-bottom: 1px solid #36c;
	border-left: 16px solid #36c;
	padding-left: 8px;
}

a img{
	border-style: none;
}

a:link, a:visited{
	color: #006;
}

a:hover{
	background-color: #bdf;
	color: #c03;
}

a:active{
	color: #066;
}

p{
	line-height: 1.2em;
}

ul{
	margin: 0 0 16px 36px;
}

li{
	line-height: 1.6em;
}

#main{
	background-color: #9cf;
	width: 640px;
	margin: 50px auto;
	text-align: left;
}

#header{
	width: 640px;
}

#header p{
	margin: 16px 0;
}

#game{
	width: 640px;
}

.esc{
	width: 510px;
	height: 100px;
	margin: 0 65px 5px;
	clear: both;
}

.image{
	width: 100px;
	height: 100px;
	float: left;
}

.text{
	width: 400px;
	height: 100px;
	margin-left: 10px;
	float: left;
}

#link{
	width: 640px;
}

#linkL, #linkR{
	width: 300px;
	margin: 0 10px;
	float: left;
}

#footer{
	width: 640px;
	text-align: right;
	clear: both;
}

#title{
	width: 640px;
}

#flash{
	width: 640px;
}

#flash p{
	margin: 16px auto;
	border: 5px ridge #cee;
}

#description{
	width: 640px;
}

#thanks{
	width: 640px;
}

#back{
	background-color: #bdf;
	width: 640px;
	text-align: right;
}
