@charset "Shift-JIS" ; /* ================================================================================ 共通設定 ================================================================================ */ * { color:#79b9b0; } body { background-color:#b8e4d9; font-size:11px; font-family:verdana,arial,helvetica,sans-serif,monospace; line-height:15px; scrollbar-3dlight-color:#80bfff; scrollbar-arrow-color:#80bfff; scrollbar-darkshadow-color:#ffffff; scrollbar-face-color:#ffffff; scrollbar-highlight-color:#ffffff; scrollbar-shadow-color:#80bfff; scrollbar-track-color:#ffffff; } a:link { color:#79b9b0; } a:active { color:#06679f; } a:visited { color:#455765; } a:hover { color:#455765; } img { border:0; } /* -------------------------------------------------------------------------------- 各コンテンツhtml:コンテンツタイトルの設定 -------------------------------------------------------------------------------- */ h1 { color:#79B9B0; font-size:small; font-weight:bold; font-family:Verdana,Arial,Helvetica,sans-serif,MSゴシック; text-decoration:underline overline; } /* -------------------------------------------------------------------------------- 各コンテンツhtml:コンテンツ幅の設定 -------------------------------------------------------------------------------- */ div.detail { width:550px; line-height:15px; } /* ================================================================================ oshinagaki.htmlの設定 ================================================================================ */ /* -------------------------------------------------------------------------------- 背景ホワイトのタグ設定 -------------------------------------------------------------------------------- */ body#bgwhite { background-color:#ffffff; } /* -------------------------------------------------------------------------------- リンクメニュー
タグの設定 -------------------------------------------------------------------------------- */ div.menu { margin-top:10px; margin-bottom:10px; font-size:small; } div.menu a { font-weight:bold; text-decoration:underline overline; } div#gallery { display:none; margin:10px; padding:10px; font-size:11px; font-family:verdana,arial,helvetica,sans-serif,monospace; } div#gallery a { font-weight:bold; text-decoration:underline; } /* ================================================================================ tobira.htmlの設定 ================================================================================ */ /* -------------------------------------------------------------------------------- 扉絵用
タグの設定 -------------------------------------------------------------------------------- */ div#tobira { margin:0; padding:0; position:absolute; top:0; left:0; } /* ================================================================================ otakara.htmlの設定 ================================================================================ */ /* -------------------------------------------------------------------------------- イラスト掲載用BOXの設定 -------------------------------------------------------------------------------- */ div.otakarabox { margin-bottom:100px; padding-top:0px; width:500px; border-width:1px; border-color:#79b9b0; border-style:solid; } div.otakaraimage { padding:10px; border-bottom-width:1px; border-bottom-color:#79b9b0; border-bottom-style:solid; font-size:small; text-align:center; } div.otakaradetail { padding:15px; font-size:11px; text-align:left; } /* ================================================================================ link.htmlの設定 ================================================================================ */ /* -------------------------------------------------------------------------------- バナー整列用
タグの設定 -------------------------------------------------------------------------------- */ div.link { margin-top:18px; } div.link img { margin-bottom:18px; } div.link a:hover img, div.link a:active img { position:relative; top:1px; left:1px; background-color:transparent; text-decoration:none; }