/* 基本設定 */ @charset "EUC-JP"; * {margin : 0px;padding : 0px; } table,tr,td {padding: 0px;vertical-align: top;} /* スクロールバー色設定 */ html{ SCROLLBAR-FACE-COLOR: #FFF; SCROLLBAR-HIGHLIGHT-COLOR:#FFF; SCROLLBAR-SHADOW-COLOR: #777; SCROLLBAR-3DLIGHT-COLOR: #777; SCROLLBAR-ARROW-COLOR: #777; SCROLLBAR-TRACK-COLOR: #FFF; SCROLLBAR-DARKSHADOW-COLOR: #FFF; SCROLLBAR-BASE-COLOR: #FFF; } /* 背景と基本設定 */ body { text-align : center; font-size: 12pt; font-family: MS P ゴシック,Osaka; color: #666; padding: 0px 20px; background: url(http://blog8.fc2.com/b/breaktime/file/logo_blue_bg_left.gif) repeat-y top left; } /* 基本リンク色の設定 */ a, a:link, a:visited {color: #027BB1;text-decoration: none;} a:hover {color: #888888;text-decoration: underline;} /* 全体の大枠設定 */ #container_all { margin:0px;padding:0px; width:100%; background: url(http://blog8.fc2.com/b/breaktime/file/logo_blue_bg_right.gif) repeat-y top right; } #container { margin: 0px;padding: 0px; text-align: center; width:100%; background: url(http://blog8.fc2.com/b/breaktime/file/logo_blue_top_left.gif) no-repeat top left; } /* タブ開閉式メニューの設定 */ #tab_menu { margin: 0px; text-align: left; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; } /* タブメニューコンテンツ部の設定 */ .menu_a { text-align: left; border: 1px solid #AAA; background-color: #FFF; visibility: hidden; position: absolute; top: 50px;left: 30px; z-index: 2; } .menu_b { text-align: left; border: 1px solid #AAA; background-color: #FFF; visibility: hidden; position: absolute; top: 50px;left: 10%; z-index: 2; } .menu_c { text-align: left; border: 1px solid #AAA; background-color: #FFF; visibility: hidden; position: absolute; top: 50px;left: 20%; z-index: 2; } .menu_d { text-align: left; border: 1px solid #AAA; background-color: #FFF; visibility: hidden; position: absolute; top: 50px;left: 30%; z-index: 2; } .menu_e { text-align: left; border: 1px solid #AAA; background-color: #FFF; visibility: hidden; position: absolute; top: 50px;left: 40%; z-index: 2; } .tab_body { font-size: 8pt; color: #777; text-align: left; line-height: 150%; margin: 10px; font-family: MS P ゴシック,Osaka; } .tab_body ul, .tab_body li {font-size: 8pt;list-style-type: none;} /* タブメニューボタンの設定 */ #menu01 { height:25px; padding-left: 30px; padding-top: 44px; padding-bottom: 0px; font-weight: bold; text-align: left; } #menu02, #menu03, #menu04, #menu05 { padding-left: 10px; padding-top: 44px; padding-bottom: 0px; font-weight: bold; text-align: left; } #spacer2 {width: 50%;} #sub1 {width: 150px;text-align: left;} #sub2 {width: 200px;text-align: left;} #sub3 {width: 250px;text-align: left;} #sub4 {width: 300px;text-align: left;} #sub5 {width: 150px;text-align: left;} .script_on {font-size: 9px;color: #FFFFFF;} .script_off {font-size: 9px;color: #FF0000;} .tab_title { font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; font-size: 9pt; color: #777; font-weight: bold; border-bottom: 1px solid #777; } /* タブメニューコンテンツ内リンク色の設定 */ .tab_main_title a, .tab_main_title a:link, .tab_main_title a:visited {padding-top: 3px;font-size: 10pt;font-weight: bold;display: block;} .tab_main_title a:hover {padding-top: 0px;color: #888;} .menu_a ul a, .menu_a ul a:link, .menu_a ul a:visited {font-size: 8pt;} /* ヘッダー部分の設定 */ #header { margin: 0px; padding: 0px; text-align:left; width: 100%; height: auto; background: url(http://blog8.fc2.com/b/breaktime/file/logo_blue_top_main.gif) no-repeat top right; } /* タイトルの文字サイズとリンク色の設定 */ #title {margin-left: 30px;} /* ブログタイトルの設定 */ h1 { font-size: 22pt; font-family:"Arial Black", "Impact", "MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka"; font-weight: bolder; line-height: 100%; } /* ブログタイトルのリンク色設定 */ h1 a, h1 a:link, h1 a:visited {color: #01A5EC;text-decoration: none;} h1 a:hover {color: #888;text-decoration: none;} /* ブログサブタイトルの設定 */ .blog_name2 {font-size: 10pt;color: #777;} /* ブログ説明文の設定 */ .subtitle {font-size: 9pt;color: #777;} /* カレンダーの設定 */ #calendar { text-align: right; font-size: 9pt; color: #777; line-height: 110%; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; position: absolute; top: 80px;right: 70px; border: 1px solid #00B1FF; padding: 3px; height: 150px; } .calendar_tb {text-align: right;} .cal_month {text-align: center;white-space: nowrap;font-size: 8pt;background-color: #FFF;} .cal_days {text-align: center;white-space: nowrap;width: 20px;} .cal_day_sun, .cal_day_mon, .cal_day_tue, .cal_day_wed, .cal_day_thu, .cal_day_fri, .cal_day_sat {text-align: center;padding-right: 2px;} #sun_tb {background-color: #FF0000;color: #FFFFFF;font-size: 7pt;text-align: center;font-weight: bold;height: 10px;} #mon_tb {background-color: #555555;color: #FFFFFF;font-size: 7pt;text-align: center;font-weight: bold;height: 10px;} #tue_tb {background-color: #FF8C00;color: #FFFFFF;font-size: 7pt;text-align: center;font-weight: bold;height: 10px;} #wed_tb {background-color: #01A5EC;color: #FFFFFF;font-size: 7pt;text-align: center;font-weight: bold;height: 10px;} #thu_tb {background-color: #10AE25;color: #FFFFFF;font-size: 7pt;text-align: center;font-weight: bold;height: 10px;} #fri_tb {background-color: #FFD700;color: #FFFFFF;font-size: 7pt;text-align: center;font-weight: bold;height: 10px;} #sat_tb {background-color: #0028FF;color: #FFFFFF;font-size: 7pt;text-align: center;font-weight: bold;height: 10px;} /* 記事下曜日表示の設定 */ .Sun {color: #FF0000;} .Mon {color: #555555;} .Tue {color: #FF8C00;} .Wed {color: #01A5EC;} .Thu {color: #10AE25;} .Fri {color: #FFD700;} .Sat {color: #0028FF;} /* カレンダー要素の日付リンク色設定 */ .cal_day_sun a, .cal_day_sun a:link, .cal_day_sun a:visited {color: #FF0000;font-weight: bold; display: block;} .cal_day_sun a:hover {color: #00B1FF;font-weight: bold; display: block;} .cal_day a, .cal_day a:link, .cal_day a:visited {display: block;font-weight: bold;} .cal_day a:hover {display: block;color: #888;} /* カレンダー要素の年数リンク色設定 */ .cal_y a, .cal_y a:link, .cal_y a:visited {font-weight:bold;} .cal_y a:hover {color: #888;} .year {color: #00B1FF;} /* メニュー要素の設定 */ #menu { padding-left: 20px; padding-right: 5px; text-align :center; font-size: 9pt; overflow: hidden; width: 200px; border-right: 1px solid #5DB3FF; vertical-align: top; } /* メニュー内容部分の設定 */ #menu ul { text-align: left; font-size: 8pt; line-height: 130%; margin: 0px 5px; padding: 3px; list-style-type: none; } .search_inp { color: #097EE5; font-size: 8pt; border: 0px solid #777; border-bottom: 1px solid #01A5EC; background-color: #FFF; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; } .search_but { height: 16px; color: #00A1EC; font-size: 8pt; font-weight: bold; border: 0px solid #777; background-color: #FFF; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; } /* ツリー化したサイドメニューの設定 */ ul.tree {list-style-type: none;margin: 0px;padding: 0px;} ul.tree li { margin: 0px; padding: 0px 0px 0px 20px; background: url(http://blog8.fc2.com/b/breaktime/file/sen01w.gif) no-repeat; } ul.tree li.end {background-image: url(http://blog8.fc2.com/b/breaktime/file/sen02w.gif);} /* プラグインメニュー・タイトル部分の設定 */ .plugin_title { width: 180px; padding-top: 3px; padding-left: 5px; margin-bottom: 5px; font-size: 9pt; color: #01A5EC; font-weight: bold; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; text-align: left; border-bottom: 1px solid #00B1FF; background: url(http://blog8.fc2.com/b/breaktime/file/logo_blue_menu.gif) no-repeat bottom right; } .waku_bottom { margin: 0px; margin-bottom: 10px; padding: 0px; width: 100%; height: 5px; font-size: 3px; } .plugin3 {padding: 20px 30px 0px 10px;} .menu_cate {border-bottom: 1px dashed #00A1EC;white-space: nowrap;} /* 最近の記事一覧表示の設定 */ .top_recent_all {margin-top: 1px;margin-bottom: 10px;padding-left: 40px;} .top_free_td {width: 300px;white-space: nowrap;} .top_recent {font-size: 9pt;padding-left: 5px;} .recent_date {font-size: 7pt;text-align: center;line-height: 110%;} .date_back2 {color: #00B1FF;} .date_back_Sun {color: #FFF;background-color: #FF0000;} .date_back_Mon {color: #FFF;background-color: #555555;} .date_back_Tue {color: #FFF;background-color: #FF8C00;} .date_back_Wed {color: #FFF;background-color: #01A5EC;} .date_back_Thu {color: #FFF;background-color: #10AE25;} .date_back_Fri {color: #FFF;background-color: #FFD700;} .date_back_Sat {color: #FFF;background-color: #0028FF;} /* 最近の記事一覧表示のリンク色設定 */ .top_recent_all a:hover {color: #777;background-color: #EEE;} /* 最近の記事一覧のタイトル設定 */ .recent_title1 { font-size : 9pt; font-weight: bold; color: #01A5EC; text-align : left; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; margin: 0px; margin-bottom: 3px; padding-top: 5px; border-bottom: 1px solid #00A1EC; } /* カテゴリー及び月別ページ一覧部の設定 */ .top_list { font-size : 9pt; font-weight : bold; color : #777; text-align : left; margin : 0px; padding-top : 5px; border-bottom: 1px solid #AAA; } .top_list span {color: #097EE5;} #entory_list {text-align: left;width: 100%;} .entory_box {text-align: left;} /* 記事及びメニュー部分の大枠設定 */ #wrapper {margin: 0px;padding: 0px;padding-right: 100px;text-align: center;} /* 記事表示部分の設定 */ #main {width: auto;padding-left: 10px;text-align: center;overflow: hidden;} /* 記事タイトル設定 */ h2 { padding : 1px 20px 0px; color : #000; font-family : "Verdana","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka; font-weight : bolder; white-space : nowrap; font-size: 12pt;line-height: 140%; } .kiji_title { border-bottom: 1px solid #00B1FF; background : url(http://blog8.fc2.com/b/breaktime/file/logo_blue_kiji.gif) no-repeat left; } /* 記事タイトル設定 */ .kiji_Sun {background: url(http://blog8.fc2.com/b/breaktime/file/logo_red_kiji.gif) no-repeat left;border-bottom:1px solid #FF0000;} .kiji_Mon {background: url(http://blog8.fc2.com/b/breaktime/file/logo_base_kiji.gif) no-repeat left;border-bottom:1px solid #A8A8A7;} .kiji_Tue {background: url(http://blog8.fc2.com/b/breaktime/file/logo_orange_kiji.gif) no-repeat left;border-bottom:1px solid #FFAA00;} .kiji_Wed {background: url(http://blog8.fc2.com/b/breaktime/file/logo_blue_kiji.gif) no-repeat left;border-bottom:1px solid #5DB3FF;} .kiji_Thu {background: url(http://blog8.fc2.com/b/breaktime/file/logo_green_kiji.gif) no-repeat left;border-bottom:1px solid #29D691;} .kiji_Fri {background: url(http://blog8.fc2.com/b/breaktime/file/logo_yellow_kiji.gif) no-repeat left;border-bottom:1px solid #FFC82F;} .kiji_Sat {background: url(http://blog8.fc2.com/b/breaktime/file/logo_vio_kiji.gif) no-repeat left;border-bottom:1px solid #879FFB;} .color_Sun {border-left:10px solid #FF0000;border-bottom:1px solid #FF0000;border-top:1px solid #FF0000;border-right:5px solid #FF0000;padding-right: 20px;} .color_Mon {border-left:10px solid #A8A8A7;border-bottom:1px solid #A8A8A7;border-top:1px solid #A8A8A7;border-right:5px solid #A8A8A7;padding-right: 20px;} .color_Tue {border-left:10px solid #FFAA00;border-bottom:1px solid #FFAA00;border-top:1px solid #FFAA00;border-right:5px solid #FFAA00;padding-right: 20px;} .color_Wed {border-left:10px solid #5DB3FF;border-bottom:1px solid #5DB3FF;border-top:1px solid #5DB3FF;border-right:5px solid #5DB3FF;padding-right: 20px;} .color_Thu {border-left:10px solid #29D691;border-bottom:1px solid #29D691;border-top:1px solid #29D691;border-right:5px solid #29D691;padding-right: 20px;} .color_Fri {border-left:10px solid #FFC82F;border-bottom:1px solid #FFC82F;border-top:1px solid #FFC82F;border-right:5px solid #FFC82F;padding-right: 20px;} .color_Sat {border-left:10px solid #879FFB;border-bottom:1px solid #879FFB;border-top:1px solid #879FFB;border-right:5px solid #879FFB;padding-right: 20px;} /* 記事部分の設定 */ .content { text-align : left; line-height : 140%; font-size : 10pt; margin : 0px; padding-right: 0px; } /* 記事本文の設定 */ .content_body { text-align : left; line-height: 150%; font-size : 10pt; margin : 0px; padding : 10px 0px; width : auto; } /* 記事タイトルリンク色の設定 */ h2 {font-size: 12pt;line-height: 140%;} h2 a, h2 a:link, h2 a:visited {color: #333;font-size: 12pt;line-height: 140%;} h2 a:hover {color: #888;} /* 記事内のリンク色設定 */ .content_body a:hover {color: #888;background-color: #EEE;} /* 追記記事の設定 */ div.content_more { text-align : left; line-height: 140%; font-size : 10pt; margin : 0px; padding : 5px 0px; width : auto; border-top : 1px dashed #097EE5; } .more_body { padding-top: 10px; margin : 0px; text-align : left; border-top : 1px dashed #097EE5; } /*記事タイトル部日付の設定 */ .date { font-size : 10pt; color : #00A1EC; text-align : right; line-height : 150%; padding-top : 10px; padding-right: 10px; margin : 0px; } /*記事部ナビゲーションの設定 */ .cate_sub {padding-right: 20px;} .sub_link { font-size : 9pt; text-align : right; font-weight : bold; color : #AAA; font-family : "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; margin-bottom: 20px; padding-top : 0px; width : auto; } .sub_link a, .sub_link a:link, .sub_link a:visited {color: #AAA;font-size: 9pt;} .sub_link a:hover {color: #888888;background-color: #EEE;} .top_link {font-size: 12pt;} .top_link_img a, .top_link_img a:link, .top_link_img a:visited {padding-top:20px;background: url(http://blog8.fc2.com/b/breaktime/file/logo_navi01.gif) no-repeat bottom right;} .top_link_img a:hover {background: url(http://blog8.fc2.com/b/breaktime/file/logo_blue_navi_01-over.gif) no-repeat bottom right;} .open_close a, .open_close a:link, .open_close a:visited {font-weight: bold;font-family:"Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka";} /* コメント設定 */ .com_title {font-size: 10pt;line-height: 200%;} .com_body {padding: 0px 10px;} /* 各記事ページコメント部分及びトラックバックの設定 */ #comment_view, #trackback_view { text-align : left; font-size : 10pt; margin : 5px; padding : 5px; width : auto; } /*コメント本文の設定 */ .com_view {font-size: 10pt;border-bottom: 1px dashed #097EE5;} /*コメントタイトル及びトラックバックの設定 */ #comment_view h4, #trackback_view h4 { font-size : 10pt; line-height : 150%; font-weight : bold; height : 15px; border-bottom: 1px dashed #097EE5; } /*コメント本文及びトラックバック簡易文の設定 */ #comment_view .content, #trackback_view .content {font-size: 9pt;margin: 10px;padding: 3px 5px;} #comment_view p.sub-com, #trackback_view p.sub-com {text-align: right;font-size: 8pt;} /*コメント投稿部の設定 */ #comment_post {font-size: 10pt;margin: 0px;padding: 5px;} /*コメント編集部の設定 */ #comment_edit { text-align : left; font-size : 10pt; margin : 0px; padding : 3px 5px; width : 560px; } /*コメントフォーム本体の設定 */ fieldset { text-align: left; font-size : 10pt; padding : 5px; margin : 20px; } /*コメントフォームエリア部の設定 */ fieldset input, fieldset textarea {background-color: #FFF;border: 1px #00A1EC solid;} .form_body { padding : 0px 10px 0px 20px; font-size : 10px; line-height: 130%; } /*トラックバックURL文字・色設定 */ #tb_url {font-size: 10pt;margin: 5px;} /* トラックバックURLの背景色設定 */ .marker {margin: 3px 0px;background-color: #EEE;} .marker2 {font-size:8pt;border:1px solid #00A1EC;} /*記事移動ナビゲーションの設定 */ #pre_next {padding:0px 10px;width: 90%;} #pre_next a, #pre_next a:link, #pre_next a:visited {font-size: 9pt;font-weight: bold;text-decoration: none;} #pre_next a:hover {color: #888;background-color: #EEE;} .pre {text-align: left ;padding-left : 10px;width: 50%;} .next {text-align: right;padding-right: 10px;width: 50%;} /*ページナビゲーションの設定 */ #top_navi { font-size : 9pt; font-weight: bold; text-align : center; padding : 0px; margin : 0px; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; width : 100%; border-top : 1px dashed #00A1EC; } #navi { font-size : 11pt; font-weight: bold; text-align : center; padding : 0px 5px 20px 5px; margin : 5px 10px; font-family: "Comic Sans MS","Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka"; border-top : 1px dashed #097EE5; } /*記事ページ用フッター部分の設定 */ #footer { clear: both; font-size : 7pt; line-height : 120%; text-align : left; margin-bottom: 20px; padding-top : 10px; padding-left : 30px; border-top : 5px solid #00B1FF; border-bottom: 2px solid #00B1FF; } /* プロフィール画像の配置設定 */ .admin_img {padding: 3px 0px;text-align: center;} /*管理者名の設定 */ .admin_name {text-align: center;font-size: 10px;font-weight: bold;} .center_posi {text-align: center;} /* ワンポイント文字の設定 */ .link_point {font-size: 6pt;color: #FF6347;line-height: 200%;} /* 記事本文での引用表示の設定 */ blockquote {border: 1px solid #00A1EC;padding: 10px;margin-right: 20px;}