body { 
text-align:center;
line-height:1.3;
margin:0;
padding:0;
background-image: url(https://blog-imgs-118-origin.fc2.com/a/y/u/ayuming64/te50.png);  /* 外側背景色 */
} 
#outline { 
background-image: url(https://blog-imgs-118-origin.fc2.com/a/y/u/ayuming64/te50.png);                     /* サイト背景色 */
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1200px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:610px;                                          /* 中央 */
float:right; 
} 
#left { 
width:280px;                                            /* 左 */
float:left; 
} 
#right { 
width:285px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:900px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#647BEA; text-decoration:none;}      /* 通常 */
a:active  {color:#647BEA; text-decoration:none;}      /*実行中*/
a:visited {color:#647BEA; text-decoration:none;}      /*訪問済*/
a:hover   {color:#A8CACA; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:0px solid #6EBEB3;                     /* 外枠の色     */
border-bottom:#2A5663 0px solid;              /* 飾り線(下)   */
margin-bottom:0px;                           /* ヘッダ下間隔 */
}
#header_body { 
background-image: url(https://blog-imgs-118-origin.fc2.com/a/y/u/ayuming64/puutop20182.png);                     /* 背景色       */
border:0px solid #6EBEB3;                     /* 内枠の色     */
height: 460px; /* 画像の高さ */
background-repeat: no-repeat; /* 画像の並べ方 */
background-position: center; /* 表示位置 */
}

/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:18pt;                                 /* 文字サイズ */
text-shadow: 2px 2px 2px #128253,
    -2px 2px 2px #128253,
    2px -2px 2px #128253,
    -2px -2px 2px #128253;



font-weight: normal;
text-align:left;                                /* 左寄せ     */
margin:-32px 10px; 
padding:320px 0px 30px 0px;
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#fcfffd; text-decoration:none; } /* 通常 */
h1 a:active  { color:#fcfffd; text-decoration:none; } /*実行中*/
h1 a:visited { color:#fcfffd; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#7C97AD; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:3pt;                                 /* 文字サイズ */
color:#0D162B;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 30px 10px; 
padding:0px 0px 20px 0px;
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#89AFA3 0px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:15px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:11pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#FFFFFF;          /* 背景色    (記事タイトル)*/
text-shadow: 2px 2px 2px #b1c8ce,
    -2px 2px 2px #b1c8ce,
    2px -2px 2px #b1c8ce,
    -2px -2px 2px #b1c8ce;
  

text-align:left;                   /* 左寄せ    (記事タイトル)*/
border-bottom:#89AFA3 0px solid;   /* 飾り線(下)(記事タイトル)*/
padding:8px 10px 8px 10px;
margin:0;
} 
                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#2d2c2c; text-decoration:none; } /* 通常 */
h2 a:active  { color:#2d2c2c; text-decoration:none; } /*実行中*/
h2 a:visited { color:#2d2c2c; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#B46565; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
border-top:#89AFA3 1px solid;         /* 飾り線 */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 20px; 
margin-bottom:20px; /* 記事末尾の間隔調整 */
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
margin:0px 10px 10px; 
} 
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
border-top:   #89AFA3 0px solid;                /* 個別枠(上) */
border-right: #89AFA3 0px solid;                /* 個別枠(右) */
border-bottom:#468964 0px solid;                /* 個別枠(下) */
border-left:  #FAF6D0 0px solid;                /* 個別枠(左) */
} 
.plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */

color:#002C4C;                        /* 文字色    (タイトル) */
text-shadow: 2px 2px 2px #b1c8ce,
    -2px 2px 2px #b1c8ce,
    2px -2px 2px #b1c8ce,
    -2px -2px 2px #b1c8ce;
background-color:#FFFFFF;             /* 背景色    (タイトル) */
border-bottom:#89AFA3 1px solid;      /* 飾り線(下)(タイトル) */
padding:8px 10px 8px 30px; 
} 
.plugin1_body { 
font-size:9pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#cccccc 0px solid;             /* 飾り線(上)(本体) */
padding:5px 5px 10px 5px; 
line-height:1;
} 
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
border-top:   #89AFA3 0px solid;                /* 個別枠(上) */
border-right: #FAF6D0 0px solid;                /* 個別枠(右) */
border-bottom:#468964 0px solid;                /* 個別枠(下) */
border-left:  #89AFA3 0px solid;                /* 個別枠(左) */
} 
.plugin2_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */

color:#002C4C;                        /* 文字色    (タイトル) */
text-shadow: 2px 2px 2px #b1c8ce,
    -2px 2px 2px #b1c8ce,
    2px -2px 2px #b1c8ce,
    -2px -2px 2px #b1c8ce;
background-color:#FFFFFF;             /* 背景色    (タイトル) */
border-bottom:#89AFA3 1px solid;      /* 飾り線(下)(タイトル) */
padding:8px 10px 8px 30px; 

} 
.plugin2_body { 
font-size:9pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#cccccc 0px solid;             /* 飾り線(上)(本体) */
padding:5px 5px 10px 5px; 
line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #B2D3BE 0px solid;                /* 個別枠(上) */
border-right: #B2D3BE 0px solid;                /* 個別枠(右) */
border-bottom:#B2D3BE 0px solid;                /* 個別枠(下) */
border-left:  #B2D3BE 0px solid;                /* 個別枠(左) */
margin-bottom:12px;
} 
.plugin3_title { 
font-size:12pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#002C4C;                        /* 文字色    (タイトル) */
text-shadow: 2px 2px 2px #e7f8f0,
    -2px 2px 2px #e7f8f0,
    2px -2px 2px #e7f8f0,
    -2px -2px 2px #e7f8f0;


background-color:#ffffff;             /* 背景色    (タイトル) */
border-bottom:#34a8ff 0px solid;      /* 飾り線(下)(タイトル) */

padding:25px 0px 0px 0px;
} 
.plugin3_body { 
font-size:9pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#cccccc 0px solid;             /* 飾り線(上)(本体) */
padding:5px 20px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#315a49 1px solid;           /* 外枠の/色太さ/実線     */
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:10px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:11pt;                       /* 文字サイズ(タイトル) */
color:#333333;                        /* 文字色    (タイトル) */
font-weight:normal;                     /* 太字      (タイトル) */
background-color:#ffffff;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-bottom:#315a49 0px solid;      /* 飾り線(下)(タイトル) */
padding:8px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#333333;                    /* 文字色    (コメント本文) */
border-top:#315a49 1px dotted;     /* 飾り線(下)(コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}

/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 90%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#000000 1px solid;             /* 外枠の/色太さ/実線   */
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:11pt;                 /*文字サイズ(ブロックタイトル)*/
color:#002C4C;                  /*文字色    (ブロックタイトル)*/
font-weight:normal;               /*太字      (ブロックタイトル)*/
background-image: url(https://blog-imgs-92-origin.fc2.com/a/y/u/ayuming64/t09.gif);       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border-bottom:#666666 1px solid;/*飾り線(下)(ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#000000;                    /* 文字色    (ブロック本文) */
border-top:#cccccc 1px solid;     /* 飾り線(上)(ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#000000;                    /* 文字色    (個別タイトル) */
font-weight:normal;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#000000;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#dddddd 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border:#002C4C 0px solid;               /* 外枠の色/太さ/実線 */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#002C4C;                        /* 文字色    (タイトル) */
font-weight:normal;                     /* 太字      (タイトル) */
background-image: url(https://blog-imgs-92-origin.fc2.com/a/y/u/ayuming64/t09.gif);             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-bottom:#002C4C 0px solid;      /* 飾り線    (タイトル) */
 
margin:0; 
padding:8px 5px 8px 5px;

}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#002C4C 0px solid;             /* 飾り線    (本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:0px 20px;
padding:20px 5px 8px 5px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:0px solid #6EBEB3;                       /* 外枠の色   */
background-image: url(https://blog-imgs-118-origin.fc2.com/a/y/u/ayuming64/te50.png);                       /* 背景色     */
border-top: #315a49 0px solid;                  /* 飾り線(上) */
background-repeat: repeat; /* 画像の並べ方 */
background-position: left; /* 表示位置 */

}
#footer_body { 
font-size:8pt;                                  /* 文字サイズ */
color:#333333;                                  /* 文字色     */
border:0px solid #6EBEB3;                       /* 内枠の色   */


padding:30px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#333333; }     /* 通常         */
#footer_body a:active  { color:#333333; }     /* 実行中       */
#footer_body a:visited { color:#333333; }     /* 訪問済み     */
#footer_body a:hover   { color:#333333; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender td { text-align: center; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }


/*** その他 ***/
p { margin: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:20px; margin-bottom:3px; } 
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 
.readmore { margin-top: 10px; } 
.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:9pt; }

/* カレンダーの中央寄せ */
.calender{
margin-left: auto;
margin-right: auto;
} 

/* 引用部分 */
blockquote {
margin:2px;
padding:5px;
background:#f0f0f0; /* 背景 */
border:#cccccc 1px solid; /* 枠線 */
border-left:#cccccc 5px solid; /* 枠線(左) */
}

/* ブックマーク 拍手 */
.fc2_footer {
margin-top:20px; /* 上の余白 */
}

/* ▼ サイトマップ ▼ */
#sitemap {
margin-top:5px; /* 上の余白 */
text-align:left;
}

#sitemap ul.sitemap_list {
margin-left:30px; /* 各記事リストの左余白 */
}

.display_no {
display:none;
}

/* カテゴリ一覧へ戻る */
.pgtop {
text-align:right; /* 右寄せ */
}
/* ▲ サイトマップ ▲ */


/* プラグインの文字配置 */
.ta_left { text-align: left }
.ta_right { text-align: right }
.ta_center { text-align: center }

/* プラグイン内の入力欄幅設定 */
.plugin1_body input[type="text"],
.plugin2_body input[type="text"],
.plugin1_body textarea,
.plugin2_body textarea {
width: 90%;
}

/* ▼ FC2バトンのスタイル ▼ */

/* 質問番号(Q) */
.q_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 質問本文 */
.baton_q {
margin-bottom:5px; /* 答えまでの余白 */
}

/* 答え番号(A) */
.a_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 答え本文 */
.baton_a {
margin-left: 0px;
padding-bottom:2px; /* 罫線までの余白 */
border-bottom: dotted 1px #cccccc; /* 罫線 */
margin-bottom: 20px; /* 次の質問までの余白 */
}

/* ▲ FC2バトンのスタイル ▲ */


/* hedr-roruover-h1
------------------------------------------------------------ */

#stage {
position: relative;
width: 770px;
height:300;
margin: 0 auto;
}
#photo1,#photo2,#photo3,#photo4,#photo5 {
position: absolute;
width: 770px;
height: 300px;
}
#photo1 img,#photo2 img,#photo3 img,#photo4 img,#photo5 img {
opacity:0;
-moz-animation: imgTrans 30s infinite;
-webkit-animation: imgTrans 30s infinite;
animation: imgTrans 30s infinite;
}
#photo1 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo2 img {
-moz-animation-delay: 6s;
-webkit-animation-delay: 6s;
animation-delay: 6s;
}
#photo3 img {
-moz-animation-delay: 12s;
-webkit-animation-delay: 12s;
animation-delay: 12s;
}
#photo4 img{
-moz-animation-delay: 18s;
-webkit-animation-delay: 18s;
animation-delay: 18s;
}
#photo5 img {
-moz-animation-delay: 24s;
-webkit-animation-delay: 24s;
animation-delay: 24s;
}


#frame {
width: 770px;
height: 300px;
position: relative;
overflow: hidden;
}
@-webkit-keyframes imgTrans {
0% { opacity:0; }
5% { opacity:1; }
20% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
5% { opacity:1; }
20% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
5% { opacity:1; }
20% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}







img.emoji {
margin-bottom:-2pt;
padding:0;
border:0;
} 


/*
Back to top button 
*/
#back-top {
    position: fixed;
    bottom: 3%;
    right: 0%;}
#back-top span {
    width: 120px;
    height: 239px;
    display: block;}

body {
    scrollbar-base-color:#477E7F;
}




/* Calendar(Plugin)
------------------------------------------------------------ */
table.calender {
	margin: 0;
	padding: 0;
	background: none;
	margin: 0 auto;
}

table.calender caption {
	margin-bottom: 10px;
	margin: 0px auto;
}

table.calender caption a:hover {
	color: #898F95
}

table.calender caption a:active,
table.calender caption a:visited {
	color: #7b7b7b;
}

table.calender th,
table.calender td {
	padding: 4px;
	border-bottom: 1px dotted #cccccc;
	text-align: center;
	font-size: 14px;
	padding: 4px 6px;
}

table.calender td a {
	display: block;
	font-size: 12px;
	color:  #D83641;
}

table.calender td a:active,
table.calender td a:visited,
table.calender td a:hover {
	color: #80acd9;
}

table.calender th#sun {
	color: #f76f6f;
}

table.calender th#sat {
	color: #5757F1;
}


body {
font-family: 'メイリオ','Meiryo', 'Verdana', 'Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'sans-serif';
}



/* ----------------------------------------------- */
/*

      BlogRoll css 2

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 5;
    padding: 5;
    border:none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 15px;
    padding: 10px;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 10px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 3px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 11px;
}


.blogroll_wrapper {
width: 100%;
overflow-y:scroll;
background-color:#FFFFFF;
}

.blogroll_innner {
width: 50%;
height: 250px;
float: left;
}


/* FC2relate
----------------------------------------------- */
.relate_dl {
 margin: 2.0em 0 0.5em !important;
 padding: 0.8em 0.4em !important;
 border: 0 none !important;
 border-left: 10px #dddddd solid !important; /* 線の色 */
 background: #f6f6f6 !important; /* 背景色 */
}
.relate_dl .relate_dt {
 margin: 0 !important;
 padding: 0 0.5em 0.8em !important;
 border: 0 none !important;
 border-bottom: 1px #cccccc dashed !important; /* 線の色 */
 line-height: 1.1 !important;
 background: none !important;
}
.relate_dl .relate_dd {
 margin: 0 !important;
 padding: 0 !important;
 border: 0 none !important;
 background: none !important;
}
.relate_dl .relate_ul {
 margin: 1em 0 0.1em 2em !important;
 padding: 0 !important;
}
.relate_dl .relate_ul li {
 margin: 0 0 0.5em !important;
 padding: 0 !important;
 border: 0 none !important;
}

<style type="text/css">
.kizGalleryS .kizimg img {
  margin: 0 !important; padding: 5px !important;
  border: 1px #ddd solid !important; background: #fff !important;
  box-shadow: 1px 2px 3px 1px rgba(120,120,120,0.1) !important;
}
.kizelm{display: none;}
.kizimg {position: relative; min-height: 1px; text-align: center;}
.kiztext {
  display: none; position: absolute; left: 0; bottom: 0;
  width: 100%; opacity: 0.8; background: #000000; color: #ffffff;
}
.kiznode {padding: 0.6em 1.3em; text-align: left; font-size: 11px;}
.kizimg a:hover img {opacity: 0.6 !important;filter: alpha(opacity=60) !important;}
</style>



/**************************************************************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/
/**************************************************************/