
@import url(top.css);
@import url(about.css);
@import url(anime.css);
@import url(original.css);
@import url(comics.css);
@import url(event.css);
@import url(print.css);
@import url(special.css);
@import url(DVD.css);

@import url(disc.css);
@import url(goods.css);
@import url(radio.css);
@import url(movie.css);


/* 基本設定
----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	font-size: 1px;
	
	line-height: 0;
}
p {
	color: #3a441a;
	line-height: 1.4;
	
	font-size: 9pt;
}
a {
	color: #3a441a;
}
a:hover {
	color: #46a748;
}
ul {
	list-style: none;
	
	font-size: 9pt;
	
	color: #3a441a;
}
h1,h2 {
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
}
body {
	text-align: center;
	background: #fff url(../images/bg_body.jpg) 0 0 repeat-x;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
}
#wrapper {
	width: 810px;
	margin: 0 auto;
}
#shadow {
	float: left;
	width: 810px;
	background: url(../images/bg_shadow.png) 0 0 repeat-y;
}

* html #shadow {

	background: none;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://www.spicy-wolf.com/assets/images/bg_shadow.png", sizingMethod="scale");
	
}
#container {
	width: 780px;
	margin: 0 auto;
}

.center {

	text-align:	center;

}

/* ヘッダー
----------------------------------------------------*/

#header {
	width: 780px;
	text-align: left;
}
#header a {
	display: block;
	outline: none;
	text-decoration: none;
}

/* タイトルバー
----------------------------------------------------*/

#titleBar {
	height: 116px;
	background: url(../images/bg_titlebar.jpg) 0 0 no-repeat;
}
#titleBar h1 {
	padding: 3px 0 0 8px;
}
#titleBar h1 a {
	width: 320px;
	height: 116px;
}

/* ナビゲーション
----------------------------------------------------*/

#navigation {
	position: relative;
	width: 780px;
	height: 56px;
	background: url(../images/bg_navigation_s.jpg) 0 0 no-repeat;
}
#navigation li {
	position: absolute;
	width: 94px;
	height: 24px;
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
}
#navigation li a {
	display: block;
	width: 94px;
	height: 24px;
	outline: none;
	text-decoration: none;
}

/* ナビゲーション・狼と香辛料とは？
----------------------------------------------------*/

#naviAbout {
	left: 16px;
	top: 16px;
}
#naviAbout a:hover {
	background: url(../images/bg_navigation_h.jpg) -16px -16px no-repeat;
}
.currentAbout {
	background: url(../images/bg_navigation_g.jpg) -16px -16px no-repeat;
}

/* ナビゲーション・ＴＶアニメ情報
----------------------------------------------------*/

#naviAnime {
	left: 110px;
	top: 16px;
}
#naviAnime a:hover {
	background: url(../images/bg_navigation_h.jpg) -110px -16px no-repeat;
}
.currentAnime {
	background: url(../images/bg_navigation_g.jpg) -110px -16px no-repeat;
}

/* ナビゲーション・原作情報
----------------------------------------------------*/

#naviOriginal {
	left: 204px;
	top: 16px;
}
#naviOriginal a:hover {
	background: url(../images/bg_navigation_h.jpg) -204px -16px no-repeat;
}
.currentOriginal {
	background: url(../images/bg_navigation_g.jpg) -204px -16px no-repeat;
}


/* ナビゲーション・DVD/BD/CD/ゲーム
----------------------------------------------------*/

#naviDisc {
	left: 298px;
	top: 16px;
}
#naviDisc a:hover {
	background: url(../images/bg_navigation_h.jpg) -298px -16px no-repeat;
}
.currentDisc {
	background: url(../images/bg_navigation_g.jpg) -298px -16px no-repeat;
}


/* ナビゲーション・グッズ情報
----------------------------------------------------*/

#naviGoods {
	left: 392px;
	top: 16px;
}
#naviGoods a:hover {
	background: url(../images/bg_navigation_h.jpg) -392px -16px no-repeat;
}
.currentGoods {
	background: url(../images/bg_navigation_g.jpg) -392px -16px no-repeat;
}


/* ナビゲーション・スタッフブログ
----------------------------------------------------*/

/*#naviBlog {
	left: 486px;
	top: 16px;
}
#naviBlog a:hover {
	background: url(../images/bg_navigation_h.jpg) -486px -16px no-repeat;
}*/

/* ナビゲーション・イベント情報
----------------------------------------------------*/

#naviEvent {
	left: 486px;
	top: 16px;

}
#naviEvent a:hover {
	background: url(../images/bg_navigation_h.jpg) -486px -16px no-repeat;
}
.currentEvent {
	background: url(../images/bg_navigation_g.jpg) -486px -16px no-repeat;
}

/* ナビゲーション・スペシャル
----------------------------------------------------*/

#naviSpecial {
	left: 580px;
	top: 16px;
}
#naviSpecial a:hover {
	background: url(../images/bg_navigation_h.jpg) -580px -16px no-repeat;
}
.currentSpecial {
	background: url(../images/bg_navigation_g.jpg) -580px -16px no-repeat;
}


/* 本文外枠
----------------------------------------------------*/

#innerPage {
	float: right;
	width: 606px;
	background: url(../images/bg_contents.jpg) 0 0 no-repeat;
}

/* 本文メイン
----------------------------------------------------*/

#contents {
	width: 582px;
	margin: 10px 0 0 10px;
}
.mainTitle {
	height: 34px;
}
.pageTop {
	clear: both;

	font-size: 9pt;
	
	width: 573px;
	padding: 15px 0;
	text-align: right;
}
.pageTop a {
	color: #3a441a;
}
.pageTop a:hover {
	color: #46a748;
}
/* 左サイド
----------------------------------------------------*/

#leftMenu {
	float: left;
	width: 174px;
	height: 340px;
}

/* 左サイド・タイトル
----------------------------------------------------*/

#leftMenu h2 {
	height: 73px;
}

/* 左サイド・メニュー
----------------------------------------------------*/

#leftMenu ul {
	float: left;
	text-align: left;
}
#leftMenu li {
	width: 170px;
	height: 30px;
	font-size: 1px;
	
	line-height: 1.9;
	text-indent: -10000em;
}
#leftMenu li a {
	display: block;
	width: 170px;

	height: 30px;
	
	line-height: 1.9;
	outline: none;
	text-decoration: none;
}

/* フッター
----------------------------------------------------*/

#footer {
	clear: both;
	width: 780px;
	height: 36px;
	text-align: left;
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
	background: url(../images/bg_footer.jpg) 0 0 no-repeat;
}
.no-border {
	border: 0 !important;
}

