﻿@charset : UTF-8;

/*--------------------*/
/*  トップページ      */
/*--------------------*/

/*--------------------*/
/*  タイトル          */
/*--------------------*/
#TOPTITLE{
  text-align : center;
  margin-top : 20px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  height : 80px;
}


/*--------------------*/
/*  おしらせ          */
/*--------------------*/
.CTOPUPD{
  margin-top : 70px;
  height : 120px;
  text-align : center;
  font-size : 2em;
  font-weight : 700;

}

/*--------------------*/
/*  サブメニュー      */
/*--------------------*/
.CTOPSUB{
  width : 900px;
  height : 150px;
  margin-top : 25px;
  margin-left : 25px;
  margin-right : 25px;
  margin-bottom : 10px;
}
/**/
#TOPSUBMOD{
  float : left;
  width : 600px;
  text-align : left;
}

#TOPSUBMENU{
  float : left;
  width : 240px;
  text-align : left;
}
#TOPSUBCNT{
  float : right;
  width : 60px;
  text-align : right;
}

#PAGEUPD{
  font-size : 1.2em;
  font-weight : 400;
  color : red;
}
/*--------------------*/
/*  バーナー　　      */
/*--------------------*/
#BANNER{
  text-align : center;
  margin-top : 20px;
  margin-bottom : 20px;
}
