@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #FFFFFF;
	font-family: Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',Arial,Verdana,sans-serif;
	font-size: 12px;
	background: #000;
	line-height: 1.75em;
	min-width: 980px;
	min-height: 580px;
}

h2, h3, h4 { font-weight: bold; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
p { margin-bottom: 1em; }
li { margin-bottom: 0.5em; }
ul li { margin-left: 3em; margin-right: 3em; }
ol li { margin-left: 3.5em;  margin-right: 3.5em; }
dt, dd { float: left; }
dt { width: 110px; margin-left: 12px; clear: both; }
dd { width: 666px; }
ol.circlenum li { list-style: none; margin-left: 1em; }
.caution { margin-left: 1em; font-size: 0.9em; }
a:link, a:visited { color: #fff; text-decoration: underline; }
a:hover { color: #fff; text-decoration: none; }
p { margin-left: 1em; margin-right: 1em; }
img { border: none; }

#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 43px;
	background: #000;
	z-index: 1001;
}
#header #logo { width: 219px; float: left; }
#header #winmessage { width: 390px; padding: 15px 13px 0; float: right; }

#contents {
	position: absolute;
	width: 980px;
	height: 462px;
	top: 50%;
	left: 50%;
	margin-top: -238px;
	margin-left: -490px;
	background: url(../images/bg.gif) no-repeat;
}

#contents #title {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -445px;
	margin-top: -114px;
}

#contents #closetext {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: 30px;
}

#contents #detailbutton {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 35px;
	margin-left: 30px;
}

#contents #detailbutton a:link,
#contents #detailbutton a:visited {
	display: block;
	text-indent: -10000px;
	width: 224px;
	height: 35px;
	background: url(../images/detailbutton.gif) no-repeat;
	background-position: top;
}

#contents #detailbutton a:hover {
	background-position: bottom;
}

#footer {
	position: fixed;
	width: 100%;
	height: 66px;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 1000;
}

#footer #winlogo { width: 350px; float: left; }
#footer_part {
	width: 315px;
	padding-right: 15px;
	float: right;
}

#store_links {
	float: left;
	padding-left: 13px;
	padding-top: 9px;
	width: 290px;
	height: 27px;
	background: url(../images/button_bg.gif) no-repeat;
}
#store_links a { padding-right: 10px; }
#copyright {
	padding-top: 8px;
	padding-left: 41px;
}

#header:after,
.clearfix:after {
	content: "";
	display: block;
	font-size: 1px;
	clear: both;
}

#header,
.clearfix {
	zoom: 1;
}
