/* -------------------------------------------- */
/* 買える店、飲める店の背景画像を定義します   */
/* .....以下は参考.....                         
BODY              {
                   background-image      : url("../web/suisen/images/sake.gif") ;
                   background-attachment : fixed ;
                   background-repeat     : repeat;
                   background-position   : center center;
                   } */
/*    本定義                                    */
 BODY              {
                   background-image      : url("../images/sake.gif") ;
                   }
/* 表タイトルを定義します */
 TH                {
                   font-size  : x-small ;
                   text-align : left;
                   }
 .err              {
                   font-size  : x-small ;
                   font-style : bold    ;
                   color      : red     ;
                   text-align : left    ;
                   }
/* 表データ部を定義します */
 TD                {
                   font-size  : x-small ;
                   color      : green   ;
                   text-align : left    ;
                   }
 .ess{
                   font-size  : xx-small ;
                   color      : red      ;
}
 .att{
                   font-size  : xx-small ;
                   color      : #666666  ;
}
.g4{
	background-color:lightcyan;
	border-style:solid;
	border-color:#e0e0e0;
	border-width:3px
}
.pre{
	border-top:	indigo	ridge	16px;
	border-right:	green	double	12px;
	border-bottom:	coral	solid	8px;
	border-left:	silver	groove	4px;
}
