/* ページ上部のコンテンツリンクテーブル用に背景色をブラウン、中央寄せ */td.top { text-align: center; background-color: #800000; }/* コンテンツリンクテーブルの文字を白くする */a.top:link {color: #ffffff; font-weight: bold; }a.top:visited {color: #999999; font-weight: bold; }/* 各ページのインデックスリンクの文字を小さいボールドにする */p.top { font-weight: bold; font-size: 90%; }/* 行間広め */p { line-height: 1.5; }/* 行間狭め */p.near {margin: 0.5em 0 0.5em 0;}/* パディングを設定 */.text { font-weight: normal; line-height: 1.5; padding-right: 1em; padding-left: 1em; }/* 背景をページュに */.box { pading: 2em; background-color: #ffffcc; }/* 強調、ただのボールド */.em { font-style: normal; font-weight: bold; }/* 強調、ボールドかつ下線 */strong { font-style: normal; font-weight: bold; text-decoration: underline; }.strong { font-style: normal; font-weight: bold; text-decoration: underline; }/* フォントサイズを小さく */.weak { font-style: normal; font-size: 90%; }h2 { color: #800000; }h2.near {margin: 0.7em 0 0.1em 0;}/* 今週のお知らせ欄の書式＝見出しと段落を近め、段落の文字を小さめ */div.weekly h2 {margin: 0.7em 0 0.1em 0;}/* 行間狭め */div.weekly h3 {margin: 0.3em 0 0.1em 0;}div.weekly p {margin: 0.1em 0 0.1em 1em; font-size: 90%; line-hight: normal;}