/* 全体のセンタリングと定義 */
BODY,TABLE,tr,td {
    scrollbar-face-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-highlight-color: #3333cc;
    scrollbar-shadow-color: #3333cc;
    scrollbar-darkshadow-color: #3333cc;
 　 font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px; color: #000066;
    text-align:center;
    line-height:145%; 
}
a {
    text-decoration: none; color: #3366ff;
}
/* ヘッダ */
#header {
  width:950px;
  background-color:#ffffff;
}
/* コンテンツをわける */
#cont {
  width:950px;
}
/* メインコンテンツ */
#left {
  width:300px;
  float:left;
  text-align:center;
  background-color:#ffffff;
}
#center {
  width:400px;
  float:left;
  text-align:center;
  background-color:#ffffff;
}
#right {
  width:250px;
  float:left;
  text-align:center;
  background-image:url(img/back.png);
  background-color:#ffffff;
}
#main {
  width:950px;
  text-align:left;
  background-color:#ffffff;
}
/* フッタ */
#footer {
  width:950px;
  text-align:left;
  background-color:#ffffff;
}
