﻿@charset "utf-8";

/*-- 初期化 --*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
}

img, fieldset {
	border: 0;
}

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

body {
	padding:0 0 175px 0;
	font-size:14px;
	background:url(wsdnyolc_ystava02.png) no-repeat fixed 25px 10px;
	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: #636363;
}

a:visited {
	color: #636363;
}

a:hover {
	color: #313131;
}

a:active {
	color: #959595;
}

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

#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: #bbb;
 
    /* 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: #000;
 
    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: #ddd 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;
}
#back-top a:hover span {
    background-color: #777;
}

/*-- メニュー 読む --*/

#menu01 {
    position: fixed;
    top: 20px;
    right: 30px;
}
 
#menu01 a {
    width: 190px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    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;
}
#menu01 a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
 
/* menu icon (span tag) */
#menu01 span {
    width: 200px;
    height: 140px;
    display: block;
    margin-bottom: 5px;
    background: #ddd url(wsdnyolc_wsdnyolc03.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;
}
#menu01 a:hover span {
    background-color: #070;
}

/*-- メニュー 聴く --*/

#menu02 {
    position: fixed;
    top: 20px;
    right: 240px;
}
 
#menu02 a {
    width: 190px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    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;
}
#menu02 a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
 
/* menu icon (span tag) */
#menu02 span {
    width: 200px;
    height: 140px;
    display: block;
    margin-bottom: 5px;
    background: #ddd url(wsdnyolc_wsdnyolc04.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;
}
#menu02 a:hover span {
    background-color: #007;
}

/*-- メニュー 観る --*/

#menu03 {
    position: fixed;
    top: 170px;
    right: 30px;
}
 
#menu03 a {
    width: 190px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    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;
}
#menu03 a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
 
/* menu icon (span tag) */
#menu03 span {
    width: 200px;
    height: 140px;
    display: block;
    margin-bottom: 5px;
    background: #ddd url(wsdnyolc_wsdnyolc05.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;
}
#menu03 a:hover span {
    background-color: #700;
}

/*-- サイトメニュー 初めての方へ --*/

#site01 {
    position: fixed;
    bottom: 90px;
    left: 30px;
}
 
#site01 a {
    width: 360px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    color: #bbb;
 
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
 
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#site01 a:hover {
    color: #000;
 
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
 
/* menu icon (span tag) */
#site01 span {
    width: 360px;
    height: 65px;
    display: block;
    margin-bottom: 5px;
    background: #ddd url(wsdnyolc_site01.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;
}
#site01 a:hover span {
    background-color: #777;
}

/*-- サイトメニュー 管理竜について --*/

#site02 {
    position: fixed;
    bottom: 90px;
    left: 400px;
}
 
#site02 a {
    width: 360px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    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;
}
#site02 a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
 
/* menu icon (span tag) */
#site02 span {
    width: 360px;
    height: 65px;
    display: block;
    margin-bottom: 5px;
    background: #ddd url(wsdnyolc_site02.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;
}
#site02 a:hover span {
    background-color: #777;
}

/*-- サイトメニュー 掲示板 --*/

#site03 {
    position: fixed;
    bottom: 15px;
    left: 30px;
}
 
#site03 a {
    width: 360px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    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;
}
#site03 a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
 
/* menu icon (span tag) */
#site03 span {
    width: 360px;
    height: 65px;
    display: block;
    margin-bottom: 5px;
    background: #ddd url(wsdnyolc_site03.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;
}
#site03 a:hover span {
    background-color: #777;
}

/*-- サイトメニュー ブックマーク --*/

#site04 {
    position: fixed;
    bottom: 15px;
    left: 400px;
}
 
#site04 a {
    width: 360px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    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;
}
#site04 a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
 
/* menu icon (span tag) */
#site04 span {
    width: 360px;
    height: 65px;
    display: block;
    margin-bottom: 5px;
    background: #ddd url(wsdnyolc_site04.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;
}
#site04 a:hover span {
    background-color: #777;
}

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

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

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

/*-- フッター（但しここではヘッダーの直後） --*/

#footer {
	margin-top: 10px;
	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;
}