
BODY{
  background-color : #638FFF;/*右側の背景色*/
  font-size : 8pt;
  margin : 0px;
  cursor : crosshair;
  scrollbar-track-color:#ffaaaa;
  scrollbar-face-color:#dd8888;
  scrollbar-shadow-color:#ffaaaa;
  scrollbar-darkshadow-color:#ffaaaa;
  scrollbar-highlight-color:#ffaaaa;
  scrollbar-3dlight-color:#ffaaaa;
  scrollbar-arrow-color:#FFFFFF;

}
DIV{
  font-size : 8pt;
}
.left{/*左側の設定*/
  position : absolute;
  top : 0px;
  left : 0px;
  z-index : 0;
  background-color : #F9F9FF;/*左側の背景色*/
  height : 110%;
  width : 135px;/*幅。メニュー項目がはみ出てしまう場合はこれを拡げて下さい*/
  border-right : 2px dotted #FFAAAA;/*境界線の太さと色*/
}
.title{/*「site title」の部分の設定*/
  position : relative;
  top : 20px;/*位置*/
  z-index : 1;
  padding : 5 5 5 100px;
  margin : 0 30 0 180px;
  border-bottom : 1px dotted #FFAAAA;/*下線の設定*/
  text-align : right;
  font-family : Verdana,Arial,Helvetica;
  font-weight : bold;
  letter-spacing : 2em;/*文字間隔を設定*/
  color : #CCCCDD;/*文字色*/
}
.menu{/*メニュー部分の設定*/
  position : absolute;
  top : 80px;
  left : 25px;/*左端からの位置*/
  z-index : 2;
  width : 135px;
  color : #6666DA;
  font-family : Arial,Helvetica;
  line-height : 18px;
}
.menutitle{
  background-color : #FFACAC;/*「Contents」の背景色*/
  color : #000000;
  line-height : 16px;
  font-weight : bold;
  padding : 2 20 2 20px;
  margin : 0 0 7 0px;
  border : 2px solid #001166;/*囲いの太さと色を設定*/
  position : relative;
  z-index : 3;
}
.list{
  color : #6666DA;
  padding-left : 15px;/*これで"new"などを右にずらす*/
  font-size : 9px;
}
#up{/*Updatesの部分の設定*/
  position : absolute;
  top : 350px;/*上からの位置*/
  z-index : 2;
}
#upindex{/*Updatesの部分の設定*/
  position : absolute;
  top : 400px;/*上からの位置*/
  z-index : 2;
}
.list2{
  color : #6666DA;
  padding-left : 15px;/*これで"new"などを右にずらす*/
  font-size : 9px;
}
#up2{/*Communicateの部分の設定*/
  position : absolute;
  top : 300px;/*上からの位置*/
  z-index : 2;
}
.list3{
  color : #6666DA;
  padding-left : 15px;/*これで"new"などを右にずらす*/
  font-size : 9px;
}
#up3{/*Communicateの部分の設定*/
  position : absolute;
  top : 450px;/*上からの位置*/
  z-index : 2;
}
.list4{
  color : #6666DA;
  padding-left : 15px;/*これで"new"などを右にずらす*/
  font-size : 9px;
}
#up4{/*Communicateの部分の設定*/
  position : absolute;
  top : 510px;/*上からの位置*/
  z-index : 2;
}

.space{/*なにか入れたい場合はこんな感じで*/
  font-size : 8pt;
  position : absolute;
  top : 17%;/*上からの位置*/
  left : 34%;
  z-index : 1;
  width : 440px;
  height : 280px;
  border : 2px ridge #FFACAC;
  padding : 2px;
  background-color : #F9F9FF;
  color : #666666;
}
.space2{/*なにか入れたい場合はこんな感じで*/
  font-size : 10pt;
  position : absolute;
  top : 60px;/*上からの位置*/
  left : 27%;
  z-index : 1;
  width : 625px;
  height : 500px;
  border : 2px ridge #FFACAC;
  padding : 2px;
  background-color : #F9F9FF;
  color : #666666;
}
.space3{/*なにか入れたい場合はこんな感じで*/
  font-size : 10pt;
  position : relative;
  top : 85%;/*上からの位置*/
  left : 85%;
  z-index : 1;
  width : 108px;
  height : 18px;
  border : 2px ridge #FFAAAA;
  padding : 2px;
  background-color : 638FFF;
  color : #FFAAAA;
}
.space4{/*なにか入れたい場合はこんな感じで*/
  font-size : 10pt;
  position : relative;
  top : 86%;/*上からの位置*/
  left : 83%;
  z-index : 1;
  width :100px;
  height : 15px;
  border : 2px ridge #FFAAAA;
  padding : 2px;
  background-color : 638FFF;
  color : #FFAAAA;
}
.space_ichi{/*なにか入れたい場合はこんな感じで*/
  font-size : 10pt;
  position : absolute;
  top : 60px;/*上からの位置*/
  left : 27%;
  z-index : 1;
  width : 600px;
  height : 400px;
  border : 0px ridge #638FF;
  padding : 0px;
  background-color : #638FFF;
  color : #FFAAAA;
}

.copyright{
  /*position : relative;*/
  /*top : 83%;*/
  position : absolute;
  bottom : 20px;
  right : 20px;
  z-index : 1;
  padding : 2 2 2 2px;
  margin : 0 30 0 550px;
  border-top : 1px solid #FFAAAA;
  border-bottom : 1px solid #FFAAAA;/*下線の設定*/
  text-align : center;
  font-size : 10px;
  font-family : Verdana,Arial,Helvetica;
  color : #CCCCDD;/*文字色*/
}
A{
  color : #6666DA;
  text-decoration : none;
  cursor : nw-resize;
}