@charset "Shift_JIS";
/* page format -------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Osaka, MS PGOTHIC;
	font-size: 100%;
	color: #333399;
	background: url(background.gif);
	background-position: center top;
}
/* stage layout -------------------------------------------------------- */
div.stage {
	margin: 0px;
	padding: 0px 6px;
	width: 760px;
	height: 100%;
	text-align: center;
	background: url(stagebg.jpg);
    background-repeat: repeat-y;
}
a:link {
	color: #3333ff;
	text-decoration: none;
}
a:visited {
	color: #3333ff;
	text-decoration: none;
}
a:hover {
	color: #3333ff;
	text-decoration: underline;
}
div.stage ul {
	margin: 15px 0px 0px 50px;
	padding: 0px;
	text-align: left; 
}
div.stage li {
	margin: 0px;
	padding: 0px 0px 5px 3px;
	vertical-align: text-bottom;
	list-style-image: url(listmark.gif);
}
