
/*ページの背景色・マージン*/
body { background: #A6FAB2 url(./image/bg_green.gif); margin:15px 0 15px 0; }

/* フォントサイズ・改行高 */
body,table,tr,td { font-size: 12px; line-height: 20px; color: #5E7983; }

/* リンク色・動作 */
a { color: #5E7983; text-decoration: underline; }
a:hover { background: #5E7983; color: #FFFFFF; text-decoration: none; }

/* 段落初期設定 */
p {margin: 0.7em 0 1.5em 0; padding: 0; font-size: 100%; font-weight: normal; }

/* 見出し初期化 */
h1,h2,h3,h4,h5,h6,h7 {margin: 0; padding: 0; font-size: 100%; font-weight: normal; display: inline; }

/* 見出しクラス */
h1.sitename {color: #FFFFFF;font-family : "New Times Roman",Times,serif,"Times New Roman";font-weight: bold; font-size: 120%; }
h2.sitename {color: #FFFFFF;font-family : "New Times Roman",Times,serif,"Times New Roman";font-weight: bold; }
h3.catch { color: #FFFFFF; font-size: 11px ; display: block; margin: 6px 0 0 0; }

/* その他クラス */
.copyr {color: #FFFFFF;font-family : "New Times Roman",Times,serif,"Times New Roman"; font-size: 12px; }
