@charset "utf-8"; /* ページ全体の基本的な設定と背景色 */ body { font-size:10px; height:800px; font-family: "Verdana","osaka","sans-serif"; margin: 10px auto; background:#333333; text-align: center; word-break: break-all; } a:link { font-size:10px color:#003973; text-decoration:none; } a{ font-size:10px; text-decoration:none; color:#003973; } a:visited { font-size:10px; text-decoration:none; color:#003973; } a:active { font-size:10px; color:#333333; text-decoration:none; } a:hover { font-size:10px; background-color:#333333; color:white; text-decoration:none; } img { border-style:none; } /********文字設定h1h2h3pliul*******/ /*大見出し*/ h1 { margin-top: 10px; margin-bottom:0px; padding: 0px; font-weight: bold; font-size: 15px; color:#ff8c00; line-height:120%; } /*小見出し*/ h2 { font-size: 12px; margin-top: 5px; padding:0px; margin-bottom: 0px; font-weight: bold; color:#FFFFFF; background-color:#3F87BF; line-height:120%; } /*記事タイトル*/ h3 { font-size: 15px; margin-top: 10px; margin-bottom: 0px;; line-height:120%; border-top:2px dotted: #3F87BF; } /*ヘッドライン*/ h4{ margin-bottom:0px; padding-left:4px; line-height:150%; border-bottom:2px solid #666666; } /*汎用1*/ h5{ font-size:10px; margin-bottom:0px; margin-top:5px; line-height:120%; } /*汎用2*/ h6{ font-size: 13px; margin:0px; line-height:120%; } h7{ border-top: 1px dotted #666666; font-size:9px; line-height:120%; } p { font-size: 13px; margin-top: 0px; margin-bottom:0px; text-align: left; padding: 0px; line-height:120%; } li{ margin-top:4px; padding-left:4px; list-style-type: none; } ul { margin:0px; padding:0px; } form { margin:0px; } select { width:100%; } /********以下デザイン設定*******/ /*2カラムの全体枠*/ #body{ padding:0px; margin:0px auto 0px auto; width:760px; height:800px; background-color:#FFFFFF; text-align:left; border:1px solid #000000; } /*バナー作成*/ #banner { width: 760px; height:89px; background-color:#3F87BF; } #bannerA { width: 460px; height:100px; float:left; background-color:#3F87BF; padding-top:0px; margin-top:0px; } #bannerB { width:300px; height:100px; float:right; margin:0px; background-color:#3F87BF; } #banBox{ color:#ffffff; background-color:#3F87BF; } .sitec{ color:#ffffff; background-color:#3F87BF; } .search{ margin-top:25px; padding-right:10px; } /*メインナビ*/ #menu{ margin-bottom:5px; border-top:2px dotted #333333; border-bottom:2px dotted #333333; width:760px; clear:both; text-align:center; } /*2カラムを包む*/ #wrapper{ width:760px; height:800px; } /*メイン部分*/ #main{ margin-top:3px; padding-right:10px; width:550px; height:800px; float:right; } /*サイドバー*/ #sidebar{ width:180px; padding-left:10px; padding-right:10px; margin-top:3px; float:left; height:800px; } #sidebar{ font-size:10px; } /*フッター*/ #footer{ width:760px; word-break: break-all; text-align:center; clear:both; background-color:#3F87BF; } /*フッターの中のボックス*/ .fbox{ margin-top: 0px; margin-bottom:0px; padding-top:0px; text-align:center; word-break: break-all; } .cbox{ padding:0px; margin:0px; word-break: break-all; white-space: normal; } .inbox{ padding:5px 10px: word-break: break-all; white-space: normal; background-color:#ffffff; } -->