/* ボディスタイル */
BODY{
  background-color:#FFFFFF;
  color:#000000;
  margin-left:0px;
　margin-top:0px;
}


/* フォントスタイル */
td {
 font-size: 14px;
 line-height: 18px;
}


/* aタグに対する指定 */
a:link {color:#000099;text-decoration:underline;}
a:visited {color:#990099;text-decoration:underline;}
a:hover {color:#990000;text-decoration:underline;}
a:active {color:#000099;text-decoration:underline;}


/* クラスを指定 */
h1 {
color : #000066; 
font-size : 16px ; 
font-weight : bold ; 
margin : 2px ; 
}
h2 {
color : #000066; 
font-size : 16px ; 
font-weight : bold ; 
margin : 2px ; 
}

SPAN.m1 {
color : #660000; 
font-size : 16px ; 
font-weight : bold ; 
line-height: 20px;
}

SPAN.m2 {
color : #000066; 
font-size : 16px ; 
font-weight : bold ; 
line-height: 20px;
}

.white {color: #ffffff;
font-size : 12px; }
tr.white {color: #ffffff;
font-size : 14px; }
.yellow {color: #fc3;
font-weight : bold ; }
.lemon {color: #ffff99;
font-size : 12px; }
.line {border-bottom: #999 1px solid;}
.hanabibox{
	background-color: #000;
	background-image: url(new/hanabi/hanabi_bg.gif);
	background-position:left 0%; 
	background-repeat:no-repeat;
}
