<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	$Id: jami21.css,v 1.7 2017/05/30 23:57:10 tacha Exp $	*/

header { display: block; }

div#whole {
}

div#header-region {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* border: solid 1px #0000ff; */
}

div#header {
    text-align: center;
}

div#body-region {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
 
div#menu-region {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    float: left;
    overflow: auto;
    margin-left: 10px;
    /* border: inset 1px #ff00ff; */
}

div#contents-region {
    top: 210px;
    left: 250px;
    padding-left: 10em;
    width: 200px;
    float: right;
    overflow: auto;
    /* border: dashed 1px #0000ff; */
}

#contents {
    display: inline;
    top: 210px;
    left: 100px;
    overflow: auto;
    /* height: 100%; */
}


div#footer-region {
    position: fixed;
    bottom: 0;
    left: 0;
    clear: both;
    width: 100%;
    border-top: solid 1px;
    /* border: dotted 1px #0000ff; */
}


.small {
    font-size: small;
}

.menubutton {
    width: 153px;
    height: 36px;
    background-color: #CCFFCC;
}

div#title {
    width: 30em;
    text-align: center;
    padding: 1px;
    border-radius: 15px;        /* CSS3Áð°Æ */  
    font-size: 80%;
    background: #0098ff;
}
div.round{
    text-align: center;
    width: 20em;
    padding: 20px;
    margin-left: 10em;
    margin-top: 5px;
    border-radius: 10px;        /* CSS3Áð°Æ */  
    background: skyblue;
}

div.frame {
	border-style: solid;
	border-width: 2px;
	width: 80%;
	margin-left: 10%;
}
div.disclosure {
	border-style: solid;
	border-width: 2px;
	width: 50%;
	margin-left: 25%;
}

.title_style {
    font-size: 140%;
}

.title_style2 {
    font-size: 120%;
}

.p {
    text-indent: 1em;
}

/*
div#menu {
    overflow: auto;
}
*/

dl#newsdl {
    width: 80%;
}
.newsdt {
    float: left;
    width: 6em;
}

.newsdd {

}


div#header-container {

}

div#body-container {
    height: 100%;
}

div#menu-container {
    float: left;
}
div#contents-container {
    height: 100%;
}

div#footer-container {
    clear: both;
    width: 100%;
    position: fixed;
    padding-left: 3%;
    padding-bottom: 1%;
    bottom: 0;
    left: 0;
}


.fixed {
    position: fixed;
}
.container {

}

/* float */
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}


html {
    height: 100%;
    width:  100%;
}


.strikethrough {
    text-decoration: line-through;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.large {
    font-size: large;
}

.x-small {
    font-size: x-small;
}

.red {
    color: #ff0000;
}


.small90 {
    font-size: 90%;
}

.small85 {
    font-size: 85%;
}

div#footerImageRow {
    width: 250px;
    float: left;
    /* border: 1px dotted red;*/
}






div#address {
    /* width: 26em; */
    /*background: pink;*/
    float: left;
    /* border: 1px dotted green;*/
    padding: 5px 1px;
}

div.footerImageRow {
    width: 250px;
    float: left;
    /* border: 1px dotted red;*/
}

div#JAMIImage {
    padding: 12px 20px;
}

div#MitaniImage {
    padding: 2px 53px;
}

div#ClistaImage {
    padding: 2px 5px;
}

div#MiteneImage {
    padding: 2px 53px;
}

</pre></body></html>