body {
  font-size : 12px;
  color : #999999;
  cursor : crosshair;
}
td {
  font-size : 12px
}



.box_left1 {
  font-size : 80px;
  left : -40px;
  color : #dfdfdf;
  position : relative;
  top : -40px;
}
.box_left2 {
  font-size : 60px;
  left : -5px;
  color : #999999;
  position : relative;
  top : -97px;
}
.box_right1 {
  font-size : 80px;
  left: 40px ;
  color : #dfdfdf;
  position : relative;
  top : -40px;
}
.box_right2 {
  font-size : 60px;
  left : 5px;
  color : #999999;
  position : relative;
  top : -97px;
}
.tb {/*外側の薄い枠の設定*/
  border-width : 1 1 0 1px;
  border-style : solid;
  border-color : #dddddd;
  position : relative;
  top : 30px;
  width : 350px;
}
.title {/*SiteTitle部分の設定*/
  color : #999999;
  font-size : 11px;
  font-family : Arial;
  letter-spacing : 0.7em;
  position : relative;
  top : -80px;
}
.initial {/*SとTの文字色*/
  color : #202428
}
.menu {
  position : relative;
  top : 25px;
  width : 500px;/*メニューを広げるときはここを*/
  background-color : #999999;
}
.gr {/*メニューの背景が青い部分の設定*/
  width : 57px;
  padding : 0 8 2 8px;
  background-color : #999999;
  color : #ffffff;/*白抜き文字に設定*/
  font-family : verdana;
  font-weight : bold;
  text-align : center;
}
.wh {/*メニューの背景が白い部分の設定*/
  width : 57px;
  padding : 0 8 2 8px;
  background-color : #f8f8f9;
  color : #999999;
  font-family : verdana;
  font-weight : bold;
  text-align : center;
}
.linkc {/*mo内のリンクを白く設定*/
  color : #ffffff;
}
.linkd {
  color : #999999;
}
a {/*リンク色*/
  color : #606060;
  text-decoration: none;
}
.mailto {
  letter-spacing : 1px;
}