/* ==============================================
     リンク設定
============================================== */
/* デフォルト（赤字ラインなし）オーバー（赤字ラインつき） */
a.lr:link { color:#CC0000 ; text-decoration:none }
a.lr:visited { color:#CC0000 ;  text-decoration: none }
a.lr:active { color:#CC0000 ; text-decoration: underline }
a.lr:hover{ color:#CC0000 ; text-decoration: underline }

/* デフォルト（黒字ラインなし）オーバー（赤字ラインつき） */
a.lb:link { color:#333333 ; text-decoration: none }
a.lb:visited { color:#333333 ; text-decoration: none }
a.lb:active { color:#CC0000 ; text-decoration: underline }
a.lb:hover { color:#CC0000 ; text-decoration: underline }

/* ==============================================
     フォントの色
============================================== */
TD { color: #333333}
.skyblue  { color: #00A6B5}
.blue  { color: #3560C4}
.black  { color: #000000}
.white  { color: #ffffff}
.dred  { color: #CC0000}
.dgray  { color: #666666}

/* ==============================================
     マージン
============================================== */
.mgn1  { margin: 10px 10px 10px 10px;}
