﻿@charset "utf-8";

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

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

table,td {
	color: #202020;
}

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

a:link {
	color: #33cc33;
}

a:visited {
	color: #33cc33;
}

a:hover {
	color: #448844;
}

a:active {
	color: #55ff55;
}

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

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

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

/*-- トップページへ戻るボタンとメニュー --*/

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

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

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

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

/*-- 本文 --*/

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

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

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

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

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

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

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

#jubegraph p,table {
	padding: 10px;
	margin-right: auto;
	margin-left: auto;

	/* rounded corners */
	border-radius: 10px / 10px;
}