/******************************************************************************/
/*                                                                            */
/*  <スタイルシート名> ：SMS共通スタイルシート定義(ID)(TAG)                   */
/*                                                                            */
/*  <機能概要>         :HTMLページスタイルを共通化する                        */
/*                                                                            */
/******************************************************************************/

/*----------------------------------------------------------------------------*/
/*  tag                                                                       */
/*----------------------------------------------------------------------------*/
a:link    {color: #0000FF;}
a:visited {color: #0000FF;}
a:active  {color: #FF9933;}
a:hover   {color: #660099;}
	   
body {text-align                  :center;
	  margin                      :0;
      font-size                   :12;
      scrollbar-base-color        :#CCCCCC;
      scrollbar-face-color        :#FFFFFF;
      scrollbar-arrow-color       :#999999;
      scrollbar-3dlight-color     :#999999;
      scrollbar-darkshadow-color  :#999999;
      scrollbar-shadow-color      :#FFFFFF;
      background-image            :url("../image/make.gif");
}

div{
      font-size                   :12;
      line-height                 :16px;
}

table {
      border                      :0; 
}

th{
      font-size                   :12;
}

td{
      font-size                   :12;
      line-height                 :16px;
}

/*----------------------------------------------------------------------------*/
/*  div                                                                       */
/*----------------------------------------------------------------------------*/
#all {                            /* オール */
      width                       : 700;
	  margin                      : 0 auto;
	  text-align                  : left;
}

#header{                          /* ヘッダー */
      width                       :700;
	  height                      :100;
	  padding                     :10 0 0 7;
      background-image            :url("../image/title.gif");
	  border-right                :solid 1px #0000ff;
	  border-left                 :solid 1px #0000ff;
}

#contents{                        /* コンテンツ */
      width                       :700;
	  border-left                 :solid 1px #0000ff;
	  border-right                :solid 1px #0000ff;
	  background-color            :#ffffff;
}

#menu{                            /* メニュー */
      width                       :175;
	  padding                     :15 0;
      text-align                  :center;
	  background-color            :#ffffff;
	  float                       :left;
}

#main{                            /* メイン */
      width                       :523;
	  background-color            :#ffffff;
	  float                       :right;
}

#footer{                          /* フッター */
      width                       :700;
      font-size                   :12;
      clear                       :both;
	  text-align                  :center;
	  padding                     :2 0 2 0;
	  color                       :#0000ff;
	  background-color            :#E6EAFF;
	  border-left                 :solid 1px #0000ff;
	  border-right                :solid 1px #0000ff;
	  border-bottom               :solid 1px #0000ff;
}

