﻿@charset "utf-8";

/*-- 初期化 --*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
}

img, fieldset {
	border: 0;
}

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

body {
	font-size: 14px;
	background: url(wsdnyolc_blackstripe.png) repeat-y fixed;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	line-height: 140%;
	color: #202020;
}

table {
	font-size: 14px;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	line-height: 140%;
	color: #202020;
}

td {
	font-size: 14px;
	padding: 5px 0 5px 5px;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	line-height: 140%;
	color: #202020;
}

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

a:link {
	color: #838383;
}

a:visited {
	color: #838383;
}

a:hover {
	color: #626262;
}

a:active {
	color: #c5c5c5;
}

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

#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

#back-top a {
	width: 100px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	color: #bbbbbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#back-top a:hover {
	color: #626262;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* arrow icon (span tag) */
#back-top span {
	width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 10px;
	background: url(wsdnyolc_blackarrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

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

#menu {
	position: fixed;
	top: 30px;
	right: 30px;
}
 
#menu a {
	width: 100px;
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#menu a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* menu icon (span tag) */
#menu span {
	width: 100px;
	height: 55px;
	display: block;
	margin-bottom: 5px;
	background: url(wsdnyolc_blackmenu.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

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

#header {
	margin-top: 15px;
	padding: 10px 0 10px 20px;
	background: url(wsdnyolc_bgblack.png);
}

#header p {
	padding: 0 10px 0;
	text-align: left;
	white-space: nowrap;
}


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

#footer {
	margin-bottom: 25px;
	padding: 10px 0 10px 20px;
	background: url(wsdnyolc_bgblack.png);
}

#footer p {
	padding: 0 10px 0;
	text-align: left;
	white-space: nowrap;
}

/*-- 本文 --*/

#contents {
	margin: 10px 0 10px 45px;
	padding: 20px;
	background: url(wsdnyolc_bgwhite.png);

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#contents p {
	padding: 0 10px 0;
	text-align: left;
	white-space: nowrap;
}

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

#contents h1 {
	font-size: 24px;
	font-weight: bold;
	background:url(wsdnyolc_bgblack.png) repeat;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	line-height: 140%;
	margin: 10px 0 10px 0px;
	padding:5px 0 5px 10px;
	text-align: left;
	white-space: nowrap;
	text-shadow: 1px 1px 0 #cccccc, 2px 2px 1px #333333;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contents .h1_red {
	font-size: 20px;
	font-weight: bold;
	background: url(wsdnyolc_redgradation.png) repeat;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	line-height: 140%;
	color: #fafafa;
	margin: 5px 0 0 -5px;
	padding: 5px 0 5px 35px;
	width: 800px;
	text-align: left;
	white-space: nowrap;
	text-shadow: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contents .h1_green {
	font-size: 20px;
	font-weight: bold;
	background: url(wsdnyolc_greengradation.png) repeat;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	line-height: 140%;
	color: #fafafa;
	margin: 5px 0 0 -5px;
	padding: 5px 0 5px 35px;
	width: 800px;
	text-align: left;
	white-space: nowrap;
	text-shadow: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contents .h1_blue {
	font-size: 20px;
	font-weight: bold;
	background: url(wsdnyolc_bluegradation.png) repeat;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	line-height: 140%;
	color: #fafafa;
	margin: 5px 0 0 -5px;
	padding: 5px 0 5px 35px;
	width: 800px;
	text-align: left;
	white-space: nowrap;
	text-shadow: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contents h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	line-height:140%;
	margin: 10px 0 10px 15px;
	text-align: left;
	white-space: nowrap;
}

#contents .h2_black {
	font-size: 16px;
	font-weight: bold;
	background: url(wsdnyolc_bgblack.png) repeat;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	line-height: 140%;
	margin: 0 0 5px -5px;
	padding: 10px 0 10px 35px;
	width: 800px;
	text-align: left;
	white-space: nowrap;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contents h3 {
	font-size: 24px;
	font-weight: normal;
	background:url(wsdnyolc_bgredstripe.png) repeat-y;
	background-position: 0 0 0 -25px;
	font-family: Impact;
	line-height:140%;
	margin: 10px 0 0 -10px;
	padding: 10px 0 5px 35px;
	text-align: left;
	white-space: nowrap;
}

#contents h4 {
	font-size: 24px;
	font-weight: normal;
	background:url(wsdnyolc_bgbluestripe.png) repeat-y;
	background-position: 0 0 0 -25px;
	font-family: Impact;
	line-height:140%;
	margin: 10px 0 0 -10px;
	padding: 10px 0 5px 35px;
	text-align: left;
	white-space: nowrap;
}

#contents .h4_green {
	font-size: 24px;
	font-weight: normal;
	background:url(wsdnyolc_bggreenstripe.png) repeat-y;
	background-position: 0 0 0 -25px;
	font-family: Impact;
	line-height:140%;
	margin: 10px 0 0 -10px;
	padding: 10px 0 5px 35px;
	text-align: left;
	white-space: nowrap;
}

#contents h5 {
	font-size: 14px;
	font-weight: normal;
	background:url(wsdnyolc_bgblackstripe.png) repeat-y;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	line-height:140%;
	margin: 0 0 10px -10px;
	padding: 5px 0 10px 35px;
	text-align: left;
	white-space: nowrap;
}

#contents .li_first {
	list-style: square;
	margin: 10px 0 10px 30px;
	text-align: left;
	white-space: nowrap;
}

#contents .li_second {
	font-size: 12.5px;
	list-style: dice;
	margin: 10px 0 10px 45px;
	text-align: left;
	white-space: nowrap;
}

#contents .li_third {
	font-size: 11px;
	list-style: circle;
	margin: 10px 0 10px 60px;
	text-align: left;
	white-space: nowrap;
}