/* 画面全体 */
body {
/* ----------------------------------------------------- */
    background-color: #ffffff;           /* 画面背景の色 
*/
/* ----------------------------------------------------- */
    margin: 0;
}

/* サイト全体 */
.base_table {
/* ----------------------------------------------------- */
    width: 100%;                           /* サイトの幅 */
/* ----------------------------------------------------- */
    background-color: #ffffff;               /* 外枠の色 */
/* ----------------------------------------------------- */
    text-align: left;
    margin: 0;
}


/************************************** ▼ リンクの色 ▼ */
a:link { color: #4169E1; }
a:visited { color: #4169E1; }
a:hover { color: #4169E1; }
a:active { color: #4169E1; }
/************************************** ▲ リンクの色 ▲ */



/**************************** ▼ ヘッダー(タイトル部) ▼ */
/* ヘッダーレイアウト */
#header {
/* ----------------------------------------------------- */
    background-image: url(http://blog-imgs-40.fc2.com/u/2/f/u2fan/compU2.jpg);
height: 125px;              /* ヘッダー背景の色 */
/* ----------------------------------------------------- */
    text-align: left;
}
/* サイトタイトル */
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
/* ----------------------------------------------------- */
    color:#DC143C;                       /* タイトルの色 */
/* ----------------------------------------------------- */
    text-decoration:none;
}
h1 {
/* ----------------------------------------------------- */
    font-size: 1.5em;                /* タイトルの大きさ */
/* ----------------------------------------------------- */
    text-decoration:none;
    margin: 20px 30px 15px;
}
/* サブタイトル(サイト説明) */
h2 {
/* ----------------------------------------------------- */
    color: #555555;                  /* サブタイトルの色 */
/* ----------------------------------------------------- */
    font-size: 1em;              /* サブタイトルの大きさ */
/* ----------------------------------------------------- */
    font-weight: normal;
    margin: 5px 30px;
}
/**************************** ▲ ヘッダー(タイトル部) ▲ */



/****************** ▼▼ メインボディ(コンテンツ部) ▼▼ */
/* メインボディ */
#main_body {
/* ----------------------------------------------------- */
    background-color: #ffffff;         /* ボディ背景の色 */
/* ----------------------------------------------------- */
}

/****************** ▼ エントリーブロック(中央カラム) ▼ */
/* センターブロックレイアウト */
.center_block {
    width: 100%;
    text-align: left;
}
/* プラグインカテゴリ３タイトル */
.c3_title {
/* ----------------------------------------------------- */
    color:#DC143C;             /* カテゴリ３タイトルの色 */
/* ----------------------------------------------------- */
    background: #ffffff;       /* カテゴリ３タイトル背景 */
/* ----------------------------------------------------- */
    font-size: 1em;
    font-weight: bold;
    padding: 0.3em 1em;
    margin: 0;
}
/* プラグインカテゴリ３スタイル */
.c3_contents {
/* ----------------------------------------------------- */
    color: #555555;              /* カテゴリ３の文字の色 */
/* ----------------------------------------------------- */
    font-size: 0.9em;          /* カテゴリ３の文字の大きさ */
/* ----------------------------------------------------- */
    padding: 0 1em;
    line-height: 150%;
}
/* プラグインカテゴリ３の外枠 */
.c3_outline {
/* ----------------------------------------------------- */
    border: 1px #cccccc solid; /* レフトカラムの外枠の色 */
/* ----------------------------------------------------- */
    padding: 0;
}

/* エントリー（記事）タイトル */
h3 a:link,h3 a:visited,h3 a:active,h3 a:hover{
/* ----------------------------------------------------- */
    color:#DC143C;                   /* 記事タイトルの色 */
/* ----------------------------------------------------- */
    text-decoration:none;
}
h3 {
/* ----------------------------------------------------- */
    background: #ffffff;         /* 記事タイトル背景の色 */
/* ----------------------------------------------------- */
    border-left: #999999 10px solid;     /* 飾りの色(左) */
    border-right: #999999 1px solid;     /* 飾りの色(右) */
    border-bottom: #999999 1px solid;    /* 飾りの色(下) */
/* ----------------------------------------------------- */
    font-size: 1em;          /* 記事タイトル文字の大きさ */
/* ----------------------------------------------------- */
    text-decoration:none;
    padding: 0.3em 0.3em 0.3em 1em;
    margin: 0 0 1.5em 0;
}
/* エントリー(記事)スタイル */
.article {
/* ----------------------------------------------------- */
    color: #555555;        /* エントリー(記事)の文字の色 */
/* ----------------------------------------------------- */
    font-size: 1em;    /* エントリー(記事)の文字の大きさ */
/* ----------------------------------------------------- */
    padding: 0 1em;
    line-height: 150%;
}
/* エントリー(記事)ナビゲーション */
.bottom_navi {
    text-align: right;
    margin-bottom: 3em;
}
/* ページナビゲーション */
.page_navi {
    font-size: 1em;
    text-align: center;
    margin: 2em;
}
/****************** ▲ エントリーブロック(中央カラム) ▲ */



/************************** ▼ メニューブロック(共通) ▼ */
/* メニュータイトル */
.menu_title {
/* ----------------------------------------------------- */
    color:#555555;               /* メニュータイトルの色 */
/* ----------------------------------------------------- */
    background: #ffffff;         /* メニュータイトル背景 */
/* ----------------------------------------------------- */
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.3em 1em;
    margin: 0;
}

/* メニューコンテンツ */
.menu_cont {
/* ----------------------------------------------------- */
    color: #555555;      /* メニューコンテンツの文字の色 */
/* ----------------------------------------------------- */
    font-size: 0.8em;  /* メニューコンテンツの文字の大きさ */
/* ----------------------------------------------------- */
/*    border: 1px #ffffff solid;    コンテンツの外枠の色 */
/* ----------------------------------------------------- */
    margin: 0;
    padding: 0 1em;
    width: 100%;
}
/************************** ▲ メニューブロック(共通) ▲ */



/********************** ▼ レフトカラム(左側メニュー) ▼ */
/* レフトカラム(左側メニューカラム)の外枠 */
.left_outline {
/* ----------------------------------------------------- */
    border: 1px #cccccc solid; /* レフトカラムの外枠の色 */
/* ----------------------------------------------------- */
    padding: 0;
}
.left_width {
/* ----------------------------------------------------- */
    width: 10em;       /* レフトカラム(左側メニュー)の幅 */
/* ----------------------------------------------------- */
    border-color:#ffffff;  /* 背景と同じ色に設定して隠す */
    border-style:solid;
}
/********************** ▲ レフトカラム(左側メニュー) ▲ */



/********************** ▼ ライトカラム(右側メニュー) ▼ */
/* ライトカラム(右側メニューカラム)の外枠 */
.right_outline {
/* ----------------------------------------------------- */
    border: 1px #cccccc solid; /* ライトカラムの外枠の色 */
/* ----------------------------------------------------- */
    padding: 0;
}
.right_width {
/* ----------------------------------------------------- */
    width: 10em;       /* ライトカラム(右側メニュー)の幅 */
/* ----------------------------------------------------- */
    border-color:#ffffff;  /* 背景と同じ色に設定して隠す */
    border-style:solid;
}

/********************** ▲ ライトカラム(右側メニュー) ▲ */

/****************** ▲▲ メインボディ(コンテンツ部) ▲▲ */



/**************************************** ▼ フッター ▼ */
#footer {
/* ----------------------------------------------------- */
    background-color: #ffffff;     /* フッターの背景の色 */
/* ----------------------------------------------------- */
    color: #555555;                /* フッターの文字の色 */
/* ----------------------------------------------------- */
    font-size: 1em;
    padding: 5px;
    text-align: center;
    line-height: 150%;
}
#footer a{
/* ----------------------------------------------------- */
    color: #4169E1;              /* フッターのリンクの色 */
/* ----------------------------------------------------- */
}
/**************************************** ▲ フッター ▲ */



/* その他各種設定 */
p {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0 0 0 1em;
}
li {
    margin: 0 0 10px 0;
    padding: 0;
}

/* コメント入力文字サイズ */
textarea {
    font-size: 1em;
}

/* カレンダー */
.calender {
    color:#555555;
    font-size: 110%;
    margin: 1em 0.8em 0;
}
.calender td {
	text-align: center;
}
th#sun {
    color: #CC3300;
}
th#sat {
    color: #0066CC;
}

/* 画像 */
img {
    margin: 5px;
}

/* 絵文字 */
.emoji{
    margin: 0 1px;
}

/* "続きを読む"の罫線 */
.tuduki {
/* ----------------------------------------------------- */
    border-color:#555555;    /* 続きを読む」の境界線の色 */
/* ----------------------------------------------------- */
    border-width:1px;
    border-style:dashed;
}

/*********************************************************/
/* 好きなだけカスタマイズしてください。二次配布もＯＫです*/
/* でも私のサイトへのリンクは消さないでください。        */
/* 何か解からないことがあれば何でも聞いてください。      */
/*                           FC2ブログのテンプレート工房 */
/* [standard_ver.05]    (http://10plate.blog44.fc2.com/) */
/*********************************************************/