
#container_left2 {
    float:left;
    width:30%;
    }

#container_right2 {
    float:right;
    background-color:#fff8f8;
    width:65%;
    height :700px;
    overflow-y:scroll;
    }	  

#page_link2 {
   background-color:#eeeeee;
   margin: 0px 0px 10px 0px;
   padding: 10px 5px 10px 5px;
   background-image: url(./pagelink_back2.jpg);
   background-repeat: no-repeat;
   background-position: top left;	
	}	

#page_link2 p {
   font-size: 100%;
   font-weight:bold;
   margin: 5px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
	}	

#page_link2 a {
   font-size: 90%;
   background-image: url(../img/pagelink_arrow.jpg);
   background-repeat: no-repeat;
   background-position: left center;
   line-height: 20px;
   padding: 5px 0px 5px 20px;
	}	


.linktxt:link   {
    color: blue;
    font-weight: bold;
}
.linktxt:visited   {
    color: blue;
    font-weight: bold;
}
.linktxt:hover   {
    color: green;
    font-weight: bold;
}
.linktxt:active   {
    color: black;
    font-weight: bold;
}

.textL {
    clear:both;
    font-size: 90%;
    margin: 0px 0px 10px 0px;
    }

form input {
    background-color: #C0CCF0;
    font-family: "ＭＳ ゴシック", serif;
    font-size: 12pt;
    font-weight: bold;
    width:30px;
    height : 28px;
    text-align: center;
    }

button {
    font-family: monospace;
    font-size: 10pt;
    font-weight: normal;
    width:110px;
    height:24px;
    }

td {
    width:35px;
    height : 30px;
    }
