/* 背景 */
body { background-color: #F9F9FA; background-image: url(bg.gif); background-repeat: repeat-x}

/* リンク */
a:link { font-size: 12px; color: #0066cc; }
a:visited { font-size: 12px; color: #660066; }
a:hover { font-size: 12px; color: #0000FF; background:#B5C9EE; text-decoration: none; }
a:active { font-size: 12px; color: #0000FF; text-decoration: none; }

a:link.cop { font-size: 12px; color: #eeeeee; }
a:visited.cop { font-size: 12px; color: #eeeeee; }
a:hover.cop { font-size: 12px; color: #ff9900; background:#999999; text-decoration: none; }
a:active.cop { font-size: 12px; color: #ff9900; text-decoration: none; }


/* 段落 */
p { font-size: 12px; color: #333333; line-height: 150%; }



td { font-size: 12px;
    color: #333333;
    }

.text10 {  font-size: 10px; line-height: 150%}
h1 {  font-size: 16px; font-weight: bold}

