@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	background-attachment: fixed;
	background-image: url(img/back.jpg);
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	color: #161616;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link {
	color: #161616;
	text-decoration: underline;
}
a:visited {
	color: #161616;
	text-decoration: none;
}
a:hover {
	color: #161616;
	text-decoration: none;
}
a:active {
	color: #161616;
	text-decoration: none;
}
a img {
	border-style: none;
}
#container {
	width: 896px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/detail-back.jpg);
	background-repeat: repeat-y;
}
#container ul {
	list-style-type: none;
}
#container ul li {
}
#detail {
	width: 896px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/detail-back.jpg);
	background-repeat: repeat-y;
}
#detail h2 {
	display: block;
	height: 45px;
	width: 896px;
	margin-bottom: 20px;
	padding-top: 15px;
}
#detail dl {
	font-size: 20px;
	line-height: 1.5em;
}
#detail dl dt {
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
	margin-left: 1.5em;
}
#detail dl dd {
	margin-left: 10em;
	margin-bottom: 5px;
}
.banner {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 291px;
	width: 800px;
	padding: 15px;
}
.banner a {
}
.banner a:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}
.tyuui {
	font-size: 70%;
	margin-left: 4em;
}