<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ---------------------------------------
▼画面全体
---------------------------------------- */
/* 初期化 */
* {
word-break:break-all;
margin:0;
padding:0;
}

body {
text-align:center; 
color:#333333; 
background-color: #fff; 
line-height:130%;
font-size:12px;
font-family:'ＭＳ Ｐゴシック',Osaka,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro'; 
margin:0;
padding:0;
}

/* ---------------------------------------
▼各部の幅
---------------------------------------- */
/* 全体のレイアウト */
#layout {
width:780px; 
background-color: #fff;
margin:0 auto; 
text-align:left; 
}

#contents {
	width: 780px;
	overflow: hidden;
}

/* メニュー */
#menu_block{
float:left; 
width:215px; 
overflow:hidden; 
margin:10px 0;
padding:0;
}

/* メイン囲み */
#main {
float:right; 
width:530px;
}

/* ---------------------------------------
▼ヘッダー
---------------------------------------- */
#header {
width:780px; 
height:240px; 
background-image:url(http://blog-imgs-32.fc2.com/m/e/e/meecoro/c-top.jpg); 
background-repeat:no-repeat; 
}

/* ブログタイトル */
#header h1 {
font-size:18px; 
font-weight:bolder;
color:#6A3137; 
line-height:1.4; 
padding:85px 0px 5px 20px; 
}

/* ブログ説明 */
.intro {
width: 280px;
font-size:12px; 
color:#333333; 
font-weight:normal; 
line-height:140%; 
padding-left:20px; 
}

/* ---------------------------------------
▼LINK
---------------------------------------- */
/* 全体のリンク */
/* 未閲覧 */
a:link {
color:#666666; 
text-decoration:none;
}
/* 閲覧済 */
a:visited {
color:#666666; 
text-decoration:none;
}
/* マウスが乗った時 */
a:hover {
color:#517700; 
text-decoration:underline;
}
/* クリックした時 */
a:active {
color:#517700; 
text-decoration:underline;
}

/* ブログタイトルのリンク設定 */
#header h1 a:link, #header h1 a:visited {
color:#FE8921; 
text-decoration: none;
}
/* マウスが乗った時 */
#header h1 a:hover {
color:#FE8921; 
text-decoration: underline;
}

/* 記事タイトルのリンク設定 */
h2 a:link, h2 a:visited {
color:#333333;
text-decoration:none;
}
/* マウスが乗った時 */
h2 a:hover {
color:#666666; 
text-decoration:none;
}

/* メニューのリンク設定 */
/* 未閲覧 */
.menu_body a:link {
color:#666666; 
text-decoration: none;
}
/* 閲覧済 */
.menu_body a:visited {
color:#666666;
text-decoration:none;
}
/* マウスが乗った時 */
.menu_body a:hover {
color:#517700;
text-decoration:underline;
}
/* アクティブ中 */
.menu_body a:active {
color:#517700;
text-decoration:underline;
}

/* フッターのリンク */
#footer a:link, #footer a:visited {
color:#666666;
text-decoration:none;
}
/* マウスが乗った時 */
#footer a:hover {
color:#666666; 
text-decoration:underline;
}

/* ---------------------------------------
▼横カレンダー
---------------------------------------- */
.yoko_calender {
text-align:center; 
font-family:Arial,Helvetica; 
font-size:12px; 
line-height: 30px;
color:#fff; 
height: 30px;
background:url(http://blog-imgs-32.fc2.com/m/e/e/meecoro/c-cle.jpg); 
}

.day {
margin:0 2px; 
}

/* 横カレンダーのリンク */
.yoko_calender a:link, .yoko_calender a:visited {
color:#fff;
text-decoration:underline;
}
/* カーソルを乗せた時 */
.yoko_calender a:hover {
color:#fff;
text-decoration:none;
}
/* アクティブ中 */
.yoko_calender a:active {
color:#fff;
text-decoration:none;
}



/* ---------------------------------------
▼プラグインカレンダー
---------------------------------------- */
table.calender {
width:96%; 
text-align:center; 
font-size:12px; 
font-family:Arial,Helvetica; 
border-collapse:separate;
}

.calender caption, th, td {
font-weight:normal;
padding:2px;
}

/* 月表示見出し */
.calender caption {
text-align:center;
border-bottom:1px dotted #999; 
}
caption a {
font-weight:bold; 
}

/* 曜日・日付けセル */
.calender th, .calender td{
text-align:center; 
font-size:11px; 
line-height:130%; 
padding:0;
}

/* 記事を書いた日のリンク */
.calender td a:link, .calender td a:visited {
text-decoration: underline;
font-weight:bold; 
display:block;
}
/* マウスが乗った時 */
.calender td a:hover {
text-decoration:none;
}

/* 土曜日の色 */
th#sat {
color:#00f;
}
/* 日曜日の色 */
th#sun {
color:#c00;
}

/* ---------------------------------------
▼メイン
---------------------------------------- */
/* エントリー（記事）囲み */
.entry_block {
border: 1px solid #cccccc;
margin:30px 0 25px;
width:528px;
}

/* プラグイン3タイトル */
.p3_title {
text-align:left;
font-size:14px; 
color:#86BC12; 
font-weight:bold; 
background:url(http://blog-imgs-32.fc2.com/m/e/e/meecoro/c-bg_title.gif) no-repeat left; 
margin:20px 25px 10px 25px;
padding-left: 23px;
}

/* 記事日付 */
.entry_day {
text-align:right;
font-size:13px; 
padding:10px 25px 0 0;
}

/* 記事タイトル */
.entry_title {
text-align:left; 
font-size:14px; 
font-weight:bold; 
color: #86BC12; 
background:url(http://blog-imgs-32.fc2.com/m/e/e/meecoro/c-bg_title.gif) no-repeat left; 
margin:0;
margin:5px 25px 10px 25px;
padding:5px 25px 5px 25px;
}

/* 記事本文 */
.entry_body {
text-align:left; 
font-size:12px; 
color:#333; 
line-height:1.7; 
margin:0;
padding:10px 30px;
}

/* 続きを読む */
.more {
text-align:left; 
font-size:12px;
line-height:120%; 
color:#436200; 
margin:0;
padding:10px 5px 5px;
}

/* 記事の投稿先テーマ・ジャンル */
.entry_body p.theme {
margin-top:10px;
}

/* 記事中に使われたタグのリンクリスト */
.entry_body p.tag_lnk {
margin-top:10px;
}

/* 記事下データ */
.entry_state {
text-align:right; 
font-size:12px;
color:#666; 
line-height:120%; 
margin:0;
padding:10px 20px 10px;
}

/* ---------------------------------------
▼全記事リスト
---------------------------------------- */
/* 全記事リスト */
.all_body {
text-align:left;
font-size:12px; 
color:#666; 
line-height:140%; 
margin:0;
padding:5px 20px;
}

.all_bottom {
text-align:right;
font-size:12px;
color:#666;
border-top:1px dotted #999; 
padding:2px 5px;
margin:0 10px;
}

/* ---------------------------------------
▼ナビゲーション
---------------------------------------- */
/* 記事移動 */
.navi {
text-align:center;
font-size:12px;
color:#999; 
line-height:130%; 
margin:15px 0;
padding:10px;
}

/* ページ移動 */
.pnavi {
text-align:center;
font-size:13px; 
color:#999; 
line-height:120%; 
margin:15px 0;
padding:10px;
}

/* 頁TOPへのリンク */
.ptop {
text-align:right; 
font-size:12px; 
color:#666; 
margin:0;
padding:5px 25px;
}

/* ---------------------------------------
▼コメント・トラックバック
---------------------------------------- */
/* コメント・トラックバックの共通ナビ */
.ct_navi {
text-align:left; 
font-size:12px;
color:#666; 
font-weight:bold; 
border-bottom:1px dotted #999; 
margin:10px 25px 0;
padding:1px 2px 1px 13px;
}

/* コメント・トラックバックの共通タイトル */
.ct_title {
text-align:left; 
font-size:12px; 
color:#333;
font-weight:bold; 
margin:0;
padding:10px 20px;
}

/* コメント本文 */
.comment_body {
text-align:left; 
font-size:12px; 
color:#555;
line-height:1.6;
margin:0;
padding:5px 30px;
}

/* コメント日付 */
.comment_date {
text-align:right; 
font-size:12px; 
color:#666;
border-bottom:1px dotted #999; 
margin:0;
padding:10px 10px 5px;
}

/* トラックバック日付 */
.tra_date {
text-align:right; 
font-size:11px; 
color:#666; 
margin:0;
padding:5px 25px 15px;
}
/* トラックバックアドレス */
.tra_url {
text-align:left; 
margin:0;
padding:5px 25px;
}

/* ---------------------------------------
▼フォーム
---------------------------------------- */
/* テキストエリア・フォーム等全般 */
INPUT,SELECT,TEXTAREA {
color:#666; 
font-size:12px; 
font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif; 
background-color:#fff;
border:1px solid #ccc;
padding:1px;
margin:3px 0;
}

.c_table {
text-align:left;
font-size:12px; 
}

/* 投稿フォーム */
.form {
padding:0;
margin:0;
}

/* 名前・タイトル・URL・メール記入箇所 */
.form_text {
width:250px !important;
}
/* コメント記入箇所 */
.form_textarea {
width:290px !important;
}
/* 送信ボタン */
.form_button{
width:40px !important;
}

/* ---------------------------------------
▼サイドメニュー（プラグイン1、2）
---------------------------------------- */
/* メニュー内枠 */
.menu_naka {
margin:0;
padding:5px 0 15px;
}

/* メニュー中味 */
.menu_body {
text-align:left; 
background-color:#fff;
margin-bottom:15px;
padding:2px 0;
}

/* メニュータイトル */
.menu_title {
text-align:left; 
font-size:12px; 
color:#86BC12; 
font-weight:bold; 
border-left: 4px solid #86BC12;
border-bottom: 1px solid #86BC12;
margin:10px 7px 5px;
padding:1px 2px 1px 8px;
}

/* メニュー字 */
.menu_text {
text-align:left; 
font-size:12px; 
color:#666; 
line-height:140%;
padding:5px 5px 5px 10px;
}
.menu_text p{
text-align:left; 
font-size:12px; 
color: #666; 
line-height:140%;
margin:0;
padding-left:10px;
}

/* メニューリスト */
/* リスト親要素 */
.menu_body ul {
text-align:left; 
line-height:120%;
text-decoration:none;
list-style-type:none; 
margin:0 0 0 2px;
padding:0 0 0 10px;
font-size:12px; 
}

/* メニューリスト子要素 */
.menu_body li {
text-align:left; 
text-decoration:none;
font-size:12px; 
line-height:120%;
margin-bottom: 5px;
padding:0;
}

/* ---------------------------------------
▼フッター
---------------------------------------- */
#footer {
text-align:right; 
font-size:12px;
color:#666;
line-height:130%;
border-top:2px dotted #ccc;
padding:5px 0;
margin:0;
clear:both; 
}

/* ---------------------------------------
▼その他
---------------------------------------- */
/* 引用文 */
blockquote {
text-align:left; 
font-size:12px; 
color:#666; 
background-color:#EFEFEF; 
border:2px dashed #fff;
margin:5px 10px;
padding:5px 10px;
}

/* リスト */
ul {
text-align:left;
margin-left:15px;
padding:0;
}
ol {
text-align:left;
margin-left:25px;
padding:0;
}


/* 画像全般 */
img {
border:none;
border-width:0;
padding:0;
margin:0;
text-decoration:none;
}

/* 絵文字 */
.emoji {
float:none;
vertical-align:middle;
border:none;
padding:0;
margin:0;
}

/* 強調 */
strong, b {
font-weight:bold;
}
/* 斜体 */
em, i {
font-style:italic;
}
/* 打ち消し線 */
s {
text-decoration:line-through;
}
/* 下線 */
u {
text-decoration:underline;
} 

/* プロフィール位置 */
.pay {
text-align:center;
margin:10px 0;
}

/* コード */
div.section pre {
margin:1em auto;
padding:0.5em;
border:1px solid #633;
font-family:sans-serif;
overflow:auto;
width:90%; 
}


/* IEのバグ回避用 */
br {
letter-spacing:normal;
}</pre></body></html>