/*インデックスページ以外のページ用*/

/* bodyタグとtdタグの設定*/
body,td{
  MARGIN:0PX;                                /* 四辺マージン */
  font-size : 12px;                          /* 文字の大きさ */
  line-height:160%;                          /* 行間の広さ */
  font-family : "verdana","ms ui gothic","Verdana","Chicago","Arial","Osaka","sans-serif";    /* フォント設定 */
  color : #000000;}                          /* 文字色 */

/* リンク色の設定 */
A:HOVER{color : #666666;text-decoration:none;}  /* マウスを当てた時の色 */
A{text-decoration : none;color :#cccccc;}            /* リンクの色 */

/* 罫線の設定 */
HR{border:solid #000000}

/* 画像を囲む棒線の設定 */ 
IMG{border:0}

/* タイトル部 */ 
.title{font-size : 36px;                   /* 文字の大きさ */
  line-height:100%;                          /* 行間の広さ */
  font-family : "century","Verdana","Chicago","Arial","Osaka","sans-serif";                   /* フォント設定 */
  color : #000000;                           /* 文字色 */
  letter-spacing:-4px;                       /* 文字間隔 */
  text-align:right;                          /* 左よせ */
  vertical-align:bottom;                     /* 下揃え */
  padding-right:3px;                         /* パディング */　
　font-weight:bold;                          /* 文字を太さ */
}
/* 画像テーブル*/
.td00{
background-image:url(img/miles.jpg);background-repeat:no-repeat;background-position:-320 -50}  /* 画像*/