@charset "UTF-8";

body{
    font: 92%/150% 'Georgia', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color: rgb(245, 246, 247);
}

div#container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: white;
}

div#menu{
    width: 960px;
    background-color: white;
}

div#contents{
	/*width: 920px;*/
	background: white url(../mark/jhs_960.gif) no-repeat;
    padding-top: 38px;
	padding-right: 65px;
	padding-left: 65px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    behavior: url(../js/PIE.htc);
}

div#header{
	text-align: right;
	visibility: hidden;
    display: none;
}



h1 { 
	margin-top: 10px;
	margin-bottom: 10px;
	color: #939393;
    font-weight: normal;
    font-style: normal;
	font-size: 1.0rem;
}

h2 { 
	margin-top: 80px;
	margin-bottom: 60px;
	text-align: center ;
	color: maroon;
	font-size: 1.92rem;
}

h3 {
	margin-top: 100px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: gray;  
	background-color: whitesmoke;
    border-left: 10px solid goldenrod;
	font-size: 1.25rem;
    font-style: italic;
}

h4 {
	font-size: 1.2rem; 
	padding-top: 50px;
	margin-top: 0px;
    margin-bottom: 25px;
	margin-left: 0px;
    color: dimgray;
	font-weight: normal;
	font-style: normal;
}



div#update
	{
	color: gray; 
	text-align: center;
	margin-bottom: 15px;
}

div#mnavigation{
	text-decoration: none;
	text-align: center;
	margin-bottom: 25px;
	visibility: vi visible;
}

ul	{
	margin-left: 20px;
}

div#pageindex{
    background-color: rgba( 238, 238, 238, 0.2 );
    padding-top: 25px;
	padding-bottom: 15px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #DDD;
    color:#111;
    behavior: url(../js/PIE.htc);
}

div#pageindextitle{
	text-align: center;
    font-style: italic;
    color: dimgray; 
    padding-bottom: 5px;
    font-size: 1.2rem;
}

div#caution{
    text-align: center;
    margin-top: 25px;
	margin-bottom: 0px;
}

div#topcomment{
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 20px;
}


ol { 
	margin-left: 24px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 25px;
}

ol.li {
    word-wrap:break-word;
}

div#footer{
    background-color: white;
	text-align: left;
	padding-top: 0px;
	margin-top: 100px;
	padding-bottom: 10px;
	color: gray;
}
div.navigation{
	text-decoration: none;
	text-align: right;
	font-size: 85%;
}
div#pagetop{
	position: fixed;
    bottom: 10px;
    width:920px;
    left:50%;
    margin-left:410px;
	opacity:0.3;
}

div#pagetop:hover{
    opacity:0.6;
}

div#pagetop:active{
    opacity:0.1;
}

div.worksnote {
    margin-top: -20px;
    margin-left: 64px;
    margin-bottom: 18px;
    color:dimgray;
}

a:link{
	color: royalblue;
	font-weight: bold;
	font-style: normal ; 
	text-decoration: none;
	}

a:visited
	{
	color: royalblue;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: royalblue;
	font-weight: bold;
	text-decoration: underline;
}

a:active{
	color: silver;
	font-weight: bold;
	text-decoration: underline;
}




span.jp	{
	font-family: serif; 
    font-style: normal; 
    font-weight: normal;
	color: olive;
}

span.ai	{
	font-weight: bold ; 
	color: #9C6331 ; 
}

span.diams	{
	color: red; 
}

span.media	{
	font-weight: bold ; 
	color: #a10051;
}

span.comment	{
	color: gray;
}

span.hoboken{
    font-weight: bold ; 
    color: #555555 ; 
    padding-right: 0.3em;
}


.dropmenu{
    zoom: 1;
    list-style-type: none;
    width: 960px;
    margin: 0 0 0 -40px;
    position: fixed;
}
.dropmenu:before, .dropmenu:after{
    content: "";
    display: table;
}
.dropmenu:after{
    clear: both;
}
.dropmenu li{
    position: relative;
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
.dropmenu li a{
    display: block;
    margin: 0;
    padding: 12px 0 12px;
    background: rgb(211, 211, 211);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    opacity: 0.4;
}
.dropmenu li ul{
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
.dropmenu li ul li{
    width: 100%;
}
.dropmenu li ul li a{
    padding: 12px 15px;
    border-top: 1px solid rgb(234, 234, 234);
    background: rgb(211, 211, 211);
    text-align: left;
    width:auto ;
    opacity: 1.0;
}
.dropmenu li:hover > a{
    background: rgb(211, 211, 211);
    opacity: 1.0;
}
.dropmenu li a:hover{
	background: royalblue;
}

#menu li ul li{
    overflow: hidden;
    height: 0;
    transition: .2s;
}
#menu li:hover ul li{
    overflow: visible;
    height: 39px;
}