/* 基本設定 */

td   { font-size : 12px ;
       line-height : 18px ;
       color : #333333 ; }


/* テキスト */

.news  { font-size : 12px ;
          line-height : 16px ;
          color : #333333 ; }
		  
.news01  { font-size : 12px ;
           line-height : 22px;
           color : #FF0000 ; }

.news02  { font-size : 14px ;
		   font-weight : bold ; 
           line-height : 22px;
           color : #FF0000 ; }

.news02underL  { font-size : 14px ;
		   font-weight : bold ; 
           line-height : 22px;
           color : #FF0000 ;
		   text-decoration:underline;
		    }

.textS  { font-size : 10px ;
          line-height : 14px ;
          color : #333333 ; }

.textM  { font-size : 12px ;
          line-height : 14px;
          color : #333333 ; }

.textL  { font-size : 14px ;
          line-height : 18px ;
          color : #333333 ; }

.required,
.error
{
	color:red;
}

/* テキスト 装飾 */

.small  { font-size : 10px ; }

.bold   { font-weight : bold ; }

.green { color:#006600; }

.euvalue { color:#FF6600; }

.strike { text-decoration:line-through;
	}


/* リンク */

a:link { color : #FF0000;
            text-decoration : none ; }

a:active  { color : #FF0000;
            text-decoration : none ; }

a:hover   { color : #FF9999;
            text-decoration : none ; }

a:visited { color : #FF0000;
            text-decoration : none ; }




/* TOP */
