body {  background: url(../../images/ryoma.jpg) repeat; }/* タイトル */h2 { color: red; font-size: large; }/* 項目選択テーブルエリア start */.sub table { border-collapse: collapse; }.sub td { text-align: center; background-color: white; border: solid 3px #993300; 			width: 100px; padding: 5px 0px; }/* 現在表示中のページ文字変更 */.sub td span.nowpage { font-size: medium; font-weight: bold; color: red; }/* 項目選択テーブルエリア end *//* メインテーブルエリア start */.main table { border-collapse: collapse; }.main th { color: red; font-size: 20px; background-color: #f6e3d3; text-align: left; border: solid 3px #993300; padding: 5px; }.main td { background-color: white; border: solid 3px #993300; width: 300; padding: 5px; }/* ホームページ、住所などの枠組み */.main td.category { text-align: center; background-color: #ffffcc; width: 300; }/* ホームページ、住所などの文字色 */.main td.category span { color: red; }.main ul { margin-top: 5px; }/* メインテーブルエリア end */
