body { 
text-align:center;
line-height:1.5;
margin:0;
padding:0;
background-color:#F2E7E5;                       /* 外側背景色 */
} 
#outline { 
background-color:#F2E7E5;                     /* サイト背景色 */
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1200px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:650px;                                          /* 中央 */
float:right; 
} 
#left { 
width:220px;                                            /* 左 */
float:left; 
} 
#right { 
width:320px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:875px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#FF69B4; text-decoration:none;}      /* 通常 */
a:active  {color:#FF69B4; text-decoration:none;}      /*実行中*/
a:visited {color:#FF69B4; text-decoration:none;}      /*訪問済*/
a:hover   {color:#FF1493; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:2px solid #FFF0F5;                     /* 外枠の色     */
margin-bottom:0px;                           /* ヘッダ下間隔 */
}
#header_body { 
background-color:#FFFFFF;                     /* 背景色       */
border:1px solid #FFF0F5;                     /* 内枠の色     */
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:30pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:10px 30px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#8C5E65; text-decoration:none; } /* 通常 */
h1 a:active  { color:#8C5E65; text-decoration:none; } /*実行中*/
h1 a:visited { color:#8C5E65; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#C4959D; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:11pt;                                 /* 文字サイズ */
color:#8C5E65;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 30px 10px;
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#8C5E65 2px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:20px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:15pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#FFC0CB;          /* 背景色    (記事タイトル)*/
border:#FFC0CB 1px solid;          /* 枠        (記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:5px 20px;
margin:0;
} 
                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#ffffff; text-decoration:none; } /* 通常 */
h2 a:active  { color:#ffffff; text-decoration:none; } /*実行中*/
h2 a:visited { color:#ffffff; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#8C5E65; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#808080;                        /* 文字色    (記事本文) */
border-top:   #FFF0F5 1px solid;      /* 枠(上)    (記事本文) */
border-left:  #FFC0CB 1px solid;      /* 枠(左)    (記事本文) */
border-right: #FFC0CB 1px solid;      /* 枠(右)    (記事本文) */
border-bottom:#FFC0CB 1px solid;      /* 枠(下)    (記事本文) */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 20px; 
margin-bottom:20px; /* 記事末尾の間隔調整 */
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#999999;                        /* 文字色(時刻・CM・TB) */
margin:0px 10px 3px; 
} 
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
border-top:   #8C5E65 2px solid;                /* 個別枠(上) */
border-right: #8C5E65 2px solid;                /* 個別枠(右) */
border-bottom:#8C5E65 2px solid;                /* 個別枠(下) */
border-left:  #8C5E65 2px solid;                /* 個別枠(左) */
margin-bottom:5px; /* 次のプラグインまでの間隔 */
} 
.plugin1_title { 
font-size:12pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#FFC0CB;             /* 背景色    (タイトル) */
border: #FFC0CB 1px solid;            /* 枠        (タイトル) */
padding:2px 15px; 
} 
.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#808080;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #FFF0F5 1px solid;          /* 枠(上)    (本体) */
border-left : #FFC0CB 1px solid;          /* 枠(左)    (本体) */
border-right: #FFC0CB 1px solid;          /* 枠(右)    (本体) */
border-bottom:#FFC0CB 1px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1.5;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
border-top:   #8C5E65 2px solid;                /* 個別枠(上) */
border-right: #8C5E65 2px solid;                /* 個別枠(右) */
border-bottom:#8C5E65 2px solid;                /* 個別枠(下) */
border-left:  #8C5E65 2px solid;                /* 個別枠(左) */
margin-bottom:5px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:12pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#FFC0CB;             /* 背景色    (タイトル) */
border: #FFC0CB 1px solid;            /* 枠        (タイトル) */
padding:2px 15px; 
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#808080;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #FFF0F5 1px solid;          /* 枠(上)    (本体) */
border-left:  #FFC0CB 1px solid;          /* 枠(左)    (本体) */
border-right: #FFC0CB 1px solid;          /* 枠(右)    (本体) */
border-bottom:#FFC0CB 1px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1.5;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #8C5E65 2px solid;                /* 個別枠(上) */
border-right: #8C5E65 2px solid;                /* 個別枠(右) */
border-bottom:#8C5E65 2px solid;                /* 個別枠(下) */
border-left:  #8C5E65 2px solid;                /* 個別枠(左) */
margin-bottom:0px;
} 
.plugin3_title { 
font-size:12pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#FFC0CB;             /* 背景色    (タイトル) */
border: #FFC0CB 1px solid;            /* 枠        (タイトル) */
padding:5px 20px; 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#808080;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #FFF0F5 1px solid;          /* 枠(上)    (本体) */
border-left:  #FFC0CB 1px solid;          /* 枠(左)    (本体) */
border-right: #FFC0CB 1px solid;          /* 枠(右)    (本体) */
border-bottom:#FFC0CB 1px 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:#8C5E65 2px solid;           /* 外枠の/色太さ/実線     */
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:12pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#FFC0CB;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#FFC0CB 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#808080;                    /* 文字色    (コメント本文) */
border-top:   #FFF0F5 1px solid;  /* 枠(上)    (コメント本文) */
border-left:  #FFC0CB 1px solid;  /* 枠(上)    (コメント本文) */
border-right: #FFC0CB 1px solid;  /* 枠(上)    (コメント本文) */
border-bottom:#FFC0CB 1px solid;  /* 枠(上)    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
color:#999999;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}

/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 95%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#8C5E65 2px solid;             /* 外枠の/色太さ/実線   */
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#ffffff;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#FFC0CB;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border:#FFC0CB 1px solid;       /*枠        (ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#808080;                    /* 文字色    (ブロック本文) */
border-top:   #FFF0F5 1px solid;  /* 枠(上)    (ブロック本文) */
border-left:  #FFC0CB 1px solid;  /* 枠(左)    (ブロック本文) */
border-right: #FFC0CB 1px solid;  /* 枠(右)    (ブロック本文) */
border-bottom:#FFC0CB 1px solid;  /* 枠(下)    (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#ffffff;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#808080;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#FFF0F5 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border-top:#8C5E65 2px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 
.various_title {
font-size:12pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#FFC0CB;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#FFC0CB 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#808080;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#FFF0F5 2px solid;             /* 飾り線(上)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:2px solid #8C5E65;                       /* 外枠の色   */
background-color:#FFC0CB;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#ffffff;                                  /* 文字色     */
border:1px solid #FFC0CB;                       /* 内枠の色   */
padding:5px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#ffffff; }     /* 通常         */
#footer_body a:active  { color:#ffffff; }     /* 実行中       */
#footer_body a:visited { color:#ffffff; }     /* 訪問済み     */
#footer_body a:hover   { color:#ffffff; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender { text-align: center; color:#808080; }
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; color:#808080; }

/* カレンダーの中央寄せ */
.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バトンのスタイル ▲ */

/**************************************************************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/
/**************************************************************/
/* ▼メニューバー▼ */
ul#menu_bar {
font-size: 90%; /* 文字サイズ */
font-weight: bold; /* 太字 */
height:35px; /* 高さ */
background-color:#8C5E65; /* 背景色 */
padding-left:0px;
margin-left:0px;
margin-top:0px; /* 上の間隔 */
margin-bottom:5px; /* 下の間隔 */
}

#menu_bar li {
list-style-type:none;
float:left;
line-height:35px; /* 高さ */
margin:0px;
padding:0px;
}

#menu_bar li a {
display:block;
text-align:center;
width:170px; /* １つのメニューボタンの幅 */
border-right:1px solid #ffffff; /* 区切り線 */
color:#ffffff; /* リンク文字の色 */
background-color:#8C5E65; /* メニューボタンの背景 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
background-color:#C4959D; /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/* ▲メニューバー▲ */

/* ▼メニューバー（ドロップダウン）▼ */

#menu_bar ul {
position:absolute;
margin:0;
padding:0;
}

#menu_bar li {
position:relative;
margin:0;
padding:0;
}

#menu_bar li ul li {
float:none;
}

#menu_bar li.menu ul,
#menu_bar li.menu ul li.menu ul,
#menu_bar li.menu_on ul li.menu ul {
display:none;
}

#menu_bar li.menu_on ul {
position:absolute;
display:block;
top:100%;
left:0;
}

#menu_bar li.menu_on ul li.menu_on ul {
position:absolute;
display:block;
top:0;
left:100%;
}

/* ▽IE6バグ対応▽ */
* html #menu_bar li li,
* html #menu_bar li li li {
font-size:1px;
line-height:0;
}
* html #menu_bar li li a,
* html #menu_bar li li li a {
display:block;
font-size:10pt;
line-height:35px;
}
/* △IE6バグ対応△ */

#menu_bar li li a,
#menu_bar li li li a {
border-top:1px solid #111111; /* 区切り線 */
}

/* ドロップダウンリストの透過（IE未対応） */
#menu_bar > li > ul {
-moz-opacity: 0.9;
opacity: 0.9;
}

/* ▲メニューバー（ドロップダウン）▲ */

/* ▼ ボーダーの見出し ▼ */
.heading8{
	position:relative;
	padding:9px;
	padding-left:15px;
	font-weight: bold;
	font-size: 18px;
	background-color: #FFC0CB;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
 
.heading8:before{
	content:''; 
	height:35px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:5px; 
	left:4px; 
	background-color:#fff;
	border-left: 4px solid #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
/* ▲ ボーダーの見出し ▲ */

/* ▼ ボーダーの見出し2 ▼ */
.heading9{
	position:relative;
	padding:9px;
	padding-left:15px;
	font-weight: bold;
	font-size: 18px;
	background-color: #ccc;
	border: 1px dashed #FFC0CB;
	border-left: 5px solid #FFC0CB;
}
/* ▲ ボーダーの見出し2 ▲ */

/* ▼ 吹き出しの見出し ▼ */
.heading7{
	position:relative;
	padding:9px;
	font-weight: bold;
	font-size: 18px;
	background-color: #FFC0CB;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
 
.heading7:before{
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:13px transparent solid; 
	border-right-width:0; 
	border-left-color:#FFC0CB; 
	position:absolute; 
	top:35px; 
	left:15px;
	transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
	-moz-transform:rotate(-270deg);
	-o-transform:rotate(-270deg);
	-ms-transform:rotate(-270deg);
}
/* ▲ 吹き出しの見出し ▲ */

/* ▼ チェックマークの見出し ▼ */
.heading2{
	position:relative;
	padding-left:30px;
	border-bottom:2px solid #FFC0CB;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
}
 
.heading2:after, .heading2:before{
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#FFC0CB; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
.heading2:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}
/* ▲ チェックマークの見出し ▲ */

/* ▼ 円マークの見出し ▼ */
.heading5{
	position:relative;
	padding-left:20px;
	border-bottom:2px solid #FFC0CB;
	font-weight: bold;
	font-size: 15px;
	line-height: 38px;
}
 
.heading5:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:13px; 
	left:5px; 
	background-color:#FFC0CB;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}
/* ▲ 円マークの見出し ▲ */

/* ▼ 下線の見出し ▼ */
.heading10{
	position:relative;
	padding:9px;
	padding-left:0px;
	font-weight: bold;
	font-size: 18px;
}
 
.heading10:before{
	content:''; 
	height:15px; 
	width: 100%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
	background-color:#ccc;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity: 0.20;
	opacity:0.20;
	box-shadow: 0px 3px 3px 3px rgba(255,255,255, 0.3) inset;
}
/* ▲ 下線の見出し ▲ */

/* ▼ 下線の見出し2 ▼ */
.heading11{
	position:relative;
	padding:9px;
	padding-left:0px;
	font-weight: bold;
	font-size: 18px;
}
 
.heading11:before{
	content:''; 
	height:15px; 
	width: 100%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
	background-color:#FFC0CB;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity: 0.20;
	opacity:0.20;
	box-shadow: 0px 3px 3px 3px rgba(255,255,255, 0.3) inset;
}
/* ▲ 下線の見出し 2▲ */

/* ▼ びっくりマークの見出し ▼ */
.heading1{
	position:relative;
	padding-left:20px;
	border-bottom:2px solid #FFC0CB;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
}
 
.heading1:before{
	content:''; 
	height:12px; 
	width:12px; 
	display:block; 
	background:#FFC0CB; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:-0px; 
	left:5px;
	transform:rotate(-50deg);
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
}
.heading1:after{
	content:''; 
	height:8px; 
	width:6px; 
	display:block; 
	background:#FFC0CB; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:16px; 
	left:2px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-75deg);
}
/* ▲ びっくりマークの見出し ▲ */

h1 {
margin-top: 0px; /* 上の余白 */
margin-left: 8px; /* 左の余白 */
margin-right: 0px; /* 右の余白 */
margin-bottom: 0px; /* 下の余白 */
}


.button {
	display: inline-block;
	width: 100%;
	height: 34px;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #fff;
	border: 2px solid #FF69B4;
	color: #FF69B4;
	line-height: 34px;
}
.button:hover {
	background-color: #FF69B4;
	border-color: #FF69B4;
	color: #fff;
}


.button1 {
	display: inline-block;
	width: 200px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	outline: none;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button1 {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.button1 span {
	display: block;
	position: absolute;
	width: 200px;
	height: 34px;
	border: 2px solid #FF69B4;
	text-align: center;
	line-height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.button1 span:nth-child(1) {
	background-color: #FF69B4;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -17px;
	-moz-transform-origin: 50% 50% -17px;
	transform-origin: 50% 50% -17px;
}
.button1 span:nth-child(2) {
	background-color: #fff;
	color: #FF69B4;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -17px;
	-moz-transform-origin: 50% 50% -17px;
	transform-origin: 50% 50% -17px;
}
.button1:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button1:hover span:nth-child(2) {
	background-color: #FF69B4;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}

/* ▲ 広告 ▲ */
.fam_thumb_300_600 {
	background-color: #FFF;
	width: 298px;
	height: 598px;
	border: solid 1px #D0D0D0;
	margin-left: auto;
	margin-right: auto;
}
.fam_thumb_300_600 a {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	display: block;
	padding: 4px 0px;
	margin: 0px 5px 1px 5px;
	height: 90px;
	border-bottom: dotted 1px #D0D0D0;
	text-decoration: none;
	overflow: hidden;
}
.fam_thumb_300_600 a:last-child {
	border-bottom-style: none;
	margin-bottom: 0px;
}

.fam_thumb_200_200 {
	background-color: #FFF;
	width: 198px;
	height: 198px;
	border: solid 1px #D0D0D0;
	margin-left: auto;
	margin-right: auto;
}
.fam_thumb_200_200 a {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	display: block;
	padding: 4px 0px;
	margin: 0px 4px 1px 4px;
	height: 90px;
	border-bottom: dotted 1px #D0D0D0;
	text-decoration: none;
	overflow: hidden;
}
.fam_thumb_200_200 a:last-child {
	border-bottom-style: none;
	margin-bottom: 0px;
}

/* ▲ トップ ▲ */
.index_header {
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	border: 3px solid #FFBFD9;
	margin-bottom: 5px;
	color: #FF0066;
}
.index_header a {
	text-decoration: none;
	font-size: 16px;
}
.index_header a:hover {
	text-decoration: underline;
	font-size: 16px;
}
/* ▼ ページトップへ戻るボタン ▼ */
 
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;             /* ボタン表示位置（下の余白） */
    right: 55px;              /* ボタン表示位置（右の余白） */
}
.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #333;    /* 背景色 */
    border-radius: 50px;
    text-align: center;
    color: #fff;               /* 文字色 */
    font-size: 24px;
    text-decoration: none;
    line-height: 50px;
}
 
/* ▲ ページトップへ戻るボタン ▲ */