#menu1, #menu2, #menu3, #menu4, #menu5, #menu6
{ /* メニューの表示部分のスタイル */
position:absolute;
visibility:hidden;
filter:alpha(opacity=95);
border:1px solid #000000;
border-style:dashed;
border-width:1pt;
overflow:hidden;
padding:5;
font-family:MS UI Gothic;
font-size:12px;
width:160
z-index:2
}
#newyear
{ 
z-index:3
}

A{color:#6666CC;text-decoration : none ;}
A:visited {color:#6666CC;text-decoration : none ;}
A:hover { color:#FF6600 ; background-color : #FFFFCC ;text-decoration : underline ; }

A.red{color:#FF0000;text-decoration : none ;}
A.red:visited{color:#FF0000;text-decoration : none ;}
A.red:hover { color:#FF3300 ;text-decoration : underline ; }


td { color : dimgray ;line-height: 120%; font-family:MS UI Gothic;font-size:12px}
.ssize{ color : dimgray;line-height: 140%; font-family:MS UI Gothic;font-size:12px}
.s-size{ color : Gray;line-height: 120%; font-family:MS UI Gothic;font-size:11px}
.left{ text-align:left; }

.box210{
　color : dimgray ;
　line-height: 120%;
　font-family:MS UI Gothic;
  font-size:12px;/*文字サイズ*/
  width: 155px;/*幅*/
  text-align: center;/*タイトルを中央寄せ*/
  border: solid 1px #6575D9;/*外周枠の色*/
  background-color: #CFDFF8;/*枠の背景色*/
  }
.box211{
　color : dimgray ;
　line-height: 120%;
　font-family:MS UI Gothic;
  font-size:12px;/*文字サイズ*/
  width: 158px;/*幅*/
  text-align: center;/*タイトルを中央寄せ*/
  border: solid 1px #6575D9;/*外周枠の色*/
  background-color: #CCCCCC;/*枠の背景色*/
  }
.box212{
  text-align: left;
  border: dashed 1px #8595E9;
  margin: 1px;
  padding:0.5em;
  background-color: #FCFCFE;/*文章部分の背景色*/
  }
  
  .box213{
　color : dimgray ;
　line-height: 120%;
　font-family:MS UI Gothic;
  font-size:12px;/*文字サイズ*/
  text-align: center;/*タイトルを中央寄せ*/
  border: solid 1px #6575D9;/*外周枠の色*/
  background-color: #CFDFF8;/*枠の背景色*/
  }
  
    .box214{
　color : dimgray ;
　line-height: 120%;
　font-family:MS UI Gothic;
  font-size:12px;/*文字サイズ*/
  text-align: center;/*タイトルを中央寄せ*/
  border: solid 1px #6575D9;/*外周枠の色*/
  background-color: #FFFFFF;/*枠の背景色*/
  }
  
  .title{/*タイトル部分*/
  background-color: #CFDFF8;/*背景色*/
  color: #221122;/*文字色*/
  width: 265px;/*幅*/
  padding: 2px 1em;
  border-left: double 17px #110A36;/*左の二本線*/
  border-right: dashed 2px #CFDFF8;/*右の点線*/
  font-size:12px;/*文字サイズ*/
  font-family:MS UI Gothic;
  font-weight: bold;/*太字*/
  font-family: Arial,sans-serif;
  letter-spacing: 0.2em;/*文字間隔*/
  }
.text{
  width: 262px;/*幅。上の幅から3だけマイナスして下さい*/
  padding: 8px 4px 7px 9px;
  margin: 0px 0px 0px 3px;
  border-left: solid 1px #787898;/*枠色*/
  border-bottom: solid 1px #989898;
  border-right: dashed 2px #FCFBFF;
  background-color: #FCFBFF;/*薄い背景色*/
  font-family:MS UI Gothic;
  font-size:12px;/*文字サイズ*/
  }