@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
	border:0;
	font-family:"Hiragino Kaku Gothic Pro","HiraKakuPro-W3","MS UI Gothic","Lucida Grande","MS Gothic";
	font-size: 100%;
}
img {
	margin:0;
	padding:0;
	border:0;
}
a {
	outline:none;
	color:#FFFFFF;
}
body {
	background-color:#000;
	text-align:center;
	color:#FFFFFF;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
}
#container {
	width:512px;
	margin:0 auto;
	text-align:center;
	background: url(../img/ss_bg.jpg) no-repeat 0 0;
}

h1 {
	padding: 11px 0 18px 0;
}
h2 {
	margin: 20px 0 5px 0;
}
p#text01 {
	margin-bottom: 12px;
}

#textArea {
	margin: 0 auto 20px;
	width: 460px;
	text-align: left;
}
#textArea p {
	line-height: 1.3;
	margin-top: 10px;
	text-indent: -12px;
	padding-left: 12px;
}

p#btnDownload a {
	margin: 20px auto 7px;
	display: block;
	width: 245px;
	height: 30px;
	background: url(../img/ss_btn_dl.gif) left top no-repeat;
	text-indent: -5000px;
}
p#btnDownload a:hover {
	background-position: left bottom;
}
ul {
	list-style-type:none;
	padding-left: 15px;
}
ul li{
	margin-bottom: 3px;
	line-height: 1.4;
	text-indent: -12px;
}
ul#listDl {
	padding-left: 21px;
}
ul#listDl li{
	text-indent: -18px;
}
p#btnClose {
	padding-bottom: 30px;
}
p#btnClose a {
	margin: 0 auto;
	display: block;
	width: 92px;
	height: 25px;
	background: url(../img/ss_btn_close.gif) left top no-repeat;
	text-indent: -5000px;
}
p#btnClose a:hover {
	background-position: left bottom;
}




