/*

  E04_01_Butterfly
  
  どんなニーズにも対応できる（かも知れない）レイアウトカスタマイズが簡単なテンプレートです。
  
  ・HTMLの編集の18行目くらいの所に「<div id="ALL" class="column2r">」とあります。ここのクラス名（始めは"column2r"）を変えると、レイアウトを変更できます。詳しくは、HTMLの編集の該当箇所をご覧ください。
  ・[上級者向け]スタイルシート内の「★レイアウトの変更」以下にて、内容の横幅等を調節できます。利用しているレイアウトパターンを確認したうえ、それに該当する箇所を変更してください。
    
  他、こんなことも・・・
  ・文字サイズの変更が簡単に行えます。（「★文字サイズ変更」をご覧下さい）
  ・ページ内リンクがスムーズにスクロールします。
   （これを行いたくない場合は、HTMLの編集の「<script src="https://blog-imgs-23.fc2.com/e/t/e/etemplate/smoothscroll.js" type="text/javascript"></script>」の行を消してください。）
  ・[上級者向け] 独自にメニューをつけることが出来ます。（位置は、ブログタイトルの右隣になります。）
    HTMLの編集で「▼メニューここから」の所がそれにあたります。コメントで非表示にしてあります。増やす場合は、行ごとコピーしてください。
  
  使用していて不都合等発生した場合は、E-テンプレート（http://etemplate.blog92.fc2.com/）までご一報ください。

--------------------------------------------------------*/

/*-- ★文字サイズ変更　
     'font-size:'以下の数値を変える事で、文字のサイズを変更できます--*/

/*--全体における文字サイズ--*/
body{font-size:75%;}

/*--ブログタイトル部分の文字サイズ--*/
#BlogTitle{font-size:100%;}

/*--メイン（全体）部分の文字サイズ--*/
#EntryArea{font-size:100%;}

/*--メイン（本文）部分の文字サイズ--*/
#EntryArea .entry_contents,
#EntryArea #Topin dd{font-size:100%;}

/*--メイン（コメント・トラックバック）部分の文字サイズ--*/
#EntryArea .CM-TB{font-size:100%;}

/*--サイドバー（カテゴリ1）の文字サイズ--*/
#SideArea dd{font-size:86%;}

/*--サイドバー（カテゴリ2）の文字サイズ--*/
#SideArea_2 dd{font-size:86%;}


/*-- ★レイアウトの変更　
     'width:'以下の数値を変える事で、幅を調節できます。
     幅を縮めた場合は、下の「＊記事エリアの幅を～」を確認してください。--*/

/*-- ★レイアウトの変更 （レイアウトパターン：1カラム） --*/
#ALL.column1 #BT-in,
#ALL.column1 #BD-in,
#ALL.column1 #ContentsArea{
	width:600px;	/* 全体の幅：：サイドバー1の幅＋サイドバー2の幅 */
}
#ALL.column1 #SideArea{
	width:300px;	/* サイドバー1の幅：プラグインカテゴリ1を表示 */
	float:left;
}
#ALL.column1 #SideArea_2{
	width:300px;	/* サイドバー2の幅：プラグインカテゴリ2を表示 */
	float:right;
}
#ALL.column1 #EntryArea .tab .tabin .entry_contents{
	padding:0 5px;	/* 記事内容の、左右の空き */
}
#ALL.column1 #EntryArea-in{
	margin-left:10px;
	margin-right:10px;
}
#ALL.column1 #SideArea-in{
	margin-right:10px;
}
#ALL.column1 #SideArea-in_2{
	margin-left:10px;
}

/*-- ★レイアウトの変更 （レイアウトパターン：2カラム（記事の右にサイドバー）） --*/
#ALL #BT-in,
#ALL #BD-in,
#ALL #ContentsArea{
	width:780px;	/* 全体の幅：：記事エリアの幅＋サイドバーの幅 */
}
#ALL #EntryArea{
	width:590px;	/* 記事エリアの幅（内容の最大幅はこれより34px引いた値になります） */
	float:left;
}
#ALL #SIDE{
	width:190px;	/* サイドバーの幅 */
	float:right;
}
#ALL #EntryArea .tab .tabin .entry_contents{
	padding:0 5px;	/* 記事内容の、左右の空き */
}
#ALL #EntryArea-in{
	margin-left:10px;
	margin-right:14px;
}
#ALL #SideArea-in,
#ALL #SideArea-in_2{
	margin-left:9px;
	margin-right:0px;
}
#ALL #BT-in table,
#ALL #BD-in p{
	margin-left:10px;
}

/*-- ★レイアウトの変更 （レイアウトパターン：2カラム（記事の右にサイドバー）） --*/
#ALL.c2left #BT-in,
#ALL.c2left #BD-in,
#ALL.c2left #ContentsArea{
	width:780px;	/* 全体の幅：：記事エリアの幅＋サイドバーの幅 */
}
#ALL.c2left #EntryArea{
	width:580px;	/* 記事エリアの幅（内容の最大幅はこれより24px引いた値になります） */
	float:right;
}
#ALL.c2left #SIDE{
	width:200px;	/* サイドバーの幅 */
	float:left;
}
#ALL.c2left #EntryArea .tab .tabin .entry_contents{
	padding:0 5px;	/* 記事内容の、左右の空き */
}
#ALL.c2left #EntryArea-in{
	margin-left:14px;
	margin-right:0px;
}
#ALL.c2left #SideArea-in,
#ALL.c2left #SideArea-in_2{
	margin-left:10px;
	margin-right:9px;
}
#ALL.c2left #BT-in table,
#ALL.c2left #BD-in p{
	margin-left:10px;
}

/*-- ★レイアウトの変更 （レイアウトパターン：3カラム（記事の右にサイドバー二つ）） --*/
#ALL.c3right #BT-in,
#ALL.c3right #BD-in,
#ALL.c3right #ContentsArea{
	width:970px;	/* 全体の幅：：記事エリアの幅＋サイドバー1の幅＋サイドバー2の幅 */
}
#ALL.c3right #EntryArea{
	width:590px;	/* 記事エリアの幅（内容の最大幅はこれより34px引いた値になります） */
	float:left;
}
#ALL.c3right #SideArea{
	width:190px;	/* サイドバー1の幅 */
	float:left;
}
#ALL.c3right #SideArea_2{
	width:190px;	/* サイドバー2の幅 */
	float:right;
}
#ALL.c3right #EntryArea .tab .tabin .entry_contents{
	padding:0 5px;	/* 記事内容の、左右の空き */
}
#ALL.c3right #EntryArea-in{
	margin-left:10px;
	margin-right:14px;
}
#ALL.c3right #SideArea-in{
	margin-left:9px;
	margin-right:0px;
}
#ALL.c3right #SideArea-in_2{
	margin-left:9px;
	margin-right:0px;
}
#ALL.c3right #BT-in table,
#ALL.c3right #BD-in p{
	margin-left:10px;
}

/*-- ★レイアウトの変更 （レイアウトパターン：3カラム（記事の左にサイドバー二つ）） --*/
#ALL.c3left #BT-in,
#ALL.c3left #BD-in,
#ALL.c3left #ContentsArea{
	width:970px;	/* 全体の幅：：記事エリアの幅＋サイドバー1の幅）＋サイドバー2の幅 */
}
#ALL.c3left #EntryArea{
	width:590px;	/* 記事エリアの幅（内容の最大幅はこれより34px引いた値になります） */
	float:right;
}
#ALL.c3left #SideArea{
	width:190px;	/* サイドバー1の幅 */
	float:left;
}
#ALL.c3left #SideArea_2{
	width:190px;	/* サイドバー2の幅 */
	float:left;
}
#ALL.c3left #EntryArea .tab .tabin .entry_contents{
	padding:0 5px;	/* 記事内容の、左右の空き */
}
#ALL.c3left #EntryArea-in{
	margin-left:14px;
	margin-right:0;
}
#ALL.c3left #SideArea-in{
	margin-left:10px;
	margin-right:9px;
}
#ALL.c3left #SideArea-in_2{
	margin-left:0px;
	margin-right:9px;
}
#ALL.c3left #BT-in table,
#ALL.c3left #BD-in p{
	margin-left:10px;
}
/*-- レイアウトの変更 ここまで --*/


/*-- ＊記事エリアの幅を縮るなどして、コメント画面でメッセージ入力エリアが切れてしまっている場合、以下の数値を変更してください。 --*/
.CM-TB .comment_text table textarea{
	width:300px;
}


/*----------------------------------------------------------------
--00.base
----------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
html{
}
body{
	background-color:#ffffff;
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_bg01.gif);
	background-position:100% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
ul,ol{
	list-style:none;
}
img{
	border:0;
}
.clear{
	clear:both;
}
table{
	border-collapse: collapse;
}
textarea{
	margin:0.2em 0;
	padding:5px;
}

/*-- 文字の設定
----------------------------------------------------------------*/
body{
	font-family:"Verdana";
	color:#333b41;
}
body *{
	font-size:100%;
}

small{
	font-size: 86%;
}
big{
	font-size: 120%;
}
a:link {
	color:#0185d1;
	text-decoration:underline;
}
a:visited {
	color:#407faa;
	text-decoration:underline;
}
a:hover {
	color:#029ef6;
	text-decoration:none;
	background:#fffab4;
}
a:active {
	color:#029ef6;
	text-decoration:none;
}
#EntryArea .tab h3{
	color:#2e4c7c;
	margin:0.6em 0 0.7em 0;
	padding:0 0 0.25em 0;
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_line03.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	line-height:1.2;
}
#EntryArea .tab h4{
	color:#506d8c;
}



/*----------------------------------------------------------------
--01.outline
----------------------------------------------------------------*/

/*-------------------------------------- #ALL --*/
#ALL{
}

/*-------------------------------------- #ContentsArea < #ALL --*/
#ALL{
	_text-align:center;
}
#ALL #ContentsArea{
	margin:0 auto;
	_text-align:left;
}
#ContentsArea-in{
	margin-top:20px;
}


/*-------------------------------------- #EntryArea < #ContentsArea < #ALL --*/
#EntryArea{
	padding:5px 0 0 0;
	_overflow:hidden;
	word-break: break-all;
}
#EntryArea .tab .tabhd .date{
	float:left;
	font-size:200%;
	line-height:1.1;
	color:#a4d3e2;
}
#EntryArea .tab .tabhd .category{
	float:right;
	font-size:84%;
	line-height:2.1;
	color:#5eaec8;
	text-align:right;
}
#EntryArea .tab .tabhd .category a{
	text-decoration:none;
	color:#5eaec8;
}
#EntryArea .tab .tabin{
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_line04.gif);
	background-repeat:repeat-x;
	padding-top:15px;
}
#EntryArea .tab .tabin h2{
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_icon05.gif);
	background-repeat:no-repeat;
	background-position:4px 50%;
	margin:0 0 15px 0;
	min-height:31px;
	_height:31px;
}
#EntryArea .tab .tabin h2 a{
	text-decoration:none;
	background:none;
	display: block;
	padding:1em 0 0.7em 42px;
	line-height:1.3;
}
#EntryArea .tab .tabin .entry_contents{
	line-height:1.6;
}
#EntryArea .tab p.more{
	margin:1.5em 0 0 0;
}
#EntryArea .tab .tag-data{
	margin:1.5em 0 0 0;
}
#EntryArea .tab .tabft{
	margin:0 0 35px 0;
	padding:1.2em 0 0.2em;
	border-bottom:#ceeaf2 dotted 1px;
}
#EntryArea .tab .tabft .entry-data{
	float:left;
}
#EntryArea .tab .tabft .entry-data a{
	padding:0.5em;
	line-height:1.7;
	text-decoration:none;
	font-size:86%;
}
#EntryArea .tab .tabft .entry-data a:link   {background-color:#e6f1fd;}
#EntryArea .tab .tabft .entry-data a:visited{background-color:#f4f4f4;}
#EntryArea .tab .tabft .entry-data a:hover  {background-color:#fffab4;}

#EntryArea .tab .tabft .click-close{
	float:right;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*-------------------------------------- #BlogTitle < #ALL --*/
#Hlink ul{
	float:right;
	padding:0.2em 5px;
}
#Hlink li,
#Mlink li{
	float:left;
	font-size:86%;
	padding:0 12px 0 0;
}
#Hlink li a,
#Mlink li a{
	display:block;
	white-space:nowrap;
	background-repeat:no-repeat;
	background-position:3px 0.5em;
	padding:0.2em 3px 0.2em 15px;
}
#Hlink li a{
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_icon03.gif);
}
#Mlink li a{
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_icon07.gif);
}
#Mlink li a        {text-decoration:none;font-weight:bold;}
#Mlink li a:link   {color:#ffffff;}
#Mlink li a:visited{color:#ffffff;}
#Mlink li a:hover  {color:#ffffff;background-color:#5ed6fc;}
#Mlink li a:active {color:#ffffff;}

#BT{
	background-color:#50b8d8;
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_bg03.gif);
	background-repeat:repeat-y;
	background-position:top right;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	text-align:left;
}
#BT td{
	vertical-align:middle;
	color:#ffffff;
	padding:0.4em 1.5em 0.4em 0;
}

#BD{
	background-color:#f3fafc;
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_bg04.gif);
	background-repeat:repeat-y;
	padding:0.4em 5px 0.4em 0;
	text-align:left;
}
#BD p{
	font-size:86%;
	padding-left:3px;
}
#BT-in,#BD-in{
	margin:0 auto;
}

#BlogTitle h1 a        {text-decoration:none;white-space:nowrap;}
#BlogTitle h1 a:link   {color:#ffffff;}
#BlogTitle h1 a:visited{color:#ffffff;}
#BlogTitle h1 a:hover  {color:#ffffdd;background:none;}
#BlogTitle h1 a:active {color:#ffffdd;}


/*-------------------------------------- #SideArea < #ContentsArea < #ALL --*/
#SideArea-in{
	margin-top:10px;
}
#SideArea-in_2{
	margin-top:10px;
}
#SideArea dl,
#SideArea_2 dl{
	padding:8px 0 12px 0;
}
#SideArea dt,
#SideArea_2 dt{
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_line01.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	padding:0 0 4px 3px;
}
#SideArea dt span,
#SideArea_2 dt span{
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_icon01.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:0.3em 0.3em 0.3em 18px;
	min-height:16px;
	_height:16px;
}
#SideArea dd,
#SideArea_2 dd{
	padding:0.8em 0 0 10px;
	line-height:1.5;
}
#SideArea dd ul li,
#SideArea_2 dd ul li{
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_icon03.gif);
	background-repeat:no-repeat;
	background-position:0 0.45em;
	padding:0.1em 0 0.2em 10px;
	line-height:1.3;
}
#SideArea dd dl,
#SideArea_2 dd dl{
	padding:0;
}
#SideArea dd dt,
#SideArea_2 dd dt{
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_icon02.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:0 0 0 12px;
}
#SideArea dd dt a,
#SideArea_2 dd dt a{
	color:#4c5961;
	text-decoration:none;
}
#SideArea dd dd,
#SideArea_2 dd dd{
	padding:0.3em 0 10px 15px;
}

/*-------------------------------------- #FootArea < #ALL --*/
#FootArea{
	padding:18px 0 15px 0;
	font-size:86%;
	line-height:1.5;
}
#FootArea-in{
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_line04.gif);
	background-repeat:repeat-x;
	padding:10px 0 0 23px;
}


/*----------------------------------------------------------------
--02.elements
----------------------------------------------------------------*/

/*-------------------------------------- サブタイトル --*/
#ALL #SubTitle,
#ALL #Index_InThisPage .off ul,
#ALL #Index_InThisPage ul li a{
	height:1.2em;
}
#ALL #Index_SubTitle_Box{
	margin:12px 0 15px;
	position:relative;
	padding:2px;
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_line02.gif);
	background-repeat:repeat-x;
	background-position:1px 50%;
	height:1.3em;
}
#ALL #SubTitle{
	margin-right:23px;
}
#ALL #SubTitle h2{
	padding:0.3em 3px 0 0;
	line-height:1.2;
	text-align:left;
	color:#287dc7;
}
#ALL #SubTitle h2 span{
	background-color:#ffffff;
	padding-right:5px;
}
#ALL #Index_InThisPage table{
	background-color:#ffffff;
	border:#8ed1e6 solid 1px;
	cursor:pointer;
}
#ALL #Index_InThisPage td{
	padding:1px;
}
#ALL #Index_InThisPage ul{
	margin:0;
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_icon08.gif);
	background-repeat:no-repeat;
	background-position:100% 0;
}
#ALL #Index_InThisPage ul li{
	background:none;
	padding:0 18px 0.2em 3px;
	line-height:1.2;
	font-size:86%;
}
#ALL #Index_InThisPage ul li.next_back{
	text-align:center;
	border-top:#e0f0f8 solid 1px;
	margin-top:0.4em;
	padding-top:0.2em;
	padding-bottom:0.4em;
}
#ALL #Index_InThisPage ul li a{
	display:block;
	text-decoration:none;
	overflow:hidden;
	cursor:pointer;
}
#ALL #Index_InThisPage ul li.next_back a{
	display:inline;
}
#ALL #Index_InThisPage .off ul{
	overflow:hidden;
}

/*-------------------------------------- コメント・トラックバック --*/

.CM-TB{
	margin:15px 0 0 0;
}
.CM-TB-title{
	position:relative;
	font-size:180%;
	color:#a4d3e2;
	padding:0 0 12px 0;
	margin:0 0 12px 0;
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_line05.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
}
.CM-TB-title a{
	position:absolute;
	top:30%;
	right:0;
	display:block;
	font-size:43%;
	color:#5eaec8;
	text-decoration:none;
}
.CM-TB-in{
	margin:0 0 12px 0;
	padding:0 0 10px 0;
	border-bottom:#cbe5f2 solid 1px;
	line-height:1.4;
}
.CM-TB-in .title{
	font-weight:bold;
	color:#506d8c;
}
.CM-TB-in .data{
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_line03.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	margin:0.7em 0 0 0;
	padding:0.4em 0 0 0;
	font-size:84%;
}
.CM-TB .TBurl,
.CM-TB .comment_text{
	margin:14px 0 0 0;
}
.CM-TB .TBurl .title,
.CM-TB .comment_text .title{
	font-weight:bold;
	font-size:14px;
	color:#5eade2;
	float:left;
	white-space:nowrap;
	padding:0.5em 15px 0 24px;
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_icon04.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.CM-TB .TBurl .body,
.CM-TB .comment_text .body{
	padding:0.5em 0 0 10px;
	float:left;
}
.CM-TB .comment_text table th{
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
	padding:0 1em;
	font-size:12px;
}
.CM-TB .comment_text table textarea{
	margin:0;
}
.CM-TB .TBurl input{
	margin:0.2em 0 0 0;
	width:25em;
	border:#ffffff solid 1px;
}

/*-------------------------------------- ページ切り替え --*/
.page_trans{
	text-align:center;
	margin:15px 0;
	padding:4px 0;
	border-top:#cbe5f2 solid 1px;
	border-bottom:#cbe5f2 solid 1px;
	font-size:86%;
}
.page_trans a{
	text-decoration:none;
}

/*-------------------------------------- 過去の記事一覧 --*/
#page_Archives h2{
	padding:0.3em 3px 0 0;
	line-height:1.2;
	text-align:left;
	color:#287dc7;
	font-weight:bold;
}
#page_Archives dl{
	margin:10px 0;
	line-height:1.6;
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_line03.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
#page_Archives dt{
	padding:10px 0 0 0;
}
#page_Archives .archives_title{
	font-weight:bold;
}
#page_Archives .archives_data{
	font-size:86%;
}

/*-------------------------------------- プラグイン3 --*/
#EntryArea #Topin dl{
	margin-top:4px;
	margin-bottom:17px;
}
#EntryArea #Topin dt{
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_line03.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding:0 0 3px 3px;
}#EntryArea #Topin dt dt{
	padding:0;background:none;
}
#EntryArea #Topin dt span{
	display:block;
	padding:0.5em 28px 0;
	background-image:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_icon04.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:120%;
	color:#006484;
}
#EntryArea #Topin dd{
	padding:4px 3px 0;
	line-height:1.4;
}#EntryArea #Topin dd dd{
	padding:0;
}
#EntryArea #Topin dd *{
	padding:0.2em 0;
}#EntryArea #Topin dd * *{
	padding:0;
}


/* プラグイン
---------------------------------------------------------------*/

/*--------------------------------------  カレンダー --*/
.plugin-calender{
	text-align:center;
}
.plugin-calender caption{
	padding:0 0 7px 0;
}
.plugin-calender td{
	width:24px;
	padding:0.3em;
}
.plugin-calender td a{
	display:block;
	height:1.6em;
	width:1.6em;
	text-decoration: none;
	
}
.plugin-calender td a:link   {background:#e6f1fd;}
.plugin-calender td a:visited{background:#f4f4f4;}
.plugin-calender td a:hover  {background:#fffab4;}
.plugin-calender th{
	width:24px;
	color:#374190;
	border-top:#cbe5f2 solid 1px;
	border-bottom:#cbe5f2 solid 1px;
}

/*--------------------------------------  検索 --*/
.plugin-search input{
	font-size:12px;
}


/* fc2機能への対応
---------------------------------------------------------------*/

/*-------------------------------------- 拍手、プックマークのボタン --*/
.fc2_footer{
	clear:both;
	margin:1.2em 0 0 0;
}

/*-------------------------------------- 絵文字の扱い --*/
img.emoji{
	vertical-align:middle;
}


/* おまけ機能
---------------------------------------------------------------*/

/*-------------------------------------- 水平線 --*/
hr{
	border-top:#ceeaf2 solid 1px;
	background:#ceeaf2;
	height:1px;
	padding:0;
	margin:0;
}

/*-------------------------------------- 画像にclass="photo"を設定したときに、写真枠を付ける設定----*/
#EntryArea .tab img.photo{
	border:#dadada solid 1px;
	background-color:#ffffff;
	padding:2px;
}

/*--------------------------------------  リスト --*/
#EntryArea ul{
	margin:.5em 0;
}
#EntryArea ul li{/*四角いアイコンが頭に付いたリスト*/
	line-height:1.5;
	padding:.2em 0 .2em 13px;
	background:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_icon02.gif) 2px .65em no-repeat;
}
#EntryArea ul.link-list li{/*右向き矢印が頭に付いたリスト*/
	line-height:1.5;
	padding:.2em 0 .2em 13px;
	background:url(https://blog-imgs-23-origin.fc2.com/e/t/e/etemplate/E04_01_icon03.gif) 2px .65em no-repeat;
}

/*--------------------------------------  ソースコード・引用文 --*/
code,
blockquote{
	display:block;
	border:#dbeff6 solid 1px;
	border-left-width:5px;
	padding:0.3em 0.6em 0.2em 0.8em;
	margin:0.7em 0;
}


/*----------------------------------------------------------------
-- Last.clearfixHack
----------------------------------------------------------------*/
h2,
dl,dt,dd,
ul,
div{
	zoom:1;
}
h2:after,
dl:after,dt:after,dd:after,
ul:after,
div:after{
	content:".";
	height:0px;
	clear:both;
	display:block;
	visibility:hidden;
}
/*\*/
* html h2,
* html dl,* html dt,* html dd
* html ul,
* html div{
	height:1%;
}
/* hide from IE-5.0 */