/* 枠関連 */ body { text-align: center; width: 100%; overflow: auto; margin: 0 auto; } div.total { position: inherit; text-align: left; width: 1000px; margin: 0 auto; } div.title { float: left; width: 255px; margin-top: 10px; margin-left: 0; margin-bottom: 0; padding: 0; height: 100px; } div.upad { margin-top: 10px; margin-left: 260px; margin-bottom: 0; padding: 0; } div.rmenu { float: left; width: 35%; margin-bottom: 5px; padding: 3px; } div.main { float: left; width: 63%; margin-bottom: 5px; padding: 3px; } div.foot { text-align: center; clear: both; padding: 3px; font-size: 12px; background-color: #1166FF; color: #FFFFFF; } div.footer-ad { text-align: center; clear: both; padding: 10px; font-size: 12px; } div.contents { width: 98%; margin-left: 10px; margin-bottom: 30px; } div.rmenu-contents { width: 97%; margin-left: 3px; margin-right: 3px; margin-bottom: 3px; font-size: 14px; line-height: 20px; border-bottom: 1px dotted #1166FF; } div.rmenu-contents-ad { width: 97%; margin-top: 5px; margin-left: 3px; margin-bottom: 10px; padding-left: 5px; padding-bottom: 5px; text-align: center; border-bottom: 1px dotted #1166FF; } /* 見出し関連 */ h1 { /* color: #8B4513; */ color: #1166FF; font-size: 15px; margin: 3px; font-weight: bold; } h2 { color: #444444; font-size: 18px; font-weight: bold; padding: 5px; /* border-top: 5px solid #F4A460 border-bottom: 1px dotted #F4A460 */ border-top: 5px solid #1166FF /* #222222 */; border-bottom: 1px dotted #1166FF /* #222222 */; } h3 { color: #222222; font-size: 16px; margin-top: 20px; margin-bottom: 20px; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; font-weight: bold; /* border-top: 3px solid #F4A460; border-bottom: 1px dotted #F4A460 */ border-top: 2px solid #1166FF; border-bottom: 1px dotted #1166FF /* #222222 */; } h4 { /* color: #8B4513; */ color: #222222; font-size: 18px; font-weight: bold; margin-top: 5px; margin-bottom: 5px; } h4.lineup { margin-top: 75px; margin-bottom: 20px; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; font-size: 18px; font-weight: bold; border-top: 1px dotted #F4A460 /* #222222 */; } /* 文章内関係 */ p { font-size: 15px; line-height: 23px; margin-bottom: 15px; clear: both; } span img { margin: 5px; float: left; } b.r { color: red; } b.b { color: blue; } /* リスト関係 */ ul { padding-left: 10px; margin-left: 10px; margin-top: 5px; } li { font-size: 13px; list-style: none; } ul.pul { padding: 0px; margin: 0px; } ul.pul li { line-height: 25px; font-size: 16px; padding-left: 20px; } li.map { line-height: 30px; font-size: 23px; padding-left: 20px; margin-bottom: 30px; } ul.pref { padding: 0px; margin: 0px; } ul.pref li { line-height: 35px; font-size: 16px; padding: 0; border-bottom: 1px dotted #F4A460 /* #222222 */; } div.pager-top { text-align: center; padding-top: 10px; padding-bottom: 10px; margin-top: 20px; margin-bottom: 50px; font-size: 14px; border-bottom: 1px dotted #222222; } div.pager-bottom { text-align: center; padding-top: 10px; padding-bottom: 10px; margin-top: 50px; margin-bottom: 20px; font-size: 14px; border-top: 1px dotted #222222; } div.titles-center { font-size: 15px; text-align: center; padding: 0; margin: 0; } div.titles-left { font-size: 15px; text-align: left; float: left; white-space: nowrap; padding: 0; margin: 0; } div.titles-right { font-size: 15px; text-align: right; padding: 0; margin: 0; } /* インライン要素関連 */ li.rmenu-link { font-size: 15px; color: #0000FF; margin-bottom: 2px; padding-top: 3px; padding-left: 20px; background: url("../image/picup.gif") no-repeat left; } a.footer:link, a.footer:hover, a.footer:visited { color: #FFFFFF; } /* パンくず */ div.pankuzu-2 { font-size: 14px; margin-top: 10px; margin-bottom: 10px; } /* エラー表示 */ #error { margin-top: 10px; margin-bottom: 10px; font-size: large; font-weight: bold; color: #FF0000; text-align: center; } a:link, a:hover { color: #1166FF; } a:visited { color: #0077FF; } /* グローバルカテゴリ関連 */ div.navi { clear: both; width: 100%; margin-top: 10px; margin-bottom: 10px; padding: 5px; } #tab-navi { position: relative; text-align: center; width: 100%; line-height: 30px; height: 35px; } #tab-navi ul { position: relative; float: left; margin: 0; padding: 0; width: 100%; } #tab-navi li { position: relative; text-align: center; float: left; font-size: 18px; font-weight: bold; margin: 2px; padding: 5px; width: 18%; border-right: 1px dotted #aaa; border-bottom: 1px dotted #aaa; } #tab-navi a { color: #1166FF; text-decoration: none; }