@charset "UTF-8";

body{
	-webkit-text-size-adjust:none;
	font: small/125% 'Georgia', serif;
}

div#container{
}

#menu {
	highet: 0px;
    visibility: hidden;
    display: none;
}

div#contents{
	background: white url(../mark/jhs2.gif) repeat-x;
}

div#header{
	text-align: right;
	margin-right: 6px;
	margin-top: 6px;
}



h1 { 
	font-size: x-large; 
	margin-top: 30px;
	margin-bottom: 10px;
    line-height: 1.0;
	text-align: center ;
	color: dimgray;
}

div#pretitle    {
    color: #939393;
    font-weight: normal;
    font-style: normal;
	font-size: 1.2rem;
    margin-bottom: 10px;
}

div#titlecopy    {
    color: red;
    font-weight: bold;
    font-style: italic;
	font-size: 1.0rem;
    text-align: center ;
    margin-bottom: 30px;
}

h2 {
	font-size: medium; 
	margin-top: 35px;
	margin-bottom: 20px;
	text-align: left ;
	color: gray;  
	background-color: rgb(234, 234, 235);
    border-left: 7px solid goldenrod;
	font-style: italic;
	padding: 7px 3px 7px 6px;
}

h3 {
	font-size: medium;
	color: gray;
	margin: 30px 3px 15px 6px;
    padding: 7px 1px 7px 2px;
	font-weight: normal;
	font-style: normal;
}



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

div#mnavigation{
	text-decoration: none;
	text-align: center;
	margin-bottom: 35px;
}

nav#pageindex{
    background-color: rgba( 238, 238, 238, 0.2 );
    padding-top: 15px;
	padding-bottom: 5px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid #DDD;
    margin-left: 5px;
    margin-right: 5px;
    color:#111;
}

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

div#caution{
    text-align: center;
    margin: 10px 5px 10px;
}

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

div#pagetop{
	position: fixed;
	opacity:0.5;
    right: 10px;
    bottom: 108px;
}



ul {
	margin-left: -10px;
	margin-right: 0px;
}

ol {
	margin-left: -3px;
	margin-right: 0px;
}

li {
    word-wrap:break-word;
}

dt{
    font-weight: bold;
    color: dimgray;
}

dd{
    margin-bottom: 1em;
    margin-left: 30px;
}

div.plane{
	text-decoration: none;
	text-align: left;
	margin-right: 3px;
	margin-left: 6px;
	color: orange;
}

footer
	{
	text-align: left;
	padding: 20px 6px 6px;
}

div.worksnote {
    color:dimgray;
    margin-top: -12px;
    margin-left: 37px;
    margin-bottom: 12px;

}

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

div.breadcrumbs {
    font-weight: normal !important;
    color: gray;
    margin-top: 10px;
    margin-left:10px
}

span.infini{
    color: red;
}


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;
	text-align: justify;
}

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


