﻿@charset "UFT-8";
/* CSS Document */

html {height:100%;}

/*****HEADER*****/
header{
    display: block;
    width:100%;
    overflow: hidden;
	position: fixed;
	top:0;
}
header h1{
	font-size: 140%;
	font-family:"Times New Roman", Times, serif;
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #617b9b;
    color:#ffffff;
    float: left;
}

/*****NAV*****/
nav {
	width:100%;
	position:fixed;
	top:30;
	left:0;
	padding:5px 0;
	opacity:0.8;
	background:#617b9b;
	z-index:10;
}
nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#dfdfdf;
	transition: 0.5s;
}

body{
height:auto;
height:100%;
background:#ffffff;
font-family:"游ゴシック","ヒラギノ角ゴ";

scrollbar-face-color:#ffffff ;
scrollbar-track-color:#ffffff ;
scrollbar-arrow-color:#888888 ;
scrollbar-3dlight-color:#888888 ;
scrollbar-highlight-color:#ffffff ;
scrollbar-shadow-color:#ffffff ;
scrollbar-darkshadow-color:#888888 ;}

body,td{
color:#666666;
font-size:75%/120%;}

.fc1{color:#ff0000;}
.fc2{color:#3366cc;}
.fc3{color:#ffffff;}

.plot{
color:#708090;
font-style:italic;
font-family:游ゴシック
}

.ruby{font-size: 80%;}

.line{
border-bottom-style:dotted;
border-bottom-width:1px;
border-bottom-color:#8080c0;}

a{color:#474747;
text-decoration:none;
outline:none;}

a:hover{
color:#474747;
text-decoration:none ;
visibility:visible ;
float:none ;
clear:none ;
position:relative ;
top:1pt ;
left:1pt ;}

input,textarea{
color:#808080;
background:transparent;
border-style:solid;
border-width:1px;
border-color:#888888;}

img{border:0;}

/* テーブル用 */
table{border:0}
.line{border:1px solid #808080;}
.line2{border:1px solid #c0c0c0;}
table #one1{border:1px solid #d8d8d8;}

#t_word{margin:2pt}

/*****ARTICLE*****/
section{
    width: 60%;
	padding: 2.5%;
	margin-left: 20%;
	margin-top: 50px;
	padding-bottom: 100px;
}
section .date{
    font-size: 60%;
    color: lightsteelblue;
    border: 1px solid lightsteelblue;
    padding-top:3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 5px;
}
section h1{
    width: 100%;
    font-size: 100%;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    float: left;
}

section h2{
    width: 100%;
    font-size: 100%;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    float: left;
}

section h3{
border-left:solid 8px #617b9b;
border-bottom:solid 1px #617b9b;
padding-left:5px;
margin-bottom: 13px;
font-size:1em;}

section h4{
border-bottom:solid 1px lightsteelblue;
padding-left:5px;
margin-bottom: 13px;
font-size:1em;}

section p{
    font-size: 90%;
    color: #808080;
    letter-spacing: 3px;
    line-height: 170%;
    margin-bottom: 30px;
}

/* フッター用 */

footer {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	bottom: 0;
    height: 5em;

}
footer address{
    color: #808080;
    letter-spacing: 5px;
}

/* Audio */

.audiojs {background:#ffffff;}
.audiojs .scrubber {background: #617b9b;}
.audiojs .progress {background: #617b9b;}
.audiojs .loaded {background: #efefef;}
.track-details {background: #efefef; color: #808080;}
.track-details:before { content: 'Now Playing: '; }