@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #FFFFFF;
}

/*--for IE7--*/
*:first-child + html body {
	font-family: "メイリオ",Meiryo,Sans-Serif;
}

/*--for IE6 or sooner--*/
* html body {
	font-family: "メイリオ",Meiryo,Sans-Serif;
}

body {
	font-size: 75%;
	line-height: 1.5em;
	background: #000000;
	text-align: center;
}
#index,
#header2,
.prize,
#footer {
	margin: 0px auto;
	text-align: left;
}

#footer {
}
#footer p {
	margin: 1.0em;
	font-size: 85%;
	line-height: 1.2em;
	color: #999999;
}


.comment p {
	margin-bottom: 1.0em;
}
.img {
	margin-bottom: 1.0em;
}
.img img {
	border: 2px solid #000000;
}
.story {
	padding-bottom: 1.0em;
}
.story table td {
	text-align: left;
}

#pass th,
#pass td {
	border-top: 1px solid #999999;
	padding: 1.0em 0;
}
#pass th {
	padding-right: 1.0em;
	text-align: left;
}
#pass .ptitle {
	font-size: 140%;
}
