@charset "EUC-JP";


/* 全体の設定
------------------------------------------------------------ */
/* 初期化 */
* {
	margin: 0;
	padding: 0;
	word-break: break-all;
	}

/* 画面全体 */
body {
	text-align: center;
	background-image: url(images/fl089_f60.jpg);/* 背景画像 */
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;/* 画像固定 */
	background-color: #ffffff; /* 背景色 */
	font-size: 95%;
	color: #333333;
	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;
	font-size: small;
	}

html>body {
	font-size: small;
	}

/* for IE \*/
* html body {
	font-size: 78%;
	}
/**/


/* フォーム内設定
------------------------------------------------- */
textarea, input, select {
	background-color: #ffffff;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	padding: 1px;
	margin: 0px 0px 5px 5px;
	}

fieldset {
	color: #666666;
	border: none;
	}

legend {
	font-weight: bold;
	}


/* 画像全般
------------------------------------------------- */
img,
a img {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
	}
	
.emoji{
	vertical-align:middle;
	border: 0px
	}


/* リスト・要素
------------------------------------------------- */
ul, ol, li, dl, dt, dd { list-style: none; }


/* 見出し
------------------------------------------------- */
h1 { font-size: 160%; }	
h2 { font-size: 110%; }	
h3 { font-size: 100%; }	
h4 { font-size: 90%; }	
h5 { font-size: 80%; }
h6 { font-size: 85%; }


pre {
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;
	}


/* リンク
------------------------------------------------- */
/* リンクの設定 */
a {
	text-decoration: none;
	/*\*/
	overflow: hidden;
	/**/
	}

/* 通常リンク */
a:link {
	color: #0066ff;
	}

/* 閲覧済リンク */
a:visited {
	color: #6699ff;
	}

/* カーソルをおいた時 */
a:hover {
	color: #9999ff;
	text-decoration: underline;
	}

/* クリックした時 */
a:active {
	color: #9999ff;
	text-decoration: underline;
	}
	

/* レイアウト
------------------------------------------------------------ */
div#container {
	width: 790px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}

div#main {
	float: right;
	width: 500px;
	}

div#sidemenu {
	float: left;
	width: 210px;
	padding-right: 10px;

	}


/* ブログタイトル・説明部分
------------------------------------------------------------ */
div#header {
	height: 100px;
	margin-bottom: 10px;
	}

div#header h1 {
	text-align: left;
	font-weight: normal;
	padding: 50px 0px 0px 50px;
	}

/* ヘッダー内のリンク設定 */
div#header h1 a, a:link {
	color: #333333;
	text-decoration: none;
	}

div#header h1 a:visited {
	color: #333333;
	text-decoration: none;
	}

div#header h1 a:hover, a:active {
	color: #9999ff;
	text-decoration: underline;
	}
	
div#header p {
	text-align: center;
	font-size: 100%; /* 文字サイズ */
	font-weight: bold;
	color: #333333;
	padding: 10px;
	voice-family: "\"}\""; /* おまじない */
	voice-family: inherit; /* おまじない */
	}

/* 管理リンク */
p.admin {
	text-align: right;
	font-size: 95%;
	font-weight: normal;
	color:#333333; 
	padding: 0px 20px 0px 0px;
	margin: 0px;
	}


/* 横カレンダー
------------------------------------------------------------ */
#yokocalendar {
	text-align: center;
	font-size: 80%; /* 文字サイズ */
	color: #000000; /* 文字色 */
	padding: 15px 0px;
	margin: 0px auto; /* 左右マージンを自動算出 */
	}

.day {
	margin: 0px 2px; /* 日付表示部分の余白 */
	}


/* メイン部分
------------------------------------------------------------ */
/* 表示部分 */
div.content {
	margin-bottom: 40px;
	text-align: left;
	padding-right: 10px;
	padding-left: 5px;
	}

/* 記事日付 */
div.entry_day {
	font-family: "Verdana","sans-serif";
	font-size: 95%;
	color: #6699ff;
	text-align: right;
	border-bottom: 1px dotted #ccffff;
	padding-top: 5px;
	margin-bottom: 5px;
	}

/* 記事タイトル*/
h2.entry_title,
h3.entry_title {
	text-align: left;
	background-image: url(http://blog-imgs-29.fc2.com/t/e/m/templabo/mm2-6-2w.png);
	background-repeat: no-repeat;
	background-position: 1%;
	color: #6699ff; /* 文字色 */
	letter-spacing: 0.2em; /* 文字幅 */
	border-bottom: 1px dotted #ccffff;
	padding: 5px 5px 5px 22px;
	margin-bottom: 10px;
	}

/* 記事タイトルリンク設定 */
h2.entry_title a:link, h2.entry_title a:visited {
	color: #6699ff;
	}	
	
h2.entry_title a:hover, h2.entry_title a:active {
	color: #9999ff;
	text-decoration: underline;
	}

h3.entry_title a:link, h3.entry_title a:visited {
	color: #6699ff;
	}	
	
h3.entry_title a:hover, h3.entry_title a:active {
	color: #9999ff;
	text-decoration: underline;
	}

/* 表示部分 */
div.entry_body {
	text-align: left;
	font-size: 100%; /* 文字サイズ */
	color: #333333; /* 文字色 */
	line-height: 160%; /* 行間 */
	letter-spacing: 0.2em;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	}

br{
	letter-spacing: normal;
	}

/* 引用の設定 */
blockquote {
	width: 90%; /* 幅 */
	background-color: #ffffff; /* 背景色 */
	border: 1px dotted #cccccc; /* 枠の色と線種 */
	padding: 5px;
	margin: 10px;
	}

/* 記事中リンク設定 */
div.entry_body a:link, div.entry_body a:visited {
	color: #6699ff;
	}	
	
div.entry_body a:hover, div.entry_body a:active {
	color: #9999ff;
	text-decoration: underline;
	}

div.entry_body p.entry_more {
	padding: 15px 15px 15px 0px;
	margin: 0px;
	}
	
div.entry_body p.tag_lnk {
	margin: 0px;
	}
	
div.entry_body p.theme {
	margin: 15px 0px 0px;
	}

/* 記事フッター */
ul.entry_footer {
	text-align: right;
	font-size: 95%;
	color: #6699ff;
	padding: 20px 0px 10px 0px;
	margin-bottom: 15px;
	}

ul.entry_footer li {
	display: inline;
	list-style-type: none;
	}

/* clap + bookmark */
div.fc2_footer {
	margin-top: 10px;
	margin-bottom: 10px;
	}


/* ページ移動
------------------------------------------------------------ */
div.page_navi {
	text-align: center;
	font-size: 85%;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	}

div.page_navi2 {
	text-align: center;
	font-size: 85%;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 25px;
	}

/* ページトップ移動 */
div.pagetop {
	text-align: right;
	}


/* Entry (html tag)
------------------------------------------------------------ */
div.entry_body h2,
div.entry_body h3,
div.entry_body h4,
div.entry_body h5,
div.entry_body h6 {
	margin: 0em 0em 1em;
	}

div.entry_body p {
	margin: 0.5em 1.5em;
	}

div.entry_body ul,
div.entry_body ol {
	margin: 1em 0em 1em;
	}

div.entry_body ul li {
	list-style: disc outside;
	margin-left: 15px;
	}

div.entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
	}

div.entry_body dl {
	margin: 1em 1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 1em 1em 0em;
	}

div.entry_body dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}

div.entry_body dd {
	margin: 0em 1em 1em;
	}


/* コメント・トラバ・記事一覧共通設定
------------------------------------------------------------ */
/* 見出し */
p.sub_header {
	text-align: left;
	background-image: url(http://blog-imgs-29.fc2.com/t/e/m/templabo/mm2-7-3w.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 110%;
	font-weight: bold;
	color: #6699ff;
	letter-spacing: 0.1em;
	line-height: 140%;
	padding: 0px 0px 0px 20px;
	margin-bottom: 10px;
	}

/* タイトル */
h4.sub_title {
	background-image: url(http://blog-imgs-29.fc2.com/t/e/m/templabo/mm2-6-2w.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #0066ff; /* 文字色 */
	border-bottom:1px dotted #0066ff;
	padding:5px 0px 3px 18px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	}

/* コメント・トラバ・記事一覧表示部分 */
div.sub_body {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}


/* フッター */
ul.sub_footer {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
ul.sub_footer li {
	display: inline;
	list-style-type: none;
	}

dl.form {
	font-size: 85%;
	margin-right: 10px;
	margin-left: 10px;
	}

input#himitu {
	margin-right: 0.5em;
	border: none;
	background-color: #FFFFFF;
	}

p.form_btn {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	}

p.form_btn input {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #333333;
	border: 1px solid #e3dfc6;
	margin-right: 5px;
	}

p.trackback_url {
	padding-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	}

p.trackback_url input {
	width: 85%;
	background-color: #cccccc;
	font-size: 100%;
	line-height: 120%;
	border: 1px solid #d1e2ef;
	padding-bottom: 1px;
	margin-bottom: 1px;
	}


/* 全記事表示・検索結果表示の日付部分
------------------------------------------------------------ */
div.entry_body span.state {
	display: block;
	text-align: right;
	font-size: 95%;
	color: #666666;
	border-bottom: 1px solid #6699ff;
	padding: 2px 5px;
	}


/* 左プラグイン
------------------------------------------------------------ */
div.entry_body .plg_header,
div.entry_body .plg_body,
div.entry_body .plg_footer {
	margin-top: 3px;
	}


/* プラグイン設定
------------------------------------------------------------ */
#sidemenu {
	list-style-type: disc;
	list-style-position: outside;
	color:#36abce;
	margin-left: 15px;
	}

/* プラグイン表示部分 */
#sidemenu dl.sidemenu_body {
	color: #333333; 
	border-top: 1px solid #b0e0e6;
	border-right: 1px solid #b0e0e6;
	border-bottom: 1px solid #b0e0e6;
	border-left: 1px solid #b0e0e6;
/*
	border-top: 1px solid #ccffff;
	border-right: 1px solid #ccffff;
	border-bottom: 1px solid #ccffff;
	border-left: 1px solid #ccffff;
*/
	padding-left: 5px;
	margin-bottom: 15px;
	font-size: 95%;
	}

/* プラグインタイトル */
dl.sidemenu_body .plg_title {
	text-align: left;
	background-image: url(http://blog-imgs-29.fc2.com/t/e/m/templabo/mm2-6-5w.png);
	background-repeat: no-repeat;
	background-position: 1%;
	font-size : 100%;
	font-weight: bold;
	color: #6699ff;
	line-height: 120%;
	border-bottom: 1px solid #ccffff;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-bottom: 10px;
	}
	
dl.sidemenu_body .plg_header,
dl.sidemenu_body .plg_body,
dl.sidemenu_body .plg_footer {
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	}

dl.sidemenu_body .plg_body input {
	margin: 2px;
	}


/* プラグインカレンダー
------------------------------------------------------------ */
table.calender {
	width: 90%;
	text-align: center;
	color: #6699ff;
	border-collapse: separate; /* 値の入っていないセルも表示する */
	margin: 0 auto;
	}

table.calender caption {
	margin-bottom: 10px;
	text-align: center;
	margin: 0 auto;
	}

table.calender th {
	width: 20px;
	height: 25px;
	font-size: 10px;
	text-align: center;
	font-weight: nomal;
	}

table.calender td {
	width: 20px;
	height: 25px;
	text-align: center;
	}

table.calender td a {
	display: block;
	background-color: #cccccc;
	}

table.calender th#sun {
	color: #FF0000;
	}

table.calender th#sat {
	color: #0000FF;
	}


/* 著作権表示部分
------------------------------------------------------------ */
div#footer {
	text-align: center;
	font-size: 95%;
	color: #666666;
	padding: 10px 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	margin-top: 15px;
	}
	
html>div#footer {
	font-size: small;
	}

div#footer p {
	text-align: center;
	font-size: 90%;
	color: #666666;
	margin-bottom: 3px;
	}

div#footer address {
	font-style: normal;
	padding-bottom: 10px;
	}


br{
	letter-spacing: normal;
	}


* コード
------------------------------------------------------------ */
/* 記事中にプログラムコードなどを書く時に使います */
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;
	}