@charset "utf-8";
body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #000000;
	min-width: 768px;
	max-width: 1024px;
	behavior: url(/script/png2vml.htc);
}
h2, h3, h4, .commontable caption {
	margin: 0;
	clear: both;
}
em {
	font-weight: bold;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W6", メイリオ, sans-serif;
}
strong {
	font-weight: bolder;
	color: #660000;
	font-size: 120%;
	font-family: "ヒラギノ角ゴ Pro W6", メイリオ, sans-serif;
}
img {
	border: none;
}

/* 本文全体 */

#content {
	position: absolute;
	top: 302px;
	right: 136px;
	left: 20px;
	max-width: 800px;
	min-width: 550px;
	border: 3px double #714900;
	padding: 1.8em 40px 0 20px;
	background: #FFFFFF;
	color: #422900;
	font: 90%/1.6 "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

/* 絶対リンクの後ろにマークを付ける */

#content a[href ^="http:"], #content a[href ^="https:"] {
	background: url(external.png) center right no-repeat;
	padding-right: 10px;
}

/* 絶対リンクのうち、内部リンクの後ろにはマークを付けない */

.flat, #content a[href *="nightwish.jp"], #content a[href *="localhost"]{
	background: none !important;
	padding-right: 0px !important;
}
#content a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-family: "ヒラギノ角ゴ Pro W6", メイリオ, sans-serif;
}
#content a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-family: "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
#content a:hover {
	color: #DD6900;
	text-decoration: underline;
}
#content a img {
	padding: 2px;
}
#content a:hover img {
	padding: 1px;
	border: 1px solid #DD6900;
}
#content h1 {
	height: 1em;
	margin: 0.6em 0 2.2em 1.2em;
	font: italic bolder 1.8em Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	color: #000000;
	text-shadow: #DDD 2px 2px 8px;
}
#content h2 {
	margin: 0.8em -39px 0.6em -19px;
}
#content h3 {
	margin: 0 -8px 0.6em -8px;
}
#content h4 {
	margin-top: 1.8em;
}
#content h2, #content h3, #content h4, .commontable caption {
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Std W8", メイリオ, sans-serif;
	color: #000000;
}
#content h2 {
	font-size: 1.4em;
	padding: 0.2em 40px;
	border-bottom: 3px ridge #714900;
	text-shadow: #DDD 2px 2px 8px;
}
#content h3, .commontable caption {
	font-size: 1.1em;
	padding: 0.4em 0 0 2.2em;
	border-bottom: 3px ridge #714900;
}
/*
#content p {
	text-align: justify;	
}
*/
#content blockquote {
	margin-right: 0;
	padding: 0 0.8em;
	font-family: "Verdana", "Geneva", sans-serif;
	font-style: italic;
	color: #1F000F;
	text-align: justify;
	background: #FEFDFF;
	border-top: 2px solid #ECEBEF;
	border-right: 2px solid #F7F5F8;
	border-bottom: 2px solid #F7F5F8;
	border-left: 2px solid #ECEBEF;
}
#content dt {
	margin-top: 0.8em;
	font-weight: bold;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W6", メイリオ, sans-serif;
}
#content dd {
	margin-left: 1.4em;
}
#content dd p,  #content dd ol, #content dd ul {
	margin-top: 0.2em;
	padding-left: 0.6em;
	margin-left: 0.6em;
}

/* 定義が出現するたびに浮動表示を解除 */

#content .isolateditem dt {
	clear: both;
}
#content ul {
	list-style: circle;
}
#content input, #content select, #content textarea {
	background: #F4F1F0;
}
#content input:focus, #content select:focus, #content textarea:focus {
	background: #F9F8F7;
	border-color: #FFFFFF;
}

/* ナビゲーション部 */

#nav {
	position: absolute;
	top: 22px;
	right: 20px;
	width: 136px;
}
#nav h2,#nav h3 {
	margin-bottom: 0.2em;
	padding: 4px 10px;
	font: italic bold small-caps 1em "Times New Roman", Times, serif;
	text-align: right;
	background: #68544D url(../wounded-angel/header.jpg) no-repeat right;
	color: #FFFFFF;
	text-shadow: #DDD 1px 1px 4px;
}
#nav p, #nav>ul li {
	text-align: center;
}
#nav ul {
	margin: 0 0 0.4em 0;
	padding: 0;
}
#nav li {
	list-style: none outside;
}
#nav a {
	text-decoration: none;
	color: #000000;
}
#nav a:hover {
	color: #DD6900;
	text-shadow: #FFC997 1px 1px 2px;
}

/* ナビゲーション内部のメニュー部分 */

#menu {
	background: #FFFFFF;
	font: 90% "Times New Roman", Times, serif;
	border: 3px double #714900;
	margin-bottom: 10px;
}
#menu a {
	display: block;
	width: 100%;
	font-weight: bold;
}
#menu li {
	margin: 0 0.6em;
}

/*ナビゲーション内部の新作一覧部分 */

#newreleases {
	background: #FFFFFF;
	margin-top: 10px;
	border: 3px double #714900;
	text-align: center;
}
#newreleases a {
	line-height: 1.1;
}
#newreleases li {
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;	
	font-size: 60%;
	margin-bottom: 0.8em;
}
#newreleases li+a img {
	display: block;
}
#newreleases li>a:hover img {
	background: #DD6900;
	opacity: 0.8;
}
#newreleases p {
	margin: 0;
}
/* ナビゲーション内部の広告部分 */

#ad {
	background: #FFFFFF;
	margin-top: 10px;
	text-align: center;
	font-size: 60%;
	line-height: 1.1;
	border: 3px double #714900;
	font-family: "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
#ad a {
	font-weight: normal;
}
#ad li {
	margin-bottom: 0.8em;
}
#ad li>a img {
	display: block;
}
#ad li>a:hover img {
	background: #DD6900;
	opacity: 0.8;
}

/* ページ上部ヘッダー */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 1024px;
	height: 300px;
	background: #68544D url(../wounded-angel/page-header.jpg) left;
}

/* サイト名のロゴ */

#header .logo {
	position: absolute;
	bottom: 40%;
	left: 5%;
	visibility: visible;
}
#header p {
	visibility: hidden;	
}

/* トピックパス（パンくずリスト） */

#topicpath {
	position: absolute;
	top: 4px;
	left: 40px;
	margin: 0;
	padding: 0;
}
#topicpath h3 {
	display: none;
}
#topicpath a, #topicpath a:link, #topicpath a:hover, #topicpath a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W6", メイリオ, sans-serif;
}
#topicpath a:hover {
	color: #DD6900;
}
#topicpath li {
	display: inline;
	background: url(arrow.png) no-repeat right center;
	font-size: 0.9em;
	list-style-type: none;
	padding-right: 1.2em;
}

/* ページ下部フッター */

#footer {
	clear: both;
	text-align: right;
	margin-top: 4em;
}
#footer a, #footer a:link, #footer a:hover, #footer a:visited {
	font-family: "Times New Roman", Times, serif !important;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #DD6900;
}

/* 表 */

.commontable {
	border-collapse : collapse ;
}
.commontable caption{
	padding: 0;
}
.commontable th {
	font-weight: bold;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W6", メイリオ, sans-serif;
	border: 2px solid #FFFFFF;
	padding: 0.2em 0.8em;
	background: #EAEAEA;
}
.commontable td {
	border: 2px solid #FFFFFF;
	padding: 0.2em 0.8em;
	background: #ECECEC;
}

/* 左寄せ、右寄せ */

.cutl {
	float: left;
	clear: both;
}
.cutr {
	float: right;
	clear: both;
}
.cutl img, img.cutl {
	margin-right: 1.2em;
}
.cutr img, img.cutr {
	margin-left: 1.2em;
}

/* 画像を本文に埋め込んで、文字と同じ大きさに調節 */

#content .icon {
	width: 1em;
	height: 1em;
}

/* 順序リストだけど、表示は非順序 */

.listabc li {
	list-style: square;
}

/* リストを並べて表組みにする */

.listtable {
	margin-left: 0;
	padding-left: 0;
}
.listtable li {
	float: left;
	list-style: none;
	text-align: center;
}

/* 定義リストを並べて表組みにする */

#content .definitiontable>/**/dt {
	float: left;
	width: 8em;
	margin: 0;
	padding: 0.4em 0;
	border-top: 2px ridge #ECECEC;
}
#content .definitiontable>/**/dd {
	min-height: 4em;
	margin: 1.2em 0 1.2em 8.6em;
	padding: 0.4em 0 0.4em 0.4em;
	border-left: 4px ridge #ECECEC;
}
#content .definitiontable dd>/**/p {
	margin: 0 0 0.8em 0;
	padding: 0;
}
#content .definitiontable dd>/**/ol, #content .definitiontable dd>/**/ul {
	margin: 0;
	padding: 0 0 0 2em;
}

/* 順序リストの数字をローマ数字に */

.listroman li {
	list-style-type: upper-roman;
}

/* リストの項目を横に並べる */

.listshort li {
	display: inline;
}

/* 歌詞のスタイル */

.lyric {
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
}

/* 名前を強調するときのスタイル */

.name {
	font-weight: bold;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W6", メイリオ, sans-serif;
}

/* 表に含まれる数字に指定して、右に揃える */

.num {
	text-align: right;
}

/* 画像に指定して、位置を揃える */

.pic {
	text-align: center;
}

/* 節に指定して、浮動表示を解除する */

.section {
	clear: both;	
}

/* 記事日付のスタイル */

.dateheader {
	font: italic bolder 1.8em Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	color: #000000;
	margin: 2.2em 0 0 0 !important;
}

/* 情報源を示したブロックに指定 */

.source {
	font-style: italic;
}
p.source:before {
	content: "source: ";
}

/* サービスごとのデザイン */

#goog-wm li.search-goog {
	display: none;
}
#hmv * {
	line-height: 0;
}
