/*
ダウンロードありがとう御座います。
作者のタイラーです。
http://tylor.blog96.fc2.com/blog-entry-5.html

○カスタマイズは基本的に自由です。
○アダルト、宗教、違法サイトでの利用は禁止です。
○再配布は禁止です。

○カラムの変更方法
　「プラグインカテゴリ１」は左サイドに表示されます。
　「プラグインカテゴリ２」は右サイドに表示されます。
　「プラグインカテゴリ３」は中央下段に表示されます。
　基本的に３カラムですが、
　プラグインカテゴリ１または２を削除すると、
　自動的に２カラムになります。

○横幅の変更方法
　中央の横幅は　　「td#c_column」　　　　　　　 「width」の数値
　左サイドの横幅は「td#l_column .sidemenu_body」「width」の数値
　右サイドの横幅は「td#r_column .sidemenu_body」「width」の数値
　を変更すると自動的に調整されます。

○コメントの編集方法
　必要ない項目を簡単に消せます。
　編集はhtmlを「掲示板」で検索して下さい。

○ピックアップ
　中央上段に表示スペースを設けています。
　アフェリエイトなどにご利用下さい。
　編集はhtmlを「ピックアップ」で検索して下さい。

○記事下スペース
　記事下に共通で表示するスペースを設けています。
　アフェリエイトなどにご利用下さい。
　編集はhtmlを「記事下スペース」で検索して下さい。
*/

@charset "EUC-JP";

/* 全体的な設定 -------------------------- */

/* 全体的な初期化 */
*{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}
body{
	color:#333333;
	background:#ffffff;
	text-align:center;
	line-height:1.1em;
	font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	font-family:verdana,"ＭＳ Ｐゴシック",osaka,sans-serif;
}
html>body{
	font-size:small;
}
textarea{
	width:280px;
}

/* 絵文字 */
.emoji{
	vertical-align:middle;
	border:0;
}

/* リンクの設定 -------------------------- */

/* リンクの設定 */
a{
	text-decoration:none;
}
a:link{
	color:#3333ff;
}
a:visited{
	color:#871087;
}
a:hover{
	text-decoration:underline;
}
a:active{
	color:#ff0000;
	text-decoration:underline;
}
a img{
	border-style:none;
	border-width:0;
	text-decoration:none;
}

/* 強調の設定 ---------------------------- */

/* 強調 */
em{
	font-style:italic;
}

/* より強い強調 */
strong{
	font-weight:bold;
}

/* リストの設定 -------------------------- */

/* リスト・要素 */
ul, ol, li, dl, dt, dd{
	list-style:none;
}

/* 引用の設定 ---------------------------- */
blockquote{
	width:auto;
	margin:10px 20px;
	padding:0.5em;
	border:2px solid #D9DEE1;
}

/* コード -------------------------------- */
div.main_body pre{
	margin:1em auto;
	padding:0.5em;
	border:1px dotted #D9DEE1;
	font-family:sans-serif;
	overflow:auto;
	width:90%;
}
/* for without MacIE5 \*/
div.main_body pre{
	overflow:scroll;
}/* */
div.main_body > pre{
	width:auto;
}
div.main_body code{
	font-family:monospace;
}

/* レイアウト用ブロックの設定 ------------ */
table#bone{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* ヘッダー */
td#header{
	padding-top:8px;
}

/* メイン */
td.main{
	padding:5px 0 0 0;
}

/* 左カラム */
td#l_column{
	background-color:#ffffff;
}
td#l_column .sidemenu_body{
	width:195px;			/* 左サイドの横幅 */
	margin-right:5px;
	overflow:hidden;
}

/* 中央カラム */
td#c_column{
	width:400px;			/* 中央の横幅 */
	voice-family:"\"}\"";
	voice-family:inherit;
	overflow:hidden;
	background-color:#ffffff;
}

/* 右カラム */
td#r_column{
	background-color:#ffffff;
}
td#r_column .sidemenu_body{
	width:195px;			/* 右サイドの横幅 */
	margin-left:5px;
	overflow:hidden;
}

/* フッター */
td#footer{
	overflow:hidden;
}

/* タイトル・サイトの説明の設定 ------ */

/* タイトル */
td#header #blog_name{
	padding:0 0 0 8px;
	voice-family:"\"}\"";
	voice-family:inherit;
	display:inline;
	line-height:1em;
	font-size:x-large;
}

td#header a{
	voice-family:"\"}\"";
	voice-family:inherit;
	color:#ffffff;
	text-decoration:none;
	font-size:x-large;
	font-weight:bold;
}
html>body td#header a{
	font-size:x-large;
}
td#header a:link{
	color:#ffffff;
	text-decoration:none;
}
td#header a:visited{
	color:#ffffff;
	text-decoration:none;
}
td#header a:hover{
	color:#ffffff;
	text-decoration:none;
}
td#header a:active{
	color:#ffffff;
	text-decoration:none;
}

/* サイ卜の説明 */
td#header p{
	padding:0.2em 0 0.2em 10px;
	margin-bottom:10px;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	color:#ffffff;
	display:inline;
	line-height:1em;
}
html>body td#header p{
	font-size:small;
}
td#header h2{
	padding:0.2em 0 0.2em 10px;
	margin-bottom:10px;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	color:#ffffff;
	display:inline;
	line-height:1em;
}
html>body td#header h2{
	font-size:small;
}

/* blog_contentの設定 -------------------- */

/* ページ移動用ナビゲーション */
p.prev-next-navi{
	margin-bottom:20px;
	text-align:center;
}

/* 各記事毎のブロック */
div.main_body{
	margin-bottom:5px;
}

/* 記事のタイトル */
div.main_body .entry_header{
	line-height:normal;
	margin:0 0 0 8px;
	padding:0;
	font-size:small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	color:#ffffff;
}
div.main_body .entry_header a{
	color:#ffffff;
}
div.main_body .entry_header a:link{
	color:#ffffff;
}
div.main_body .entry_header a:visited{
	color:#ffffff;
}
div.main_body .entry_header a:hover{
	color:#ffffff;
}
div.main_body .entry_header a:active{
	color:#ffffff;
}
html>body div.main_body .entry_header{
	font-size:small;
}

/* 段落の設定 */
div.main_body p{
	margin:1em 0;
}

/* 記事本体 */
div.entry_body{
	padding:10px 0 0 0;
	margin:0px 10px 0 10px;
}

/* 追記 */
div.entry_body p.entry_more{
	margin:0;
	padding:1em 0 0 0;
}

div.entry_body div#more{
	margin-top:1em;
}

div.fc2_footer{
	margin-top:10px;
}

/* フッター（ｺﾒﾝﾄやﾄﾗｯｸﾊﾞｯｸなど） */
div.main_body div.entry_footer{
	padding:10px 10px 2px 0;
	margin:0;
	list-style-position:inside;
	text-align:right;
	font-size:x-small;
}
html>body div.main_body div.entry_footer{
	font-size:x-small;
}

div.main_body ul.entry_footer li{
	list-style-type:none;
}

div.fc2_footer{
	margin-top:10px;
}

/* 全記事表示・検索結果表示の時の日付 */
div.entry_body span.state{
	font-size:90%;
}

/* コメント・トラックバックの見出し */
p.sub_header{
	margin:0 0 0 8px;
	font-size:small;	
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	letter-spacing:1px;
	color:#ffffff;
	line-height:normal;
}

/* 検索結果・一覧ページのサブタイトル */
p.sub_header2{
	margin:0 0 0 8px;
	font-size:small;	
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	letter-spacing:1px;
	color:#ffffff;
	line-height:normal;
}

/* コメント・トラックバックのタイトル */
div.main_body p.sub_title{
	margin:0 10px 3px 10px;
	padding:10px 0 2px 0;
	font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	border-bottom:1px solid #4c4c4c;
	overflow:hidden;
}
html>body div.main_body h3{
	font-size:small;
}

/* ページ移動用ナビゲーション */
p.page_navi{
	margin-bottom:9px;
	text-align:center;
}
/* ページトップへのリンク */
div.pagetop{
	text-align:right;
	padding-bottom:2px;
}

/* 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 0.5em;
}
div.entry_body p{
	margin:0.3em 1em;
}
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;
}

/* コメントの設定 -------------------- */

/* コメントフォーム */
div#blog_content form{
	padding:0 10px;
}

/* コメントフォームのボタン */
form#comment_form td p.form_btn{
	padding:10px 0;
}

/* コメント本文 */
div.comment_body{
	padding:0 10px 2px 10px;
	overflow:hidden;
}

/* コメントフッター */
ul.comment_footer{
	padding:1px 10px 10px 10px;
	font-size:x-small;
}
html>body ul.comment_footer{
	font-size:x-small;
}

ul.comment_footer li{
	display:inline;
	list-style-type:none;
}

/* トラックバックの設定 -------------- */

/* トラックバックURI */
p.trackback_uri{
	margin-bottom:15px;
	padding:10px;
}

/* トラックバックURLフォーム */
p.trackback_uri input{
	width:300px;
}

/* トラックバック先の概要 */
div.trackback_excerpt{
	padding:0 10px;
	background:transparent;
}

/* トラックバックフッター */
ul.trackback_footer{
	padding:3px 10px 10px 10px;
	font-size:x-small;
	color:#b3673b;
}
html>body ul.trackback_footer{
	font-size:x-small;
}

ul.trackback_footer li{
	display:inline;
	list-style-type:none;
}

/* プラグイン1と2 -------------------- */
div.sidemenu_body{
	margin-bottom:5px;
}
div.sidemenu_body .plg_title{
	margin:0 0 0 8px;
	font-size:small;
	voice-family:"\"}\"";
	voice-family:inherit;
	color:#ffffff;
	letter-spacing:0;
	line-height:normal;
}
html>div.sidemenu_body .plg_title{
	font-size:small;
}
div.sidemenu_body .plg_header,
div.sidemenu_body .plg_body,
div.sidemenu_body .plg_footer{
	padding:5px 10px 2px;
}

/* プラグイン3 ----------------------- */
div.plugin{
	margin-bottom:0px;
}
div.plugin .plg_title{
	margin:0 0 0 8px;
	font-size:small;
	voice-family:"\"}\"";
	voice-family:inherit;
	color:#ffffff;
	letter-spacing:0;
	line-height:normal;
}
html>div.plugin .plg_title{
	font-size:small;
}
div.plugin .plg_header,
div.plugin .plg_body,
div.plugin .plg_footer{
	padding:5px 10px 2px;
}

/* カレンダーの設定 ------------------ */

/* カレンダー表示用のテーブル設定 */
table.calender{
	width:100%;
	border-collapse:collapse;
	font-size:xx-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:x-small;
}
html>table.calender{
	font-size:x-small;
}

/* カレンダー見出 */
.calender caption{
	margin-bottom:10px;
}

/* カレンダーのセル見出し（曜日） */
.calender th{
	padding:0.1em;
	border-bottom:1px dotted #fff;
	text-align:center;
}

/* カレンダーのセル（日付） */
.calender td{
	padding:0.1em;
	border-bottom:1px dotted #fff;
	text-align:center; color:#79665E;
}

/* カレンダーリンク（書いた日） */
.calender td a{
	display:block;
	background:#fff;
}

/* 日曜日 */
th#sun{
	color:#A65676;
}

/* 土曜日 */
th#sat{
	color:#5A798B;
}

/* Piyo(Plugin) ---------------------- */
div.tab{
	text-align:left;
	margin-bottom:10px;
}
div.tab input.b1{
	margin-right:5px;
}
div.mylog{
	padding:5px 0;
	text-align:left;
}
div.mylog p.title{
	display:none;
}
div.mylog dl{
	margin:0;
	padding:0;
}
div.mylog dt.day{
	color:#4A80BF;
	margin:0;
	padding:0 0 5px;
	text-align:left;
	font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:x-small;
}
html>div.mylog dt.day{
	font-size:x-small;
}
div.mylog dt.day img{
	vertical-align:middle;
}
div.mylog dd.piyolog{
	margin:0 0 5px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	padding:0 0 10px;
}
div.mylog dd.piyolog img{
	vertical-align:middle;
}
div.license{
	text-align:right;
	font-size:xx-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:x-small;
}
html>div.license{
	font-size:x-small;
}
p#onapi{
	padding:0 0 5px;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:x-small;
}

/* フッターの設定 -------------------- */
td#footer div{
	border-top:1px solid #4c4c4c;
	margin:4px 0 0 0;
	padding:10px;
	text-align:center;
}
td#footer a{
	color:#333333;
	text-decoration:none;
}
td#footer a:link{
	color:#333333;
}
td#footer a:visited{
	color:#333333;
}
td#footer a:hover{
	color:#333333;
}
td#footer a:active{
	color:#333333;
}

/* 装飾用のブロック ------------- */
.header_left{
	margin:0 16px 0 0;
	height:71px;
	background-image: url(http://blog-imgs-21.fc2.com/t/y/l/tylor/ash1_header.gif);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}

.header_right{
	margin:0;
	padding:0 16px 0 0;
	height:71px;
	background-image: url(http://blog-imgs-21.fc2.com/t/y/l/tylor/ash1_header.gif);
	background-repeat:no-repeat;
	background-position:right top;
	overflow:hidden;
}

.up_left{
	margin:0 16px 0 0;
	height:24px;
	background-image: url(http://blog-imgs-21.fc2.com/t/y/l/tylor/ash1_box_up_down.gif);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}

.up_right{
	margin:0;
	height:24px;
	background-image: url(http://blog-imgs-21.fc2.com/t/y/l/tylor/ash1_box_up_down.gif);
	background-repeat:no-repeat;
	background-position:right top;
	overflow:hidden;
}

.middle_left{
	margin:0 16px 0 0;
	background-image: url(http://blog-imgs-21.fc2.com/t/y/l/tylor/ash1_box_middle.gif);
	background-repeat:repeat-y;
	background-position:left center;
}

.middle_right{
	margin:0;
	background-image: url(http://blog-imgs-21.fc2.com/t/y/l/tylor/ash1_box_middle.gif);
	background-repeat:repeat-y;
	background-position:right center;
}

.down_left{
	margin:0 16px 0 0;
	height:16px;
	background-image: url(http://blog-imgs-21.fc2.com/t/y/l/tylor/ash1_box_up_down.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.down_right{
	margin:0;
	height:16px;
	background-image: url(http://blog-imgs-21.fc2.com/t/y/l/tylor/ash1_box_up_down.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}


/* Mac版IE・文字化け対策 ------------- */
textarea,input,select{
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro", "Osaka","Helvetica","Arial","Verdana",sans-serif;
}
/*
textarea,input,select{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro", "Osaka","Helvetica","Arial","Verdana","ＭＳ Ｐゴシック",sans-serif;
}
*/