﻿@charset "utf-8";

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

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

table,td {
	color: #202020;
}

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

a:link {
	color: #838383;
}

a:visited {
	color: #838383;
}

a:hover {
	color: #626262;
}

a:active {
	color: #c5c5c5;
}

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

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

/* 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_black_header.png) no-repeat,
		url(wsdnyolc_white_paper.png);
}

/*-- 本文 --*/

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

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

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