body{
    color:#000000;
    text-align: center;
    font-family: "ＭＳ Ｐゴシック";
    font-weight: bold;
    background-color:#33FFFF;
    margin: 0em;
    padding-left:0;
}
A:link{   color: #800000;}
A:visited{color: #808000;	text-decoration: none;}
A:active{ color: #ff9900;}
A:hover{  color: #FF0000;}

h2{
    background-color:#0066FF;
    color:#FFFFFF;
    line-height: 1.2;
    text-align:center;
}

#left{/*左ペイン*/
	text-align: center;
    width: 480px;
    position:absolute; top:130px; left:5px;
    height:460px;
    overflow-y:scroll;
}

#left_i{/*左ペイン*/
	text-align: center;
    width: 500px;
    position:absolute; top:130px; left:5px;
    height:460px;
}

#right{
    /*右ペイン*/
	text-align: center;
    width: 480px;
    position:absolute; top:130 px; left:500px;
    height:460px;
    overflow-y:scroll;
}
#right_i{
    /*右ペイン*/
	text-align: center;
    width: 500px;
    position:absolute; top:130 px; left:505px;
    height:460px;
}


#memobox{
    float: left;
    width: 470px;
    background: url("image/note.gif")　repeat;
    text-align:left;
    padding: 20px 5px 20px 60px;
    font-size:x-small;
}
#memobox h2{
    background-color:#FFFFFF;
    color:#0066FF;
    text-align:center;
    border-style:dotted;
    border-color:#800000;
    border-width:thin;
}
#memobox h3{
	background-color:#0066FF;
	color:#FFFFFF;
　　text-align:left;
}
#memobox h5{
    background-color:#0066FF;
    color:#FFFFFF;
    text-align:center;
    padding: 5px;
    border-color:#008080;
    border-style:solid;
}
#memobox p{
    line-height: 1.1;
    margin-right:auto;
    font-weight:normal;
}

#memubar{
    background-color:#FFFFFF;
    color:#FFFFFF;
    text-align:center;
    padding: 5px;
    border-color:#008080;
    border-style:solid;
    font-size:xx-small;
}

.tab{/*タブメニューバー*/
    color: #0000CC;
    padding: 5px;
    width:120px;
    height:12px;
    text-align: center;
    font-weight: normal;
    margin: 0;
    border:3px;
    border-color:#008080;
    border-style:double;
}

.tab_t{/*見出しタブ*/
	color: #FFFFFF;
    padding: 0px;
    width:160px;
    height:10px;
    text-align: center;
    line-height: 1.0;
    font-weight: bold;
    margin: 2px;
    background-color:#008080;
}
.tab_a{
    /*アクティブタブ*/
	color: #0000CC;
    background-color: #FFFFFF;
    padding: 5px;
    width:120px;
    height:12px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}
#index{/*右上ペイン*/
	text-align: left;
    width: 180px;
    position:absolute; top:2px; left:805px;
    font-size:x-small;
    line-height: 1.0;
}
