/*
ご利用頂きありがとうございます。

■□　注 意 ------------------------------□■

　●使用する場合は利用者登録が必要です。

　●公開設定「プライベート(パスワード認証)」では使用しないで下さい。

　●カスタマイズは許可している範囲内でお願い致します。

  ●テンプレート内の画像の転用（テンプレート以外での使用）は禁止です。

■□　お願い　-----------------------------□■

　テンプレート内のイラストに関して素材サイト様へ直接問い合わせないで下さい。
　テンプレート配布者（サリイ）までお願いします。

Copyright(C)サリイ, All Rights Reserved.
*/



/* ------------------------------------------------------------------------------
   全体的な設定
  -------------------------------------------------------------------------------*/

/* # スクロールバー（IE) # */
html,body{
	scrollbar-arrow-color : #999966;
	scrollbar-face-color : #D8D8C5;
	scrollbar-track-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-3dlight-color : #C6C6AA;
	scrollbar-darkshadow-color : #C6C6AA
	}

body{
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	margin:0px auto;
	padding:0px;
	color:#666666;
	text-align:center;
	letter-spacing:1px;
	background-color:#F6F6F9;
	/* ## 背景画像↓（変更ＯＫ） ## */
	background-image: url("https://blog-imgs-42.fc2.com/a/w/i/awitchsally/lmt017_bg.gif");
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: 0% 0%;
	}


/* ### 全体的なリンクの設定 ### */
/*（ブログタイトルのリンク色は下方で。）*/

a:link {	color: #8A7862;text-decoration: none;}
a:visited {color: #8A7862;text-decoration: none;}
a:active {	color: #666666;text-decoration: none;}
a:hover {	color: #9999FF;text-decoration: underline;}


/* 画像 */
img{	border:0px none; }

/* 引用 */
blockquote{
	font-family: "MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	margin:15px 0px;
	padding:10px;
	border:1px dotted #CCCCCC; /*引用部分の枠線*/
	font-size:12px; 
	line-height:150%;
	width:90%;
	}
html>body blockquote{
	width:90%;
	}
blockquote p{
	margin:0px 0px;
	padding:0px;
	line-height:150%;
	}

/* フォーム */
form{	margin:0px; padding:0px; }




/* ------------------------------------------------------------------------------
   レイアウトに関する設定
  -------------------------------------------------------------------------------*/
/* このテンプレートは外枠の画像を表示させる為にレイアウトテーブルを使用しています。 */

/* 外枠（左右の画像を表示する為の設定） */
#WRAPPER{
	width:946px;
	margin:0px auto;
	padding:0px;
	}


  .w_left{
  	width:18px;
	margin:0px;
	padding:0px;
  	/* ## 画像の変更は禁止です。 ※透過処理済み　## */
	/* ## Do NOT change this image. ## */
	background-image: url("https://blog-imgs-42.fc2.com/a/w/i/awitchsally/lmt017_bgL.gif");
	background-repeat: repeat-y;
	background-position: 0% 0%;
 	}

  .w_right{
  	width:18px;
	margin:0px;
	padding:0px;
  	/* ## 画像の変更は禁止です。 ※透過処理済み　## */
	/* ## Do NOT change this image. ## */
	background-image: url("https://blog-imgs-42.fc2.com/a/w/i/awitchsally/lmt017_bgR.gif");
	background-repeat: repeat-y;
	background-position: 100% 0%;
	}


/* ブログの内容を表示する部分の設定 */
#CONTAINER{
	width:910px; /*この数値が実質の幅*/
	margin:0px auto;
	padding:0px 0px;
	background-color:#FFFFFF;
	}

  /*WinIE5,6の指定*/
  #CONTAINER {
  	  overflow:visible;
	  height:1px;
  	  }
  /*WinIE5,6・MacIE5以外の指定*/
  html>body #CONTAINER{
	  overflow:visible;
	  height:auto;
	  }

  /*MacIE5の指定*/
  /* \*//*/
  html>body #CONTAINER{
	overflow:visible;
  }
  /**/



/* メインカラム側 -----------------------------------*/

#MAIN{
	float:left; /*　メインカラムが左側に表示されます  */
	width:610px;
	margin:0px;
	padding:0px;
	}
  /* メインカラム側の左右余白や寄せ、全体的な文字サイズなど */
  .contents{
  	  margin:0px;
	  padding:0px 20px;
	  font-family: "Verdana","ＭＳ Ｐゴシック","MS UI Gothic", "Arial","Osaka";
	  font-size:12px;
	  text-align:left;
	  }



/*   サイドメニュー  -----------------------------------*/
#KOTEI{
	float:right; /*　メインカラムの右側に表示されます  */
	width:300px;
	margin:0px;
	padding:0px;
	
	
	}


/*   サイドメニュー  -----------------------------------*/

#SIDE{
	float:right; /*　縦カレンダーの左に表示されます  */
	width:270px;
	margin:0px;
	padding:0px;
	}

  /* サイドメニュー側の左右余白や寄せ、全体的な文字サイズなど */
  .side_contents{
	  margin:0px;
	  padding:10px 15px 0px; /* サイドメニュー左右の余白の値 */
	  font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	  font-size: 10px; /* サイドメニューの全体的な文字サイズ */
	  color:#666666;  /* サイドメニューの全体的な文字色 */
	  text-align:left;
	  line-height:170%;
	  }



/*  縦カレンダー　--------------------------------------- */
#V_CAL{
	float:left; /*　サイドカラムの左に表示されます  */
	width:30px;
	margin: 0px auto;
	padding:5px 0px;
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	font-size: 10px;
	color:#FFFFFF; 
	text-align:center;
	line-height:180%;
	letter-spacing:normal;
  	/* ## 画像の変更は禁止です。 ## */
	/* ## Do NOT change this image. ## */
	background-image: url("");
	background-repeat: no-repeat;
	background-position: 0% 100%;

	}







/* ---------　（以下、各パーツの詳細設定）　----------*/

/* ------------------------------------------------------------------------------
   バナー（ブログタイトル部分）
  -------------------------------------------------------------------------------*/

#BANNER{
	width:100%;
	margin:0px 0px 20px;
	padding:0px;
	text-align:center;
	/* ## 画像の変更は禁止です。## */
	/* ## Do NOT change this image. ## */
	background-image: url("https://blog-imgs-42.fc2.com/a/w/i/awitchsally/lmt017_img.jpg");
	background-repeat: no-repeat;
	background-position: 85% 10px;
	}

.banner_bg{
	position:relative;
	width:90%;
	height:200px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	}
	

/* ### ブログタイトル ### */
h1.blogtitle{
	position:absolute;
	width:100%;
	font-family:"Century Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	padding:5px;
	margin:0px;
	top:40px; /*ブログタイトルの文字の位置*/
	left:0px;
	color:#333333;
	font-size:18px; /*ブログタイトルの文字サイズ*/
	font-weight:bold;
	letter-spacing:2px;
	}

	/*（ブログタイトルの文字色を変える場合は下↓のリンク色を変更して下さい。）*/
	#BANNER a:link {color: #666633;text-decoration: none;	}
	#BANNER a:visited {color: #666633;text-decoration: none;	}
	#BANNER a:active {color: #999999;text-decoration: none;	}
	#BANNER a:hover {color: #9999FF;text-decoration: none; background:none;	 }


/* ### ブログタイトルの影の部分 ### */
/* （不要な場合はＨＴＭＬのほうを削除して下さい） */
h1.blogtitle_back{
	position:absolute;
	width:100%;
	font-family:"Century Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	padding:5px;
	margin:0px;
	top:33px; /*ブログタイトルの（影）文字の上からの位置*/
	left:0px; /*ブログタイトルの（影）文字の左からの位置*/
	color : #F3F8FB; /*ブログタイトルの（影）文字色*/
	font-size:18px; /*ブログタイトルの（影）文字サイズ*/
	font-weight:bold;
	letter-spacing:4px; /*ブログタイトルの（影）文字間隔*/
	}


/* ### ブログURL ### */
.url{
	position:absolute;
	width:62%;
	font-family:"Century Gothic","Verdana", "Arial","Osaka";
	margin:0px;
	padding:0px;
	top:20px; /*ブログURLの文字の位置*/
	left:0px;
	color:#999966; /*ブログURLの文字色*/
	font-size: 10px; /*ブログURLの文字サイズ*/
	font-weight:bold;
	line-height:125%;
	letter-spacing:2px;
	}


/* ### ブログ概要 ### */
.introduction{
	position:absolute;
	width:100%;
	font-family:"ＭＳ Ｐゴシック",  "Verdana", "Arial","Osaka";
	margin:0px;
	padding:0px;
	top:100px; /*ブログ概要の文字の位置*/
	left:0px;
	color:#999966; /*ブログ概要の文字色*/
	font-size: 10px; /*ブログ概要の文字サイズ*/
	line-height:150%;
	}


/* ### 管理ページへのリンクの設定 ###  */
.admin{
	position:absolute;
	width:100%;
	font-family: "Verdana","Arial","Osaka";
	margin:0px;
	padding:0px;
	top:185px; /*adminなどの文字の位置*/
	left:0px;
	color: #669999;
	font-size: 10px; /*adminなどの文字サイズ*/
	letter-spacing:1px;
	}

/* ------------------------------------------------------------------------------
   エントリー（投稿記事を表示する部分)
  ------------------------------------------------------------------------------*/

/*### 記事タイトル ###*/
.e_title{
	margin: 0px;
	padding:5px 5px 5px;
	color:#666633;
	font-size:12px; /*### 記事タイトルの文字サイズ ###*/
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	}

/*### 記事タイトルの最初の1文字 ###*/
.e_title:first-letter{ color:#9966FF;}

/*### 記事日付（記事タイトル付近） ###*/
.e_day{
	font-family:"Verdana","Century Gothic","MS UI Gothic","ＭＳ Ｐ明朝","Osaka";
	margin:0px;
	padding:4px 5px 8px;
	color:#A89B42;
	font-size:10px; /*### タイトル付近の日付の文字サイズ ###*/
	font-weight:bold;
	letter-spacing:5px;
	text-align:center;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	filter: alpha(style=0,opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	background-color:#EEEBD6;
	width:auto;
	height:10px;
	}
.e_upper{
	/* ## 画像の変更は禁止です。## */
	/* ## Do NOT change this image. ## */
	background-image: url("https://blog-imgs-52.fc2.com/a/w/i/awitchsally/lmt017_e1.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding:15px 0px 5px;
	}


/*### 記事本文 ###*/
.e_body{
	font-family: "MS UI Gothic","Verdana","ＭＳ Ｐゴシック","Osaka";
	color:#444444; /*### 本文の文字色 ###*/
	font-size:12px; /*### 本文の文字サイズ ###*/
	line-height:150%;
	letter-spacing:1px;
	margin:30px 15px;
	padding:0px;
	}

/*### 記事本文内の画像の設定 ###*/
.e_body img, .e_body a img{
	border:none 0;
	}


/* ### 記事の追記リンク(READ MORE)の設定 ### */
.e_more{
	margin:15px 0px;
	padding:0px;
	color:#666666;
	font-family: "Verdana","Arial","Osaka";
	font-size:10px;
	font-weight:bold;
	}
/* ### 記事の追記（文章）の設定 ### */
.e_body_more{
	margin:0px;
	padding:20px 0px 0px 0px;
	color:#444444; /*### 追記の文字色 ###*/
	}

/*### 記事本文下部の日付やカテゴリー、ジャンル、テーマを表示する部分 ###*/
.e_state{
	margin:10px 0px 0px;
	padding:5px 10px;
	text-align:left;
	color:#666666;
	font-size:10px;
	letter-spacing:1px;
	}

/*### permalink・コメント数・TB数などを表示する部分　###*/
.e_date{
	margin:0px;
	padding:5px 10px 8px;
	text-align:left;
	color:#79ABB4;
	font-size:10px;
	letter-spacing:1px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	filter: alpha(style=0,opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	background-color:#EEEBD6;
	width:auto;
	height:10px;
	}

/*### ユーザタグを表示する部分　###*/
.e_tag{
	margin:0px 0px 5px;
	padding:5px 10px 5px;
	text-align:left;
	color:#666666;
	font-size:10px;
	letter-spacing:1px;
	}


/*### 記事の枠　###*/
/*（左右余白や上下記事間隔の設定の為）*/
.e_waku{
	margin:0px 0px 50px 0px;
	padding:0px 5px 20px;
	/* ## 画像の変更は禁止です。## */
	/* ## Do NOT change this image. ## */
	background-image: url("https://blog-imgs-52.fc2.com/a/w/i/awitchsally/lmt017_e2.gif");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	}






/* ------------------------------------------------------------------------------
   コメント・トラックバック
  -------------------------------------------------------------------------------*/

/*### 「COMMENT」「TRACKBACK」の文字サイズ ###*/
.subtitle{
	margin:50px 10px 25px;
	padding:15px 10px 10px;
	color:#666633;
	font-size:10px;
	font-weight:bold;
	letter-spacing:2px;
	border:1px dotted #DDDDDD;
	/* ## 画像の変更は禁止です。## */
	/* ## Do NOT change this image. ## */
	background-image: url("https://blog-imgs-52.fc2.com/a/w/i/awitchsally/lmt017_e1.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}
.subtitle:first-letter { color:#9966FF; }  /*↑の最初の文字色*/


/*### 「Comment form」「TrackBack List」などの文字サイズ ###*/
.subtitle2{
	margin:20px 15px 0px;
	padding:5px;
	color:#666633;
	font-size:10px;
 	font-weight:bold;
	letter-spacing:1px;
	}


/*  コメント --------------------------------------------------------  */
.cmt_area{ /*コメントを表示する部分*/
	margin:5px 15px 10px;
	padding:10px 15px;
	font-family:"MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	font-size:12px;
	border:1px dotted #CCCCCC;
	}
.cmt_title{ /*コメントタイトル*/
	margin:0px;
	padding:0px;
	color:#663333;
	font-weight:bold;
	}
.cmt_body{ /*コメント文*/
	margin:15px 5px;
	padding:0px;
	color:#666666;
	line-height:150%;
	}
.cmt_state{ /*コメント投稿日付、投稿者など*/
	margin:10px 0px 0px;
	padding:0px;
	text-align:right;
	font-family:"Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	font-size:10px; 
	color:#666666;
	line-height:150%;
	}
.cmt_form {
	margin:5px 20px;
	padding:0px;
	color:#666666;
	font-size:12px; /* コメントフォームの文字サイズ */
	line-height:150%;
	}
/* ラベル（name、subjectなどの文字）の設定 */
.cmt_form form label{
	margin-top:5px;
	font-family: "Verdana","MS UI Gothic", "Arial","Osaka";
	font-size:10px;
	display:block;
	}


/* トラックバック ---------------------------------------------------------- */
.tb_url{
	margin:5px 20px 10px;
	padding:0px;
	color:#333333;
	font-size:12px; /* トラックバック「→この記事に．．．．」の文字サイズ */
	}
.tb_area{ /*トラックバックを表示する部分*/
	margin:10px 15px;
	padding:15px;
	color:#333333;
	font-family:"MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	font-size:12px;
	border:1px dotted #cccccc;
	}
.tb_referer{ /*トラックバック元（リンク部分）*/
	margin:0px;
	padding:0px;
	font-weight:bold;
	}
.tb_body{ /*トラックバック概要*/
	margin:15px 10px;
	padding:0px;
	line-height:180%;
	}
.tb_state{ /*トラックバックの日付など*/
	margin:0px;
	padding:0px;
	text-align:right;
	font-family:"Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	font-size:10px; /* トラックバック日付などの文字サイズ */
	color:#666666;
	}	


/* ### コメント・トラックバックフォームのスタイル ### */
.form_text,
.form_textarea,
.form_pass,
.form_button{
	border:1px solid #666666;
	color:#333333; 
	background-color:#F8F8F3;
}
.form_text{/* テキストフィールドの幅　*/
	width:300px;
	}
.form_textarea{/* テキストエリア（コメント入力欄）の幅 */
	width:340px;
	}
.form_button{
	margin-top:10px;
	}





/* ------------------------------------------------------------------------------
   サイドメニュー
  -------------------------------------------------------------------------------*/


/* サイドメニュー（プラグイン）のタイトル */
.sidetitle{
	font-family:"Verdana","ＭＳ Ｐゴシック","Arial","Osaka";
	margin:0px;
	padding:6px 10px 6px;
	color:#666633; /* サイドメニューのタイトルの文字色 */
	font-size:10px;  /* サイドメニューのタイトルの文字サイズ */
	font-weight:bold;
	letter-spacing:2px;
	border:1px dotted #DDDDDD;
	/* ## 画像の変更は禁止です。## */
	/* ## Do NOT change this image. ## */
	background-image: url("https://blog-imgs-42.fc2.com/a/w/i/awitchsally/lmt017_sidebg.gif");
	background-repeat: no-repeat;
	background-position: 50% 2px;
	}
.sidetitle:first-letter { color:#9966FF; } /*サイドメニュータイトルの最初の文字色*/

/* サイドメニュー（プラグイン）の余白 */
.side_IN{
	padding:5px 15px 20px
	}
.side_contents p {
	margin:0px 0px;
	padding:5px 0px;
	}

.side_contents img {
	border:none 0;
	margin:0px;
	}
.side_contents ul{
	margin:5px 0px 5px 5px;
	padding:0px;
	list-style:none;
	}
.side_contents li {
	margin:0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;  /* サイドメニューのリストのマーク */
	letter-spacing:1px;
	color:#EFEEB4;  /* サイドメニューのリストの文字色（非リンク） */
	background-image: url("https://blog-imgs-42.fc2.com/a/w/i/awitchsally/lmt017_li.gif");
	background-repeat: no-repeat;
	background-position: 0% 5px;
	}

/*サイドにメールフォームなどを設置した場合の設定*/
.side_contents form {
	padding-bottom:10px;
	}
.side_contents form input{
	border:1px solid #999999;
	background:#FFFFFF;
	font-size:12px;
	}
.side_contents form textarea {
	border:1px solid #999999;
	background:#FFFFFF;
	font-size:12px;
	}




/* ------------------------------------------------------------------------------
   縦カレンダー
  --------------------------------------------------------------------------------*/

.cal_mon{
	margin: 0px auto;
	padding:5px 0px 10px;
	font-weight:bold;
	color:#666666;  /* 月　文字色 */
	background-image: url("https://blog-imgs-42.fc2.com/a/w/i/awitchsally/lmt017_mon.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	}

.cal {
	margin: 0px auto;
	padding:0px;
	color:#666666;  /* 日付の文字色 */
	}

/*投稿があった日*/
.cal a{ 	margin:0px auto;
	padding: 0px 2px;
	font-weight:bold;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: underline;
	}

.cal_end{
	margin:0px auto;
	padding:15px 2px 20px 0px;
	color:#CCCCCC;
	font-weight:bold;
	text-align:center;
	line-height:150%;
	}

/* ------------------------------------------------------------------------------
   プラグイン3の設定
  -------------------------------------------------------------------------------*/
/*
  TOPページ上部のみ表示。
  表示するものに合わせて↓の設定などを修正して下さい。
*/

.plug3{
	margin:10px 0px 40px 0px;
	padding:10px 5px;
	color:#666633; /*プラグイン3の全体的な文字色*/
	font-size: 10px; /* プラグイン3の全体的な文字サイズ */
	border:1px dotted #DDDDDD;
	background-color:#F6F6F9;
	background-image: url("https://blog-imgs-42.fc2.com/a/w/i/awitchsally/lmt017_bg.gif");
	background-repeat: repeat;
	background-position: 0% 0%;
	}
.plug3title{
	font-family: "Verdana","ＭＳ Ｐゴシック","Arial","Osaka";
	margin:0px 0px;
	padding:3px 3px;
	color:#CC9966; /* プラグイン3のタイトル文字色 */
	font-size:10px;  /* プラグイン3のタイトル文字サイズ */
	font-weight:bold;
	letter-spacing:2px;
	background-color:#FFFFFF;
	}
.plug3title:first-letter { color:#9966FF; }  /*プラグイン3タイトルの最初の文字色*/

.plug3 p {
	margin:0px;
	padding:5px 10px;
	}
.plug3 ul{
	margin:10px 5px;
	padding:0px;
	list-style-type:none;
	}
.plug3 li{
	margin:0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	line-height:170%;
	letter-spacing:1px;
	}

/* ------------------------------------------------------------------------------
   フッター（著作権表示部分）
  -------------------------------------------------------------------------------*/

#COPY{
	width:100%;
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	clear:both;
	margin:10px auto 0px;
	padding:0px;
	}
#COPY address{ 
	line-height:180%;
	margin:10px 0px 0px; 
	padding:5px 10px;
	color:#333333; 
	font-size:10px;
	text-align:left;
	font-style:normal;
	}
#COPY a { 
	font-weight:bold;
	}


/* ------------------------------------------------------------------------------
   ページリンク
  -------------------------------------------------------------------------------*/

.page_link{
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic", "Arial","Osaka";
	margin:20px 0px 20px 0px;
	padding:0px 0px;
	color:#333333;
	font-size:10px;
	text-align:center;
	}


/* --------------------------------------------
   カレンダー（※通常表示）
  --------------------------------------------*/

/* ※横カレンダーの修正は↑で行って下さい。 */

.plugin-calender{
	margin:5px auto 15px;
	}
	
table.calender{
	width:100%; /*カレンダーの幅*/
	margin:0px;
	border: 1px solid #F1F1F1;
	background-color:#FFFFFF;
	}
.calender caption{
	font-weight:bold;
	border-top: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;	
	background-color:#FBFCFD; /*前月・当月・翌月部分の背景色*/
	padding:5px 0px;
}
 /*前後月のリンク部分の文字装飾*/
.calender caption a {	font-weight:bold;	}


/*曜日*/
.calender th { color:#999999;
	font-weight:bold;
	line-height: 160%;
	border: 1px solid #F1F1F1;
	text-align:center;  /*曜日の寄せ*/
	}
.calender th#sun { color:#C56771; } /*日*/
.calender th#sat { color:#3399FF; } /*土*/


/*日にち*/
.calender td {
	color:#666666;
	font-weight:normal;
	line-height: 160%;
	border: 1px solid #F1F1F1;
	background-color:#FBFCFD; /*日にちの背景色*/
	text-align:center; /*日にちの寄せ*/
} 
/*日にち・リンク部分の文字装飾*/
.calender td a {
	display:block;
	font-weight:bold;
	background-color:#FFFFFF; /*日にちの背景色(投稿があった日）*/
	border-bottom: 1px dashed #999966;
	text-align:center; /*日にちの寄せ(投稿があった日）*/
	}


/* ------------------------------------------------------------------------------
   関連記事リスト 
  ------------------------------------------------------------------------------*/
.relate_dl {
  margin: 40px 10px 15px 0px;
  padding:5px;
  border: 0 none;
}

/* 「 関連記事 」の表示の設定　*/
.relate_dt {
  margin: 0px;
  padding: 2px 5px;
  border-bottom:1px dashed #CCCCCC;
  letter-spacing:2px;

}
.relate_dt:first-letter { 
 color:#669999;
}

/* 記事リスト（記事タイトル）の表示の設定　*/
.relate_dd {
  margin: 5px 0px;
  padding-left:10px;
}

.relate_ul {
  list-style-type: none;
  margin: 8px 0px;
  padding: 0px;
}

.relate_ul li {
  list-style-type:none;
  /* 記事リスト（記事タイトル）の前のマーク　*/
  background-image: url("https://blog-imgs-42.fc2.com/a/w/i/awitchsally/lmt017_li.gif");
  background-repeat: no-repeat;
  background-position: 0% 5px;
  margin: 0px;
  padding-left:15px;
  letter-spacing:1px;
}

/* ------------------------------------------------------------------------------
   その他の設定
  -------------------------------------------------------------------------------*/

/* ### 絵文字ボタンに関する設定 ### */
.emoji{
	border:0px;
	}

/* ### ブックマーク＆拍手ボタンの位置 ###*/
.fc2_footer{
	margin:25px 0px 10px;
	}
/* ### フリーエリア ###*/
.plugin-freearea{
	margin:10px 10px;
	line-height:140%;
	}
/* ### QRコード ###*/
.plugin-qrcode{
	margin:0px 15px;
	}



/* ### ブラウザによる改行の調整 ###*/
br{letter-spacing:normal;}
