/* ページ背景 */
body { background-color: #B1D8D0; background-image: url(img/bg.gif); background-repeat: repeat-x}

/* リンク */
a:link { text-decoration: none; ; color: #0000CC; }
a:visited { color: #0000CC;  text-decoration: none; }
a:hover { color: #0000CC; text-decoration: underline; }
a:active { text-decoration: none; ; color: #0000CC; }

/* サイトマップ */
a:link.sitemap { color: #ffffff; text-decoration: none; }
a:visited.sitemap { color: #ffffff; text-decoration: none; }
a:hover.sitemap { color: #ffffff; text-decoration: underline; }
a:active.sitemap { color: #ffffff; text-decoration: none; }

/* セル */
td { font-size: 12px; }

/* 段落 */
p { line-height: 150%; }
.comment {  font-size: 10px; }


