/* 基本設定 */ @charset "EUC-JP"; * {margin : 0px;padding : 0px;} p {margin : 0px;padding : 0px;} /* テンプレートの背景画像の変更はbodyのbackground設定の画像アドレスを変更して下さい。 */ body { margin : 0px; padding : 0px; margin-left : auto; margin-right : auto; text-align : center; font-size : 90%; color : #EEEEEE; background : url(http://blog41.fc2.com/y/yukinobu/file/vampia_bg.jpg) no-repeat center top #333333 fixed; width : 880px; font-family : "HG丸ゴシックM-PRO"; } /* 基本リンク色設定 */ a, a:link, a:visited {color: #FF9752;text-decoration: none;} a:hover {color: #FF0000;text-decoration: underline;} /* ブログタイトルリンク色設定 */ h1 a, h1 a:link, h1 a:visited {color: #FF0000;} h1 a:hover {color: #FF9752;} /* ツールバーリンク色設定 */ #toolbox a, #toolbox a:link, #toolbox a:visited {color: #FF0000;} #toolbox a:hover {color: #FF9752;} /* ツールバーリンク文字色設定 */ .toolbox_body a, .toolbox_body a:link, .toolbox_body a:visited {color: #FF9752;} .toolbox_body a:hover {color: #FF0000;} /* ブログ説明文文字色設定 */ #intro {color: #FF9752;} /* 記事内でのリンク色設定 */ .kiji_body a, .kiji_body a:link {color: #FFFFFF;font-weight: bold;} .kiji_body a:visited {color: #FF9752;} .kiji_body a:hover {color: #FF0000;} /* 記事タイトル設定 */ .kiji_title, h3 {background: url(http://blog41.fc2.com/y/yukinobu/file/darkside_main_title.gif) no-repeat left top;} /* 追記記事オープンクローズ文字色設定 */ .open_close a, .open_close a:link, .open_close a:visited {color: #FF0000;} .open_close a:hover {color: #FF9752;} /* 記事タイトル日付色設定 */ .today_ym {background: #FF0000;} /* パンくずリストのリンク色設定 */ .pankuzu a, .pankuzu a:link, .pankuzu a:visited {font-weight:bold;font-size: 90%;} .pankuzu a:hover {background: #888888;} /* プラグインメニューの開閉ボタンリンク色設定 */ #menu_open a, #menu_open a:link, #menu_open a:visited {color: #FF0000;} #menu_open a:hover {color: #FF9752;} /* プラグインメニュー内でのリンク色設定 */ #menu_column a, #menu_column a:link, #menu_column a:visited {color: #FF9752;font-weight: bold;} #menu_column a:hover {color: #FF0000;background: #000000;} /* 記事タイトル投稿日文字色設定 */ .today_mi {color: #000000;} .today_hour {color: #FF9752;} /* 月別表示時のThis Month All文の文字色設定 */ #this_month {color: #FF0000;} /* 記事投稿日の曜日色設定 */ .Sun {color: #FF0000;} .Mon {color: #A8A8A7;} .Tue {color: #FFAA00;} .Wed {color: #888888;} .Thu {color: #29D691;} .Fri {color: #FFC82F;} .Sat {color: #879FFB;} /* 記事タイトル日付曜日色設定 */ .youbi_color_Sun {font-weight:bold;color: #FF0000;} .youbi_color_Mon {font-weight:bold;color: #A8A8A7;} .youbi_color_Tue {font-weight:bold;color: #FFAA00;} .youbi_color_Wed {font-weight:bold;color: #888888;} .youbi_color_Thu {font-weight:bold;color: #29D691;} .youbi_color_Fri {font-weight:bold;color: #FFC82F;} .youbi_color_Sat {font-weight:bold;color: #879FFB;} /* タイトル及びナビゲーションのマーク設定 */ .one_point {font-size:8pt;color: #FF0000;} /* 追記記事ボーダー線設定 */ .content_more, .more {border-top: 1px dashed #FF9752;} /* 記事下ナビゲーション設定 */ .kiji_navi { border-top : 1px solid #FF9752; border-bottom: 1px solid #FF9752; } /* エントリーナビゲーション設定 */ .top_navi {border-top: 1px solid #FF0000;} .navi_title {border-bottom: 1px solid #FF0000;} /* 記事ナビゲーションマウスホバー背景色設定 */ .kiji_navi a:hover {color: #000000;background: #FF0000;} .kiji_name a:hover {color: #000000;background: #FF0000;} /* トラックバックURL設定 */ .tb_url {color: #FF0000;border: 1px solid #888888;} /* トラックバック表示設定 */ .tb_view {border: 1px dashed #FF9752;} /* トラックバックリンク文字色設定 */ .tb_view a:hover {background:#FF9752;} .tb_ex { border : 1px dashed #FF9752; color : #FFFFFF; background: #888888; } /* 最新記事マーク設定 */ .new {color: #FF0000;font-weight: bold;} /* トップナビゲーション前後記事文字色及び背景色設定 */ .pre_next_entory {color: #EEEEEE;background: #888888;} /* 著作権表示文字色設定 */ #copyright {color: #FF0000;} /*コメント本文の設定 */ .com_view {color: #EEEEEE;} .com_view a:hover {background: #AAAAAA;} /* 投稿コメントナビゲーションボーダー色設定 */ .com_navi { border-right : 5px solid #FF0000; border-bottom: 1px solid #FF0000; } /*コメント及びトラックバック表題設定 */ h4 {color: #FF9752;border-bottom: 1px dashed #FF9752;} /*コメント表示の日付設定 */ .date {color: #EEEEEE;} /*コメントフォーム本体設定 */ legend a {color: #FF0000;} label {color: #FF0000;} /*コメントフォームエリア部の設定 */ fieldset {border: 1px solid #FF0000;} fieldset input, fieldset textarea {color: #000000;border: 1px solid #FF9752;} /* 記事本文での引用表示使用時の設定 */ blockquote {border: 1px solid #FF9752;background: #888888;} /* ツールバー表示部色設定 */ #toolbox {border-bottom: 1px solid #FF0000;} #toolbox_sub1, #toolbox_sub2, #toolbox_sub3, #toolbox_sub4, #toolbox_sub5, #toolbox_sub6, #toolbox_sub7 {background : #000000;border: 1px solid #FF0000;} .toolbox_sub_name {border-bottom: 1px solid #FF0000;} /* その他設定 */ td {font-size: 10pt;} /* 全体デザイン及び背景画像設定 */ #all { margin : 0px; margin-left : auto; margin-right: auto; width : 880px; overflow : hidden; } #contenar { margin : 0px; position : relative; width : 880px; overflow : hidden; } /* ブログタイトル等のヘッダー設定 */ #header { margin : 0px; padding : 0px; text-align: left; height : 80px; overflow : hidden; width : 880px; } /* ブログタイトル設定 */ h1 { position : relative; top : 20px; left : 10px; margin : 0px; padding : 0px; font-size : 20pt; font-family: "Arial Black", "Impact", "MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka"; } /* ブログ説明文設定 */ #intro { position : relative; top : 20px; left : 250px; font-size : 10pt; font-weight: bold; padding : 0px 10px; margin : 0px; overflow : hidden; } /* ツールバーの配置設定 */ #toolbox { position: absolute; top : 5px; left : 260px; width : 600px; z-index : 5; } #toolbox ul {margin:0; padding:0;list-style-type:none;} #toolbox li {margin:0 1px; padding:0;display:inline;float:left;} /* ツールバーリンク色設定 */ #toolbox a, #toolbox a:link, #toolbox a:visited { margin : 0; padding : 3px 0 0 0; display : block; text-align : center; line-height: 140%; font-size : 11px; font-weight: bold; font-family: "Arial Black", "Impact", "MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka"; width : 80px; height : 20px; } #toolbox a:hover {display: block;} /* ツールパー表示部設定 */ #toolbox_sub1, #toolbox_sub2, #toolbox_sub3, #toolbox_sub4, #toolbox_sub5, #toolbox_sub6, #toolbox_sub7 { position : absolute; top : 25px; margin : 0; width : auto; height : auto; z-index : 6; white-space: nowrap; } #toolbox_sub1 {left: 250px;} #toolbox_sub2 {left: 325px;} #toolbox_sub3 {left: 410px;} #toolbox_sub4 {left: 510px;} #toolbox_sub5 {left: 590px;} #toolbox_sub6 { margin : 0px; padding : 10px; line-height: 150%; font-size : 90%; left : 490px; } #toolbox_sub7 {left: 700px;} .toolbox_sub_name {font-size: 90%;} .toolbox_body { font-size : 90%; line-height: 120%; text-align : left; font-family: "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; padding : 2px 5px 2px 5px; margin : 3px; z-index : 7; } /* 個別記事でのパンくずリスト設定 */ .pankuzu { position : relative; top : 10px; left : 250px; width : 560px; margin : 0px; padding : 0px; margin-left: 20px; font-weight: bold; font-size : 90%; } .pankuzu ul li {margin: 0px;padding: 0px;list-style-type: none;} .pankuzu_title {font-size: 11pt;} /* 記事表示部分設定 */ #main { width : 600px; margin : 0px; margin-right: 10px; padding : 0px; float : right; overflow : hidden; text-align : left; } #main_navi { margin : 0px; margin-left: 50px; padding : 0px; width : 400px; font-size : 85%; overflow : hidden; } .kiji { margin : 0px; margin-bottom: 20px; padding : 0px; } /* 記事タイトル設定 */ .kiji_title { margin : 0px; padding : 0px; padding-right: 3px; text-align : left; font-size : 95%; } .kiji_title a, .kiji_title a:link, .kiji_title a:visited {font-weight:bold;padding: 3px 10px;} .kiji_title a:hover {padding: 3px 10px;} .kiji_title_box { margin : 0px; padding : 0px; text-align : center; height : 33px; width : 520px; font-size : 100%; } h3 { margin : 0px; padding : 0px; padding-top: 15px; text-align : center; height : 33px; font-size : 100%; } /* 記事タイトル日付設定 */ .today_box { height : 25px; width : 80px; font-size : 7pt; font-family: "Arial Black", "Impact", "MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka"; margin : 0px; padding : 0px; } #this_month {text-align: center;font-size: 9pt;font-weight: bold;} .today_ym {margin: 0px;} .today_mi { margin : 0px; height : 50%; font-size : 8pt; font-weight: bold; white-space: nowrap; padding : 0px 3px } .today_hour { height : 50%; font-size : 8pt; font-weight: none; white-space: nowrap; padding : 0px 3px; } /* 記事本文設定 */ .category_box { margin : 0px; padding : 0px; text-align: left; font-size : 85%; } .kiji_body { text-align : left; margin : 0px; font-size : 95%; padding : 10px; line-height: 140%; } .kiji ul {list-style: none;padding: 5px 0px;} .kiji li {list-style: none;} /* 追記記事設定 */ .content_more, .more {margin-top: 10px;padding-top: 5px;} .open_close { font-size : 11pt; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; } .top_link { font-size : 11pt; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; } /* 記事下ナビゲーション設定 */ .community_box { text-align : left; padding : 0px; margin : 0px; } .kiji_navi { text-align : right; margin : 5px 0px; padding : 2px 5px; font-size : 9pt; font-weight : none; } /* メニューカラム設定 */ #menu { float : left; margin-top : -20px; padding : 0px; text-align : left; line-height : 120%; width : 230px; overflow : hidden; } #menu_open { margin : 0px; margin-left : 10px; margin-bottom: 10px; padding : 0px; font-size : 85%; font-weight : bold; text-align : left; font-family : "Arial Black", "Impact", "MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka"; } #menu_column {margin-top: 600px;} /* メニューカラム内設定 */ .menu_ul { margin : 2px 3px 10px 10px; padding : 5px 3px; font-size : 85%; list-style: none; overflow : hidden; } .menu_title { margin : 0px; margin-left : 10px; text-align : left; padding : 0px; padding-top : 3px; line-height : 120%; font-weight : bold; } /* エントリーナビゲーション設定 */ .top_navi { font-size : 9pt; width : 400px; margin-top : 5px; margin-bottom: 5px; padding : 5px 0px; font-weight : bold; } .navi_ul { margin : 0px; padding : 0px 3px; list-style: none; overflow : hidden; } .navi_title { margin : 0px; margin-left : 5px; margin-bottom: 5px; text-align : left; padding : 0px; padding-top : 3px; line-height : 120%; font-weight : bold; font-family : "Arial Black", "Impact", "MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka"; } .navi_title a, .navi_title a:link, .navi_title a:visited {font-size: 85%;} .kiji_name {font-size:9pt;line-height:140%;} .navi_date {font-size:9pt;} /* メニューカラム内のタイトル及び投稿者名設定 */ .comment_title {font-size: 9pt;padding:0px 5px;} .comment_name {text-align: right;font-size: 8pt;padding:0px 5px;} /* トラックバック関連設定 */ .tb_title {font-size: 9pt;padding:0px 5px;} .tb_ex { font-size : 8pt; padding : 5px; margin-bottom: 5px; } .tb_name { text-align : right; font-weight: bold; font-size : 8pt; } /*個別記事ナビゲーションの設定 */ #pre_next { mardin : 0px; padding : 0px; font-size : 10pt; font-weight: bold; } .pre {float: left;} .next {float: right;} /* ページナビゲーション設定 */ #page_navi { mardin : 0px; padding : 0px; font-weight: bold; text-align : center; font-family: "Arial Black", "Impact", "MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka"; } #page_navi ul li { mardin : 1px; padding : 0px; list-style: none; display : inline; } #page_navi li {margin: 10px 0px;white-space : nowrap;} /* フッター設定 */ #footer { clear : both; margin : 0px; padding : 0px; padding-top : 30px; paddimg-bottom: 10px; width : 880px; text-align : left; font-size : 70%; } /* 管理者用コピーライト設定 */ #copyright { position : relative; top : 0px; left : 10px; text-align : left; width : auto; margin : 0px; padding : 0px; } /* FC2ブログ専用設定 */ #ad { position : relative; top : -10px; right : 20px; text-align : right; width : auto; margin : 0px; padding : 0px; } /* 各記事ページコメント表示部分及びトラックバック表示設定 */ #comment_view, #trackback_view { margin : 5px; padding : 5px; text-align : left; width : auto; line-height: 150%; } /*コメント本文の設定 */ .com_view {font-size: 85%;padding: 10px;} .com_view a, .com_view a:link, .com_view a:visited {font-weight: bold;} .com_view a:hover {text-decoration: underline;} /*コメント及びトラックバック表題設定 */ h4 {font-size: 11pt;font-weight: bold;} /* トラックバック部設定 */ #trackback_view ul {list-style-type: none;} #trackback_view li { margin : 5px; list-style: none; font-size : 9pt; } /* トラックバックURL設定 */ .tb_url { padding : 3px 10px; font-size : 10pt; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; } /* トラックバック表示設定 */ .tb_view { margin : 10px 15px; padding : 5px; font-size : 80%; line-height: 150%; } .tb_view a, .tb_view a:link, .tb_view a:visited {font-weight: bold;} .tb_view a:hover {text-decoration: underline;} /*コメント表示の日付設定 */ .date { margin : 0px; padding-top : 10px; padding-right: 10px; text-align : right; font-size : 9pt; line-height : 150%; } /* 投稿コメントナビゲーション設定 */ .com_navi { margin : 0px; margin-top : 10px; padding-right: 10px; text-align : right; font-size : 9pt; font-family : "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; line-height : 150%; } /*コメント投稿フォーム設定 */ #comment_post { margin : 0px; padding : 5px; font-size: 10pt; } /*コメント編集フォーム設定 */ #comment_edit { margin : 0px; padding : 3px 5px; text-align: left; font-size : 10pt; } /*コメントフォーム本体設定 */ fieldset { margin : 10px 20px 10px 0px; padding : 5px; text-align: left; font-size : 10pt; } legend a { font-weight: bold; font-size : 10pt; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; } label { font-weight: bold; font-size : 9pt; font-family: "Arial Black", "Impact", "MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka"; } /*コメントフォームエリア部の設定 */ fieldset input, fieldset textarea {padding: 3px;font-size : 9pt;} .form_body { padding : 0px 10px 0px 20px; font-size : 10pt; line-height: 130%; } /*管理人イメージ画像の設定 */ #auther {text-align: center;padding:5px;} /* 記事本文での引用表示使用時の設定 */ blockquote {padding: 5px;} .check {background: #000000;padding:3px;}