@charset "Shift_Jis"; /**********************/ /* すべての要素 */ /**********************/ *{ margin:0; padding:0; font-family :osaka,Verdana,Chicago,"MS Pゴシック",sans-serif; font-style :normal; font-weight :normal; font-variant:normal; font-size :small; line-height :180%; color:#003; } /****************/ /* リンク */ /****************/ a:link {color:#900;} a:visited{color:#003;} a:hover {color:#9c0;} /***************/ /* h要素 */ /***************/ h1{ margin-right:1em; padding-left:30px; display:inline; background-image :url(./img/h1.gif); background-repeat :no-repeat; background-position:0px 50%; color:#fff; font-weight:bold; font-size:x-large; font-family:Georgia,sans-serif; } h2{ margin:1em 0 0; padding:0.3em 1.5em; display:inline; color:#006; font-weight:bold; border-style:solid; border-color:#006; border-width:1px 3px 1px 6em; } h3{ margin-top:0.5em; padding-left:15px; background-image :url(./img/h3.gif); background-repeat :no-repeat; background-position:0px 50%; color:#006; font-weight:bold; margin-left:-1em; } h4{ margin-top:0.5em; padding-left:15px; background-image :url(./img/h4.gif); background-repeat :no-repeat; background-position:0px 50%; font-weight:bold; margin-left:1em; } h5{ margin-top:0.5em; padding-left:15px; background-image :url(./img/h5.gif); background-repeat :no-repeat; background-position:0px 50%; margin-left:1em; } h6{ margin:0.5em 0 0 1em; padding-left:10px; border-left:solid 5px #006; } /**************************/ /* 強調・追加・削除 */ /**************************/ em{ color:#006; font-weight:bold; border-bottom:dashed 1px #9c0; } strong{ padding:0 0.2em; color:#900; font-weight:bold; border-bottom:dashed 1px #9c0; } ins{ text-decoration:underline; color:#900; } del{ text-decoration:line-through; color:#999; } /****************/ /* リスト */ /****************/ ul,ol{ margin:0.5em 0 0.5em 2em; } dl{ margin:0.5em 0 0.5em 1em; } dt {font-weight: bold;color:#006;} dt a{font-weight:bold; text-decoration:none;} dd{ margin:0 0 1em 1.5em; padding-left:20px; background-image :url(./img/dd.gif); background-repeat:repeat-y; } /******************/ /* フォ−ム */ /******************/ input,textarea,select,option{ margin-bottom:0.1em; background:#006; border:none; color:#fff; } /********************/ /* 他基本要素 */ /********************/ body{ background:#fff; } p{ margin:0.1em 0 1.2em; } address{ margin:0.1em 0 0.9em; } img{ border:none; } hr{ display:none; } /***********************/ /* CSSにのみ記述 */ /***********************/ blockquote{ margin:0.5em -4em 0.5em 2em; padding:0.5em 2em; border-style:solid; border-width:1px 0 1px 8px; border-color:#006; } cite{ font-style:oblique; } q{ border-bottom:solid 1px #9c0; } pre{ margin:0.5em -4em 0.5em 2em; padding:0.5em 2em; background:#eee; font-family:"MS 明朝",serif; } b{ font-weight:bold; } i{ font-style:oblique; } big{ font-size:medium; } small{ font-size:xx-small; } tt{ font-family:"MS 明朝",serif; }