@charset "utf-8";
	
/*

*/
#page {
 width: 800px;
 margin: 0px auto;
 min-height: 850px;
 
 background: url("images/bg2.png") repeat-y center top;
 font-style: normal;
 font-weight: normal;
 font-size: 10pt;
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

 height: expression(document.all('page').scrollHeight < 852? '850px':'auto');
}
body {
 margin: 0px;

}
#header {
 clear: both;
 width: 800px;
 display: none;
 min-height: 25px;
 margin: 0px;
 text-align: right;
 font-style: normal;
 font-weight: normal;
 height: expression(document.all('header').scrollHeight < 27? '25px':'auto');
}
#title {
 clear: both;
 width: 800px;
 display: auto;
 min-height: 129px;
 height: expression(document.all('title').scrollHeight < 131? '129px':'auto');
}
#menubar {
 clear: both;
 width: 776px;
 display: auto;
 min-height: 30px;
 margin: 0px 12px;
 padding: 1px 0px 0px;
 background: url("images/menuback.gif") repeat-x left top;
 text-align: left;
 height: expression(document.all('menubar').scrollHeight < 24? '22px':'auto');
}
#menubar a.tabs:hover {
 color: #6b78a9;
}
#menubar .button {
 margin: 0px;
 padding: 5px 15px 4px 6px;
}
#side1 {
 float: left;
 width: 185px;
 display: inline;
 min-height: 668px;
 padding: 0;
 height: expression(document.all('side1').scrollHeight < 670? '668px':'auto');
}
#side1 .list a {
 background: #ffffff;
}
#side1 .list a:hover {
 background: #efefef;
 color: #0600b3;
}
#side1 .list {
 text-align: left;
 font: 1em/120% "MS UI Gothic";
 margin: 3px 0px 3px 15px;
 width: 185px;
 height: 20px;
}
#main {
 float: right;
 width: 520px;
 min-height: 654px;
 display: inline;
 padding: 4px 30px 15px 20px;
 text-align: left;
 font-style: normal;
 font-weight: normal;
/* font-size: 10pt;*/
 line-height: 150%;
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 border-left: 1px dashed #b5ec15;
 height: expression(document.all('main').scrollHeight < 656? '654px':'auto');
}
#footer {
 clear: both;
 width: 800px;
 display: auto;
 min-height: 23px;
 text-align: center;
 height: expression(document.all('footer').scrollHeight < 25? '23px':'auto');
}
.pngalpha {
 float: left;
}
.text01 {
 font-weight: bold;
 color: #4b9dee;
 }
 .text02 {
 font-size: 9px;
 font-style: oblique;
 font-weight:lighter;
 }
.img01 {
float:left;

}
.img02 {
float:left; border:5px solid #ffffff; padding:3px;
clear: both;
}
.img03 {
float:right;

}
ul.panel{
float:right; border:1px solid #006600; padding:3px;
margin:0 5px 0 0;
color: #006600;
}
ul.panel li{
list-style:none;float:left;margin:0 3px 0 0;padding:1px;
}
ul.panel li.normal{
color:#FFFFFF;background-color:#aaa;
}
ul.panel li.normal:hover, ul.panel li.select{
background-color:#006600;
}
  
html {
    height: 100%;
    margin-bottom: 1px;
    overflow-y:scroll;  
}

