body { background-color: #ccc; margin: 0; }

/*　通常リンク　*/
a:link { color: #f60; text-decoration: none; }
a:visited { color: #f60; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: underline; }
a:active { color: #f60; text-decoration: none; }

/*　ヘッダー防災・原子力課リンク用　*/
a:link#section { color: #ffffff; text-decoration: none; }
a:visited#section { color: #ffffff; text-decoration: none; }
a:hover#section { color: #ff0000; text-decoration: underline; }
a:active#section { color: #ffffff; text-decoration: none; }

/*　セルのバックグランドカラー設定　*/
.bg-title { background-color: #305080; }
.bg-navi { background-color: #e5f9ff; }
.bg-page { background-color: #e5e5e5; }
.bg-contents { background-color: #fff; }

/*　テキスト設定　*/
.block { margin-left: 20px; }
.main-title { color: #305080; font-size: large; font-weight: bold; }
.subtitle { color: #305080; font-size: medium; font-weight: bold; }
.outline { color: #666; font-size: small; }
.navi { font-size: small; }
.site-title { color: #fff; font-size: 300%; }
.section { color: #fff; font-size: small; }
.toplink { font-size: small; font-weight: bold; }
.contents { font-size: medium; }
.notes { font-size: small; }

/*　PDFファイルダウンロードテーブル用　*/
.dltable { font-size: medium; background-color: #e5f9ff; border-right: 1px solid #999; border-bottom: 1px solid #999; }


