/******************************************************************************/
/*                                                                            */
/*  <スタイルシート名> ：SMS共通スタイルシート定義(ID)(TAG)                   */
/*                                                                            */
/*  <機能概要>         :HTMLページスタイルを共通化する                        */
/*                                                                            */
/******************************************************************************/

/*----------------------------------------------------------------------------*/
/*  id                                                                        */
/*----------------------------------------------------------------------------*/
#flash{                           /* フラッシュ */
       width                      :450;
       background-color           :#ffffff;
       margin                     :25 0 0 35;
}

#aisastu{                         /* 挨拶文 */
       width                      :450;
       margin                     :10 0 0 35;
}

#whats{                           /* 更新情報 */
       width                      :450;
       margin                     :10 0 15 35;
}
/*----------------------------------------------------------------------------*/
/*  table                                                                     */
/*----------------------------------------------------------------------------*/
table.whats th{
       width                      :100;
       font-weight                :lighter;
	   padding                    :2 0;
	   border-right               :dashed 1px #0000ff;
	   border-bottom              :dashed 1px #0000ff;
}

table.whats td{
       width                      :350;
	   padding                    :2 5;
	   border-bottom              :dashed 1px #0000ff;
}