@charset "utf-8";


/* 全体的な設定
------------------------------------------------------------ */
/* 初期化 */
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	word-break: break-all;
	}

/* body要素 */
body {
	text-align: center;
	font-size: 75%; /* 文字サイズ */
	color: #333333; /* 文字色 */
	background-image: url(http://blog-imgs-21.fc2.com/t/e/m/templabo/blueheartb.gif);/* 背景画像 */
	background-attachment: fixed;/* 画像固定 */
	background-color: #ffffff; /* 背景色 */
	font-family: 'Microsoft Sans Serif','MS UI Gothic','Comic Sans MS',Tahoma,sans-serif,Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック'; /* フォント指定 */
	line-height: 140%; /* 行間 */
	voice-family: "\"}\""; /* おまじない */
	voice-family: inherit; /* おまじない */
	}

textarea, input, select {
	background-color: #ffffff;
	font-size: 100%;
	color: #333333;
	border: 1px solid #99cccc;
	padding: 1px;
	margin: 0px 0px 5px 5px;
	}

/* リスト・要素 */
ul, ol, li, dl, dt, dd {
	list-style: none;
	}


/* ページトップへのリンク */
div.pagetop {
	text-align: right;
	font-size: 95%;
	padding: 10px 5px 0px;
	}

/* 強調 */
em {
	font-style: normal;
	border-bottom: 1px solid #e93b55; /* 下線を引く */
	}

/* より強い強調 */
strong {
	font-weight: bold; /* 太字 */
	}

/* 絵文字 */
.emoji {
	vertical-align: middle;
	border: 0;
	}


/* リンクの設定
------------------------------------------------------------ */
/* リンクの設定 */
a {
	text-decoration: none; /* 下線をなし */
	}

/* 通常リンク */
a:link {
	color: #0066ff;
	}

/* 閲覧済リンク */
a:visited {
	color: #6699ff;
	}

/* カーソルをおいた時 */
a:hover {
	color: #9999ff;
	text-decoration: underline;
	}

/* クリックした時 */
a:active {
	color: #9999ff;
	text-decoration: underline;
	}

/* リンク画像の枠を表示しない */
a img {
	border-style: none; /* 枠を非表示 */
	border-width: 0px;	/* 枠の幅を0pxに設定 */
	text-decoration: none; /* 装飾なし */
	}


/* レイアウト用ブロックの設定
------------------------------------------------------------ */
div#container {
	width: 780px; /* wrapper＋extra-columnの幅 */
	text-align: left;
	margin: 0px auto;
	}

/* タイトル部分 */
div#header {
	width: 528px;
	height : 132px;	
	background-image: url(http://blog-imgs-21.fc2.com/t/e/m/templabo/blueheart528.gif);
	background-repeat: no-repeat;
	background-color: #ffffff; /* 背景色 */
	padding: 0px;
	margin: 0px;
	}

div.main {
	margin: 25px 0px 15px; /* タイトル部分と記事、記事部分とフッター部分の間隔 */
	}

/* 本文部分ブロック */
div#main_block {
	float: left; /* 左側に回り込む */
	width: 528px; /* コンテンツ幅 */
	}

/* サイトインフォ関連ブロック */
div#menu_block {
	float: right; /* 右側に回り込む */
	width: 240px; /* コンテンツ幅 */
	}

/* 著作表示ブロック */
div#footer {
	clear: both;/* 回り込みを解除 */
	}
	

/* タイトル・サイトの説明部分の設定
------------------------------------------------------------ */
/* タイトル */
div#header h1 {
	text-align: left;
	font-size : 160%; /* 文字サイズ */
                font-weight:bold;
	font-family: 'Microsoft Sans Serif','MS UI Gothic','Comic Sans MS',Tahoma,sans-serif,Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック'; /* フォント指定 */
	padding: 20px 0px 0px 20px;
	voice-family : "\"}\""; /* おまじない */
	voice-family : inherit; /* おまじない */
	}

/* ヘッダー内のリンク設定 */
div#header a, a:link {
	color: #333333;
	text-decoration: none;
	}

div#header a:visited {
	color: #333333;
	text-decoration: none;
	}

div#header a:hover, a:active {
	color: #9999ff;
	text-decoration: underline;
	}
	
/* サイトの説明 */
div#header p {
	text-align: center;
	font-size: 100%; /* 文字サイズ */
	font-weight: bold;
	color: #333333;
	padding: 20px 10px;
	voice-family: "\"}\""; /* おまじない */
	voice-family: inherit; /* おまじない */
	}

/* 横カレンダー
------------------------------------------------------------ */
#yokocalendar {
	text-align: center;
	font-size: 90%; /* 文字サイズ */
	color: #000000; /* 文字色 */
	padding: 5px 0px 10px;
	margin: 0px auto; /* 左右マージンを自動算出 */
	}

.day {
	margin: 0px 2px; /* 日付表示部分の余白 */
	}


/* 記事上プラグイン３の設定
------------------------------------------------------------ */
/* プラグインの設定 */
div.p3_block {
	text-align: left;
	}

/* プラグインタイトル */	
div.p3_title {
	background-image: url(http://blog-imgs-21.fc2.com/t/e/m/templabo/bluei2.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 120%;
	font-weight: bold;
	color: #6699ff;
	letter-spacing: 0.2em; /* 文字幅 */
	line-height: 120%;
	border-bottom: 1px dotted #99cccc;
	padding: 8px 0px 5px 40px;
	margin: 10px 0px 10px;
	voice-family : "\"}\""; /* おまじない */
	voice-family : inherit; /* おまじない */
	}

/* プラグイン表示部分 */	
div.p3_body {
	font-size: 100%;
	color: #333333;
	padding: 3px 0px;
	}

/* プラグイン上部説明部分 */
div.p3_text {
	font-size: 95%;
	color: #333333;
	padding: 3px 0px;
	margin: 0px 7px;
	}

/* プラグイン３リストマーク */
#main_block ul {
	color:#36abce;
	margin-left: 15px;
	}
	
#main_block li {
	list-style-type: disc;
	list-style-position: outside;
	}
	
#main_block p{
	text-align:left;
	color: #555555;
	margin: 0px 0px 20px 0px;
	}

/* プラグイン３内のリンク設定 */
div.p3 a:linkdiv.p3 a:visited {
	color: #0066ff;
	}

div.p3 a:visited {
	color: #6699ff;
	}

div.p3 a:hover, div.plugin a:active {
	color: #9999ff;
	text-decoration: underline;
	}


/* 記事表示部分の設定
------------------------------------------------------------ */
/* 各ブロック（記事・コメント・トラバ）設定 */
div.contents {
	width: 488px;
	text-align: left;
	/*background-image: url();
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;*/
	background-color: #ffffff; /* 背景色 */
                border: 1px solid #99cccc;
	padding: 0px 10px;
	margin: 0px auto 55px;
	}
	
div.main_body {
	line-height: 140%; /* 行間 */
	}

/* 段落の設定 */
div.main_body p {
	margin: 1em 0em;	/* 上下1行分空ける */
	}

/* 記事日付 */
div.entry_date {
	text-align: right;
	font-family: Georgia,Verdana,sans-serif;
	font-size: 100%; /* 文字サイズ */
	color: #6699ff; /* 文字色 */
	font-weight: bold; /* 文字を太く */
	padding: 10px 20px 0px 0px;
	margin: 0px;
	}

/* 記事タイトル */
div.entry_title {
	text-align: left;
	background-image: url(http://blog-imgs-21.fc2.com/t/e/m/templabo/bluei2.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #ffffff; /* 背景色 */
	font-size: 120%; /* 文字サイズ */
	font-weight: bold; /* 文字を太く */
	color: #6699ff; /* 文字色 */
	letter-spacing: 0.2em; /* 文字幅 */
	border-bottom: 1px dotted #6699ff;
	padding: 8px 0px 5px 40px;
	voice-family : "\"}\""; /* おまじない */
	voice-family : inherit; /* おまじない */
	}
	
/* 記事タイトルのリンク設定 */
div.entry_title a:link, div.entry_title a:visited {
	color: #6699ff;
	}	
	
div.entry_title a:hover, div.entry_title a:active {
	color: #9999ff;
	text-decoration: underline;
	}	
	

/* 記事本文 */
div.entry_body {
	text-align: left;
	font-size: 100%; /* 文字サイズ */
	color: #333333; /* 文字色 */
	line-height: 140%; /* 行間 */
	letter-spacing: 0.2em;
	padding: 10px;
	margin-bottom: 20px;
	}

/* 追記へのリンク */
p.entry_more {
	font-weight: bold;
	}
		
/* 追記部分 */
div.more {
	padding: 15px 0px 10px;
	margin: 15px 0px 10px;
	}

/* 引用の設定 */
blockquote {
	width: auto; /* 幅 */
	background-color: #ccffff; /* 背景色 */
	border: 1px dotted #9999ff; /* 枠の色と線種 */
	padding: 0.5em 1em;
	margin: 10px;
	}	
	
/* 記事中に使われたタグのリンクリスト */
div.entry_body p.tag_lnk {
	font-size: 95%;
	color: #333333;
	margin-top: 15px;
	}
	
/* 記事の投稿先テーマ・ジャンル */
div.entry_body p.theme {
	font-size: 95%;
	color: #333333;
	margin-top: 15px;
	}

/* 拍手・ブックマークへの登録ボタン */
div.fc2_footer{
	margin-top: 1em;
	}


/* フッター部分（コメントやトラックバックなど） */
div.entry_footer {
	text-align: right;
	background-image: url(http://blog-imgs-21.fc2.com/t/e/m/templabo/blue_line450.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 95%;
	color: #6699ff;
	padding: 20px 0px 10px 0px;
	margin: 5px 0px 5px;
	}


/* コメント・トラバ共通設定
------------------------------------------------------------ */
/* コメント・トラバ・記事一覧の見出し */
div.sub_header {
	background-image: url(http://blog-imgs-21.fc2.com/t/e/m/templabo/blueline.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 120%;
	font-weight: bold;
	color: #6699ff;
	letter-spacing: 0.1em;
	line-height: 140%;
	padding: 0px 0px 20px 0px;
	margin-bottom: 15px;
	}

/* コメント・トラバのタイトル */
div.ct_header {
	background-image: url(http://blog-imgs-21.fc2.com/t/e/m/templabo/blueheart_icon.gif);
	background-position: left;
	background-repeat: no-repeat;
  	font-size: 100%;
	color: #0066ff; /* 文字色 */
	border-bottom:1px dotted #0066ff;
	padding:5px 0px 3px 28px;
	margin: 5px 10px 0px;
	voice-family : "\"}\""; /* おまじない */
	voice-family : inherit; /* おまじない */
	}

html>body div.ct_header {
	color: #0066ff; /* 文字色 */
	}

/* リンク */
div.ct_header a:link, div.ct_header a:visited {
	color: #0066ff;
	}
div.ct_header a:hover, div.ct_header a:active {
	color: #0066ff;
	}


/* 投稿フォーム部分の設定
------------------------------------------------------------ */
/* コメントフォーム */
div#main_block form {
	 text-align: left;
	 padding: 10px 0px 25px;
	 margin: 0px 0px 0px 25px;
	}

/* 管理者だけにコメント */
input#himitu {
	margin-right: 0.5em;
	}

/* コメントフォームのボタン */
p.form_btn {
	margin-top: 20px;
	}


/* コメント部分の設定
------------------------------------------------------------ */
/* コメント本文 */
div.comment_body {
	text-align: left;
	font-size: 100%; /* 文字サイズ */
	color: #333333; /* 文字色 */
	line-height: 140%; /* 行間 */
	letter-spacing: 0.1em;
	padding: 5px 0px 10px;
	margin: 0px 0px 0px 20px;
	}

/* コメントフッター */
div.comment_footer {
	text-align: right;
	font-size: 95%;
	color: #993366;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
	}


/* トラックバック部分の設定
------------------------------------------------------------ */
/* トラックバックURL */
p.trackback_url {
	padding: 10px 0px;
	margin: 0px 0px 10px 20px;
	}

p.trackback_url a {
	font-size: 95%;
	}	

/* トラックバックURLワンクリックフォーム */
p.trackback_url input {
	width: 90%;
	background-color: #cccccc;
	font-size: 100%;
	line-height: 120%;
	border: 1px solid #d1e2ef;
	padding: 1px;
	margin: 10px 0px 5px 0px;
	}

/* トラックバック先の概要 */
div.trackback_excerpt {
	padding: 5px 0px 10px;
	margin: 0px 0px 0px 20px;
	}

/* トラックバックフッター */
div.trackback_footer {
	text-align: right;
	font-size: 95%;
	color: #006600;
	border-bottom: 1px solid #edf6fa;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
	}


/* 全記事表示・検索結果表示の日付部分
------------------------------------------------------------ */
div.entry_body span.state {
	display: block;
	text-align: right;
	font-size: 95%;
	color: #666666;
	border-bottom: 1px solid #6699ff;
	padding: 2px 5px;
	}


/* 移動ナビ
------------------------------------------------------------ */
div.page_navi {
	text-align: center;
	font-size: 100%;
	color: #000000;
	margin-bottom : 15px;
	}


/* サイドメニュー（プラグイン）の設定
------------------------------------------------------------ */
/* プラグインの設定 */
div.plugin {
	width: 215px;
	text-align: left;
	margin: 0px auto 20px;
	}

/* プラグインタイトル */	
div.plugin_title {
	background-image: url(http://blog-imgs-21.fc2.com/t/e/m/templabo/bluei.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size : 100%;
	font-weight: bold;
	color: #6699ff;
	line-height: 120%;
	border-bottom:2px dotted #99ccff;
	padding: 6px 3px 5px 17px;
	margin: 0px 0px 10px;
	voice-family : "\"}\""; /* おまじない */
	voice-family : inherit; /* おまじない */
	}

/* プラグイン表示部分 */	
div.plugin_body {
	font-size: 100%;
	color: #333333;
	padding: 3px 0px;
	}

/* プラグイン説明部分 */
div.plugin_text {
	font-size: 95%;
	color: #333333;
	padding: 3px 0px;
	margin: 0px 7px;
	}

/* サイドメニューリストマーク */
#menu_block ul {
	color:#36abce;
	margin-left: 15px;
	}
	
#menu_block li {
	list-style-type: disc;
	list-style-position: outside;
	}
	
#menu_block p{
	text-align:left;
	color: #555555;
	margin: 0px 0px 20px 0px;
	}

/* メニュー内のリンク設定 */
div.plugin a:linkdiv.plugin a:visited {
	color: #0066ff;
	}

div.plugin a:visited {
	color: #6699ff;
	}

div.plugin a:hover, div.plugin a:active {
	color: #9999ff;
	text-decoration: underline;
	}


/* プラグインカレンダー
------------------------------------------------------------ */
/* カレンダー表示用のテーブル設定 */
.plugin-calender {
	width: 180px; /* 幅 */
	font-size: 85%; /* 文字サイズ */
	color: #6699ff;
	border-collapse: separate; /* 値の入っていないセルも表示する */
	margin: 15px 0px 10px;
	}

/* カレンダー見出（前月・当月・次月などのリンク部分） */
.plugin-calender caption {
	text-align: center;
	margin: 0px auto;
	}

/* カレンダーのセル見出（曜日表示部分） */
.calender {
	width: 180px; /* 幅 */
	text-align:center;
	font-size: 85%; /* 文字サイズ */
	color: #6699ff;
	border-collapse: separate; /* 値の入っていないセルも表示する */
	margin: 15px 0px 10px;
	}

.calendar th {
	width: 20px;
	height: 25px;
	font-size: 10px;
	text-align: center;
	font-weight: nomal;
	}

/* 土曜日を青色表示 */
th#sat {
	color: #3b5fcc;
	}
	
/* 日曜日を赤色表示 */
th#sun {
	color:#b60000;
	}
	
/* カレンダーのセル部分（日付表示部分） */
.calendar td {
	width: 20px;
	height: 25px;
	text-align: center;
	}

/* カレンダーリンク部分 */
.calender td a {
	  display: block;
	  font-weight: bold;
	  padding: 1px;
	}

.calender td a:link,
.calender td a:visited{
	color: #36abce;
	background: url(http://templates.blog.fc2.com/template/fragment_of_summer/fsummer-line.gif);
	border-bottom: 1px solid #ffffff;
	}

.calender td a:hover{
	color: #000000;
	border-bottom: 1px solid #36abce;
	}


/* フッター部分の設定
------------------------------------------------------------ */
div#footer p {
	text-align: center;
	font-size: 95%;
	color: #666666;
	padding: 20px 0px;
	}

/* リンク設定 */
div#footer p a:link, div#footer p a:visited {
	color: #6699ff;
	}
	
div#footer p a:hover, div#footer p a:active {
	color: #9999ff;
	text-decoration: none;
	border-bottom: 1px solid #36abce;
	}

br{
	letter-spacing: normal;
}



.tree {
    margin-left: 0px;
    padding: 0px;
    background: url(http://blog-imgs-21.fc2.com/t/e/m/templabo/tree_lst.gif) no-repeat 2px 0;
    list-style: none;
}

.tree_end {
    margin-left: 0px;
    padding: 0px;
    background: url(http://blog-imgs-21.fc2.com/t/e/m/templabo/tree_end.gif) no-repeat 2px 0;
    list-style: none;
}


/* コード
------------------------------------------------------------ */
/* 記事中にプログラムコードなどを書く時に使います */
div.main_body pre {
	width: 90%; /* pre element clearing bug in WinIE  */
	font-family: sans-serif;
	border: 1px solid #efefef;
	overflow: auto;
	padding: 0.5em;
	margin: 1em auto;
	}

/* for without MacIE5 \*/
div.main_body pre {
	overflow: scroll; /* MacIE用バグ対応 */
	}/* */

div.main_body > pre {
	width: auto; /* MacIE用バグ対応 */
	}

div.main_body code {
	font-family: monospace; /* 等幅フォントを指定 */
	}


/* Mac版IEの文字化け対策
------------------------------------------------------------ */
/* マック版IEでは表示できるフォントを指定しないと文字化けを起こしますので通常は削除しないで下さい */
textarea,input,select {
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Helvetica", "Arial", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	}