body {
	background-color: #01030f;
	color: #FFF;
	font-family: "Meiryo UI", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 20px;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	height: auto;
}

a {
	color: #FF0;
}
a:hover {
	color: #6F0;
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #hd {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 165px;
}
#container #hd H1 {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 180px;
	width: 250px;
	text-align: left;
	text-indent: -9999px;
	float: left;
	margin-top: -15px;
}
#container #hd .catch {
	background-image: url(img/catch.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 51px;
	width: 628px;
	float: right;
	margin-bottom: 8px;
}
#container #hd H2 {
	background-image: url(img/title.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 105px;
	width: 626px;
	float: right;
}
#container #ct {
	clear: both;
	padding-top: 30px;
	padding-bottom: 300px;
}
#container #ct DL {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	padding-top: 5px;
}
#container #ct DL DT {
	display: block;
	width: 100px;
	font-weight: bold;
	padding-left: 10px;
	float: left;
}
#container #ct DL DD {
	padding-left: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#container #ct .txt {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#container #ct OL {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border: 2px solid #FFF;
	padding-top: 28px;
	padding-right: 18px;
	padding-bottom: 23px;
	padding-left: 28px;
}
#container #ct OL LI {
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 5px;
}
#container #ft {
	height: 60px;
	padding-top: 45px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 14px;
	color: #CCC;
	text-align: center;
}

#container #ct .twbtn {
	margin-bottom: 30px;
	text-align: right;
}
#container #ct .animate {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #36C;
	padding-top: 9px;
	padding-right: 19px;
	padding-bottom: 9px;
	padding-left: 19px;
}
