﻿@charset "utf-8";

/*-- ＢＯＤＹ、ＴＡＢＬＥの設定 --*/

body {
	background: #262626 url(wsdnyolc_adult_stripe.png) repeat-y fixed;
	color: #202020;
}

table,td {
	color: #202020;
}

/*-- ハイパーリンクの色（Ｌ：未訪問、Ｖ：既訪問、Ｈ：ポイント中、Ａ：クリック中） --*/

a:link {
	color: #e3e3e3;
}

a:visited {
	color: #e3e3e3;
}

a:hover {
	color: #484848;
}

a:active {
	color: #f5f5f5;
}

/*-- トップへ戻るボタン --*/

#back-top a:hover {
	color: #484848;
}

/* arrow icon (span tag) */
#back-top span {
	background: url(wsdnyolc_black_arrow.png) no-repeat center center;
}

/*-- メニュー --*/

/* menu icon (span tag) */
#menu span {
	background: url(wsdnyolc_black_menu.png) no-repeat center center;
}

/*-- ヘッダー --*/

#header {
	background: url(wsdnyolc_black_paper.png);
}

/* header icon (span tag) */
#header span {
	background:
		url(wsdnyolc_adult_header.png) no-repeat,
		url(wsdnyolc_white_paper.png);
}

/*-- フッター --*/

#footer {
	background: url(wsdnyolc_black_paper.png);
}

/*-- 本文 --*/

#contents {
	background: url(wsdnyolc_white_paper.png);
}

/*-- 本文装飾（見出し・リスト）の設定 --*/

#contents h1 {
	background:url(wsdnyolc_white_paper.png) repeat;
}

/*-- 《読む》独自の設定 --*/

#novel {
	margin: 0 15px 0 15px;
}

#novel p {
	font-size: 18px;
	padding: 10px;
	line-height: 200%;
}