@charset "utf-8";

a{
	color: #ff3930;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
strong {
	font-weight: bold;
}

body {
	margin: 0;
	padding: 0;
	color: #300f0f;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 150%;
}
#wrapper{
	background-color: #1f1f1f;
	border-top: #ccc 2px solid;
	border-bottom: #ccc 2px solid;
	margin: 0 0 5px 0;
}
#container {
	margin: 0;
	padding: 0;
	background: #FFF url(../common/bg.gif) repeat center top;
	overflow: hidden;
}
body #contentsArea {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
	overflow: hidden;
	background: transparent url(../common/footer.gif) no-repeat center bottom;
}
#caution {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #333;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.2em;
}
/*---------------ナビ：あらすじ------------------------------*/
li#summary {
	background: transparent url(../common/naviSummary.gif) no-repeat center center;
}
li#summary a:link {
	background: transparent url(../common/naviSummary.gif) no-repeat center center;
}
li#summary a:visited {
	background: transparent url(../common/naviSummary.gif) no-repeat center center;
}
li#summary a:hover {
	background: transparent url(../common/naviSummary_o.gif) no-repeat center center;
}
li#summary a:active {
	background: transparent url(../common/naviSummary_o.gif) no-repeat center center;
}
/*---------------ナビ：キャスト------------------------------*/
li#cast {
	background: transparent url(../common/naviCast.gif) no-repeat center center;
}
li#cast a:link {
	background: transparent url(../common/naviCast.gif) no-repeat center center;
}
li#cast a:visited {
	background: transparent url(../common/naviCast.gif) no-repeat center center;
}
li#cast a:hover {
	background: transparent url(../common/naviCast_o.gif) no-repeat center center;
}
li#cast a:active {
	background: transparent url(../common/naviCast_o.gif) no-repeat center center;
}
/*---------------ナビ：ストーリー------------------------------*/
li#story {
	background: transparent url(../common/naviStory.gif) no-repeat center center;
}
li#story a:link {
	background: transparent url(../common/naviStory.gif) no-repeat center center;
}
li#story a:visited {
	background: transparent url(../common/naviStory.gif) no-repeat center center;
}
li#story a:hover {
	background: transparent url(../common/naviStory_o.gif) no-repeat center center;
}
li#story a:active {
	background: transparent url(../common/naviStory_o.gif) no-repeat center center;
}
/*---------------フッター---------------*/
body #contentsArea #footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 960px;
	background: transparent url(../common/footer.gif) no-repeat center bottom;
	overflow: hidden;
	text-align: center;
}
body #contentsArea #footer p,body #contentsArea #footer a {
	color: #FFF;
}
body #contentsArea #footer #link {
	margin: 0;
}
body #contentsArea #footer #copyright {
	margin: 0 0 20px 0;
}

