BODY{
  color : #000; /* 文字色 */
  background-color : #FFF; /* 背景色 */
  font-size : 12px;
  font-family : Verdana,Arial,Osaka,"ＭＳ Ｐゴシック",serif;
/* スクロールバーの設定 */
  scrollbar-face-color:#FFF;  scrollbar-highlight-color:#000;
  scrollbar-shadow-color:#000;  scrollbar-darkshadow-color: #000;
  scrollbar-arrow-color:#000;  scrollbar-track-color:#FFF;
}
#page{
  background-color : #6ac3c5; /* 周りの背景色 */
  margin: 0px;
}
#page td{
  color : #FFF; /* 周りの文字色 */
}
#page A{
  color : #57450f; /* 周りとエンターのリンク文字色 */
}

/* リンクの設定 */
A {
  color : #000;
  font-size : 12px;
  text-decoration : none; 
}
A:hover {
  position:relative;
  top:1px;
}
A img{
 border-style: none;
}
/* テーブルの設定 */
TD{
  color : #000;
  font-size : 12px;
}


/* ----サイト名・コピーライト---- */
.sitename{
  color : #FFF; /* 文字色 */
  font-weight : bold;
  font-size : 18px;
}

/* ----全体の大きさ---- */
#inta{
width: 100%; /* index全体の大きさ */
}
#mainta{
width: 100%;height: 100%; /* index2全体の大きさ */  /* 広告がある場合はheightを90%等に */
}

/* ----メニュー---- */
.menu{
  background-image : url(menu.gif);
  background-repeat : repeat-y;
  width : 70px;
  line-height : 70px;
  margin: auto;
}
.menu A{
  font-weight: bold;
}



/* ----以下テーブル枠の設定 弄らないことをおすすめします---- */
.td1{
background-image : url(01.gif);width : 200px;
}
.td2{
background-image : url(02.gif);width : 200px;
text-align: center;
}
.td3{
background-image : url(ue.gif);width : 50px;height: 80px;
}
.td3a{
background-image : url(ue.gif);
}
.td4{
background-image : url(migi.gif);
text-align: center;
}
.td5{
background-image : url(sita.gif);height: 80px;
}
.td5a{
background-image : url(sita.gif);
}
#page .td6{
  color : #000; /* indexの白背景内文字色 */
background-color : #FFF;
}


