html,body {
	margin:		0;
	padding:	0;
}
body {
	font-family:	'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:	center;
	font-size:	70%;
	color:		#3C3C3C;
	background-color: #1B092A;
}
a {
	COLOR:		#ce5242;
	TEXT-DECORATION:none;
}
a:hover {
	COLOR:		#55295b;
	TEXT-DECORATION:none;
}
div#container {
	text-align:	left;
	width:		500px;
	margin:		0 auto;
	background-color: #ffffff;
}
div#text {
	padding:	0px 7px 0px 7px;
}
h1 {
	text-align:	center;
	letter-spacing:	5px;
	font-size:	130%;
	margin-bottom:	5px;
	border-bottom:	1px solid #999999;
}
p#story {
	line-height:	170%;
	margin-left:	10px;
	text-align:	center;
}
p#story2 {
	line-height:	170%;
	margin-left:	10px;
}
ul {
	list-style:	none;
	margin-left:	10px;
	padding:	0px;
}
li {
	margin:		1px;
	letter-spacing:	1px;
}
li.zun {
	margin:		1px 0 3px 15px;
	color:		#aaaaaa;
}
p#banner {
	text-align:	center;
}
div#footer {
	text-align:	right;
	margin:		5px 5px 0px 0px;
}
