td{
 color : #333333;
}

/*　リンク　*/
a.white:link  {
 color : #ffffff;
 text-decoration : none;
 }
a.white:active{
 color : #ffffff;
 text-decoration : none;
 }
a.white:visited{
 color : #ffffff;
 text-decoration : none; 
 }
a.white:hover {
 color : #ffffff;
 text-decoration : none;
 }
 
a:link  {
 color : #00186c;
 text-decoration : underline;
 }
a:active{
 color : #00186c;
 text-decoration : underline;
 }
a:visited{
 color : #00186c;
 text-decoration : underline; 
 }
a:hover {
 color : #00186c;
 text-decoration : underline;
 }

/* 文字色 */
.white{
 color : #ffffff;
}
.gray{
 color : #660000;
}

/* マージン */
#pan{
 margin:5px 10px;
}
.left10px{
 margin-left:10px;
}
.top5px{
 margin:5px 0px;
}
.menu{
 margin:5px 17px;
}