/* ########################## */
/* ### 配布者からのお願い ### */
/* ########################## */
/*
テンプレートをDLして頂きありがとうございます。
■□　注 意 ------------------------------□■

　カスタマイズは利用規約（配布者ブログ内に掲載）の範囲内でお願い致します。

■□　以下は使用不可 ---------------------□■

　●商用（企業など営利の方）、アフィリエイト、アダルトジャンル。

  ●販売を行っている方。

　●違法サイト、及び過去に規約に違反した方。


■□　禁 止　-----------------------------□■

　●テンプレート内の画像の変更。　(＝他の画像への差替え、及び削除。)

　●テンプレート内の画像の二次使用。　(＝他のWEBページやブログなどでの使用。)

　●画像の加工（＝テンプレート内の画像を加工ソフトで加工する）

　●画像の再配布。

　●テンプレートのタグ（全部・一部に関わらず）の再配布。

　●テンプレート内のタグをコピーして他のテンプレートで使用。


■□　その他　-----------------------------□■

　ご不明な点はテンプレート配布者（サリイ）までお問い合わせ下さい。
　(配布者ブログ内によく頂く質問もまとめています。)
　テンプレート内のイラスト等は素材サイト様(ふわふわ。り様)よりお借りしているものですが、
　テンプレート内の素材に関しても、不明な点は全て配布者（サリイ）にお問い合わせ下さい。


　※FAQ----------------------------------------

　【サイドメニューの「カテゴリ」がリスト表示されない方】


　　管理画面の「プラグインの設定」で

   （PC用）公式プラグイン追加
     　　　　↓
  　[　カテゴリ　／　カテゴリ一覧を表示します(カスタマイズ向け)　]

　　をダウンロードし、表示するをチェックして下さい。
　（配布者ブログの「表示トラブル」の頁でも詳細説明を掲載しています。）

　----------------------------------------------
*/



/* ######################## */
/* ### 全体のレイアウト ### */
/* ######################## */

/* # スクロールバー（IE) # */
html,body{
	scrollbar-arrow-color : #CCCCCC;
	scrollbar-face-color : #FAF6E9;
	scrollbar-track-color : #FFFFFF;
	scrollbar-highlight-color : #DDDDDD;
	scrollbar-shadow-color : #DDDDDD;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	}

body{
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	color:#666666;
	text-align:center;
	letter-spacing:1px;
	background-color: #FFFFFF;  /*### ←　ブログ全体の背景色 ###*/
	/*### ↓背景画像（変更OK） ###*/
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_wp.gif");
	background-repeat: repeat;
	background-position: 0% 0%;
	background-attachment: fixed;
	}


/*  全体的なリンクの設定 （※ブログタイトルのリンクは別途下方のセレクタで設定して下さい）*/
a:link {	color: #666633;text-decoration: none;}
a:visited {color: #666633;text-decoration: none;}
a:active {	color: #666666;text-decoration: none;}
a:hover {	color: #996633;text-decoration: underline;}

/* 画像 */
img{	border:0px none; }

/* 引用 */
blockquote{
	font-family: "MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	margin:15px 0px;
	padding:10px;
	border:3px 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; }




/* ######################## */
/* #### ブログの幅など #### */
/* ######################## */

/* ブログの白背景に関する設定 */
#CONTAINER{
	width:880px;
	margin:0px auto;
	padding:5px 15px;
	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;
}
/**/



/* #################################### */
/* ###　バナー（ブログタイトル部分）### */
/* #################################### */

#BANNER{
	width:880px;
	height:160px;
	margin:0px 0px;
	padding:10px 0px 0px;
	text-align:center;
	/* ## ↓画像は変更できません。配布者ブログをご確認下さい。## */
	/* ## Do NOT change this image.　## */
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_bg1.gif");
	background-repeat: repeat-x;
	background-position: 0% 0%;
	}
	

.banner_bg{
	position:relative;
	width:95%;
	height:160px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	/* ## ↓画像は変更できません。配布者ブログをご確認下さい。## */
	/* ## Do NOT change this image.　## */
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_img.gif");
	background-repeat: no-repeat;
	background-position: 98% 100%;
	}
	

/* ブログタイトル */
h1.blogtitle{
	position:absolute;
	font-family:"Century","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	margin:0px;
	padding:0px;
	top:30px; /*ブログタイトルの文字の位置*/
	left:0px;
	color:#333333;
	font-size:20px; /*ブログタイトルの文字サイズ*/
	font-weight:normal;
	letter-spacing:3px;

	}

	/*（ブログタイトルの文字色を変える場合は下↓のリンク色を変更して下さい。）*/
	#BANNER a:link {color: #7E734B;text-decoration: none;	}
	#BANNER a:visited {color: #7E734B;text-decoration: none;	}
	#BANNER a:active {color: #666600;text-decoration: none;	}
	#BANNER a:hover {color: #996633;text-decoration: none; background:none;	 }




/* ブログタイトルの影の部分 */
/* （不要な場合はＨＴＭＬのほうを削除して下さい） */
h1.blogtitle_back{
	position:absolute;
	font-family:"Century","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	margin:0px;
	padding:0px;
	top:31px; /*ブログタイトルの（影）文字の上からの位置*/
	left:1px; /*ブログタイトルの（影）文字の左からの位置*/
	color : #E0E0E0; /*ブログタイトルの（影）文字色*/
	font-size:20px; /*ブログタイトルの（影）文字サイズ*/
	font-weight:normal;
	letter-spacing:3px;

	}

/*ブログURL*/
.url{
	position:absolute;
	font-family:"Century Gothic","Verdana", "Arial","Osaka";
	margin:0px;
	padding:0px;
	top:55px; /*ブログURLの位置*/
	left:0px;
	color:#AEAA8C; /*ブログURLの文字色*/
	font-size: 10px; /*ブログURLの文字サイズ*/
	font-weight:bold;
	letter-spacing:2px;
	}



/*ブログ概要*/
.introduction{
	position:absolute;
	width:72%;
	font-family:"ＭＳ Ｐゴシック",  "Verdana", "Arial","Osaka";
	padding:0px;
	margin:0px;
	top:100px; /*ブログ概要の文字の位置*/
	left:0px;
	color:#666666; /*ブログ概要の文字色*/
	font-size: 10px; /*ブログ概要の文字サイズ*/
	line-height:140%;

	}


/* 管理ページへのリンクの設定  */
.admin{
	position:absolute;
	width:100%;
	font-family: "Verdana","MS UI Gothic","ＭＳ Ｐ明朝", "Arial","Osaka";
	margin:0px;
	padding:0px;
	top:5px; /*adminなどの文字の位置*/
	left:0px;
	color:#BE5050; 
	font-size: 10px; /*adminなどの文字サイズ*/
	letter-spacing:1px;
	text-align:right;
	}

/* #################### */
/* ### 横カレンダー ### */
/* #################### */

#CAL{
	width:880px;
	margin:0px 0px 30px;
	padding:3px 0px;
	text-align:center;
	font-size: 10px;
	/* ## ↓画像は変更できません。配布者ブログをご確認下さい。## */
	/* ## Do NOT change this image.　## */
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_bg1.gif");
	background-repeat: repeat;
	background-position: 0% 0%;
	}
html>body #CAL{
	width:880px;
	}	

.cal_mon{
	height:16px;
	width:20px;
	margin: 0px auto;
	padding:5px 5px;
	font-weight:bold;
	font-size: 10px; /* 月　文字サイズ */
	color:#666666;  /* 月　文字色 */
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	line-height:200%;
	display:inline;
	}

.cal {
	height:16px;
	width:16px;
	margin:0px auto;
	font-size: 10px; /* 文字サイズ */
	color:#666666;  /* 文字色 */
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	padding:5px 2px 5px 3px;
	line-height:150%;
	display:inline;
	letter-spacing:0px;
	}
.cal a{
	height:16px;
	width:16px;
	margin: 0px auto;
	padding:5px 2px;
	font-weight:bold;
	line-height:150%;
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_calday.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}




/* ################## */
/* ###  メイン部  ### */
/* ################## */

#main{
	float:left; /*　記事などが左カラム側に表示されます  */
	width:610px;
	margin:0px;
	padding:0px;
	}


#contents{
	margin:0px;
	padding:0px 20px;
	text-align:left;
	}




/* ######################################## */
/* ### エントリー（記事を表示する部分） ### */
/* ######################################## */

/*　投稿記事を囲む画像の設定　*/
/*　幅を広げる場合は上の#mainのwidthを変更してください。さらに#COTAINERのwidthの変更も必要です。　*/

.entry_table {
	width: 100%;
	margin: 0px 0px 50px;
	padding: 0px;
	border: 0px none;
}

/*　--　変更しないで下さい。（ここから）----------　*/
  .et_top{
	height:42px;
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_e_top.gif");
	background-repeat: repeat-x;
	background-position: 0% 0%;
	text-align:center;
	}
  .et_top img{border:0px none;}

  .et_tr{
	width:10px;
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_e_tr.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;	
	}
  .et_tl{
	width:10px;
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_e_tl.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;	
	}
  .et_left{
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_e_left.gif");
	background-repeat: repeat-y;
	background-position: 0% 0%;
	}
  .et_right{
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_e_right.gif");
	background-repeat: repeat-y;
	background-position: 0% 0%;	
	}
  .et_br{
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_e_br.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;	
	}
  .et_bottom{
	height:10px;
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_e_bottom.gif");
	background-repeat: repeat-x;
	background-position: 0% 0%;	
	}
  .et_bl{
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_e_bl.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}
  .et_IN{width:auto;}
/*　--　変更しないで下さい。（ここまで）----------　*/





/*### 記事タイトル ###*/
.e_title{
	font-family: "Verdana","MS UI Gothic", "ＭＳ Ｐゴシック", "Arial","Osaka";
	margin: 0px 0px 0px;
	padding:15px 5px 5px;
	text-align:left;
	color:#666633;
	font-size:14px; /*### 記事タイトルの文字サイズ ###*/
	font-weight:bold;
	letter-spacing:2px;
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_bg1.gif");
	background-repeat: repeat-x;
	background-position: 0% 0%;
	}

.e_title:first-letter {
	color:#BE5050; /*記事タイトルの最初の文字色*/
	}

/*### 記事日付（記事タイトル付近） ###*/
.e_date1{
	font-family:"Century Gothic","Verdana","MS UI Gothic","ＭＳ Ｐ明朝","Osaka";
	text-align:left;
	margin:0px 0px 5px;
	padding:0px 5px;
	color:#9C9C6B;
	font-size:10px; /*### タイトル付近の日付の文字サイズ ###*/
	letter-spacing:4px;
	font-weight:bold;
	}


/* ### 投稿記事の表示の調整 ### */
.e_waku{
	margin:30px 10px 0px;
	padding:5px;
	}


/*### 記事本文 ###*/
.e_body{

	font-family: "MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	color:#333333; /*### 本文の文字色 ###*/
	font-size:12px; /*### 本文の文字サイズ ###*/
	line-height:160%;
	letter-spacing:1px;
	margin:0px 0px 0px;
	}

/*### 記事本文内の画像の設定 ###*/
.e_body img, .e_body a img{
	border:0px;
	}


/* ### 記事の追記(READ MORE)の設定 ###*/
.e_more{
	text-align:left;
	font-family: "Verdana","Arial","Osaka";
	margin:15px 0px 15px 0px;
	padding:0px 0px;
	text-align:left;
	color:#666666;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	}
/* ### 記事の追記（文章）の設定 ### */
.e_body_more{
	font-family: "MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	margin:0px 0px;
	padding:20px 0px 0px 0px;
	color:#444444; /*### 追記の文字色 ###*/
	font-size:12px; /*### 追記の文字サイズ ###*/
	line-height:150%;
	letter-spacing:1px;
	}



/*### 記事本文のカテゴリー、ジャンル、テーマを表示する部分 ###*/
.e_state{
	font-family: "Verdana","ＭＳ Ｐゴシック","MS UI Gothic", "Arial","Osaka";
	margin:0px 5px 0px;
	padding:40px 5px 5px;
	text-align:left;
	color:#333333;
	font-size:10px;
	letter-spacing:1px;
	line-height:125%;
	font-weight:normal;
	/* ## ↓この画像は変更できません。配布者ブログをご確認下さい。Do NOT change this image.　## */
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_e_img.gif");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	}


/*### 記事本文の投稿時間やコメント・TB数を表示する部分　###*/
.e_date{
	font-family: "Verdana","ＭＳ Ｐゴシック",  "MS UI Gothic", "Arial","Osaka";
	margin:0px 5px;
	padding:15px 5px 5px;
	text-align:left;
	color:#333333;
	font-size:10px;
	line-height:125%;
	letter-spacing:1px;
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_bg1.gif");
	background-repeat: repeat-x;
	background-position: 0% 0%;
	}




/* ################################ */
/* ### コメント・トラックバック ### */
/* ################################ */
.subtitle{
	font-family: "Verdana","ＭＳ Ｐゴシック",  "MS UI Gothic", "Arial","Osaka";
	padding:5px 5px;
	margin:50px 10px 10px 0px;
	color:#666600;
	font-size:10px; /*### 「COMMENT」「TRACKBACK」の文字サイズ ###*/
	font-weight:bold;
	letter-spacing:3px;
	border-bottom:2px dotted #DEDECD;
	background-color:#FAF6E9;
	}
.subtitle:first-letter { color:#BE5050; }  /*↑の最初の文字色*/

.subtitle2{
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic", "Arial","Osaka";
	padding:5px 0px;
	margin:20px 0px 0px 10px;
	color:#666600;
	font-size:10px;/*### 「Comment form」「TrackBack List」などの文字サイズ ###*/
	font-weight:bold;
	letter-spacing:3px;
	}


/* ### コメント ###  */
.cmt_area{
	margin:5px 10px 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:#333333;
	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;
	color:#666666;
	font-family: "Verdana","MS UI Gothic", "Arial","Osaka";
	font-size:10px; /* コメントの日付などの文字サイズ */
	}
.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 10px;
	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;
	color:#666666;
	font-family: "Verdana","MS UI Gothic", "Arial","Osaka";
	font-size:10px; /* トラックバック日付などの文字サイズ */
	}	


/* ### コメント・トラックバックフォームのスタイル ### */
.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;
	}







/* ###################### */
/* ### サイドメニュー ### */
/* ###################### */

#SIDE{
	float:right; /*　サイドメニュ（プラグイン）が右カラムに表示されます  */
	width:270px;
	margin:0px 0px;
	padding:0px 20px 0px 10px;
	text-align:left;
	width:240px;
	font-size: 10px; /* サイドメニューの全体的な文字サイズ */
	color:#666666;  /* サイドメニューの全体的な文字色 */
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka"
	}	


/* サイドメニューのタイトル */

.sidetitle{
	font-family: "Verdana","ＭＳ Ｐゴシック","Arial","Osaka";
	margin:0px auto;
	padding:5px 5px 15px;
	color:#666600; /* サイドメニューのタイトルの文字色 */
	font-size:10px;  /* サイドメニューのタイトルの文字サイズ */
	letter-spacing:3px;
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_bg1.gif");
	background-repeat: repeat-x;
	background-position: 0% 100%;
	}
.sidetitle:first-letter { color:#BE5050; } /*サイドメニュータイトルの最初の文字色*/
#SIDE h2{	background-color:#FAF6E9;} /サイドメニュータイトルの背景色*/




#SIDE p {
	margin:5px 10px;
	padding:5px 0px 0px 0px;
	color:#666666;  /* サイドメニューのプラグインの説明などの文字色 */
	line-height:170%;
	}

#SIDE img {
	margin:0px;
	}
#SIDE ul{
	margin:5px;
	padding:0px;
	list-style-type:none;
	}
#SIDE li {
	margin:0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;  /* サイドメニューのリストのマーク */
	line-height:170%;
	letter-spacing:1px;
	color:#666666;  /* サイドメニューのリストの文字色（非リンク） */
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_li.gif");
	background-repeat: no-repeat;
	background-position: 0% 5px;
	}
#SIDE form {
	padding-bottom:10px;
	}
#SIDE form input,#SIDE form textarea {
	border:1px solid #999999;
	background:#FFFFFF;
	font-size:12px;
	}




/* ### プラグイン3の設定 ### （TOPページの記事上部に表示）### */
/* ### （表示するものに合わせて↓の設定などを修正して下さい。）### */

.plug3{
	margin:0px 0px 50px 0px;
	padding:10px;
	color:#666666;   /*プラグイン3の全体的な文字色*/
	font-size: 10px; /* プラグイン3の全体的な文字サイズ */
	border:2px dotted #DEDECD;
	}
.plug3title{
	font-family: "Verdana","ＭＳ Ｐゴシック","Arial","Osaka";
	padding:5px ;
	margin:0px 0px;
	text-indent:0px;
	color:#666600; /* プラグイン3のタイトル文字色 */
	font-size:10px;  /* プラグイン3のタイトル文字サイズ */
	letter-spacing:3px;
	background-color:#FAF6E9;
	}
.plug3title:first-letter { color:#BE5050; }  /*プラグイン3タイトルの最初の文字色*/

.plug3 p {
	margin:15px;
	line-height:170%;
	}
.plug3 ul{
	margin:10px 5px;
	padding:0px;
	list-style-type:none;
	}
.plug3 li{
	font-family: "Verdana","ＭＳ Ｐゴシック","MS UI Gothic", "Arial","Osaka";
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	line-height:170%;
	letter-spacing:1px;
	}


/* ### フッター ### */
#COPY{
	width:880px;
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	clear:both;
	margin:0px auto;
	padding:10px 0px 5px 0px;
	text-align:left;
	background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_bg2.gif");
	background-repeat: repeat;
	background-position: 0% 0%;
	}
#COPY address{ 
	line-height:180%;
	margin:0px 10px; 
	padding:0px 0px;
	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:10px 0px 30px 0px;
	padding:0px 20px 0px 0px;
	color:#BE5050; 
	font-size:10px;
	text-align:center;
	}

.page_link a img{
	border:0px;
	margin:0px 0px;
	}



/* ############################## */
/* ### カレンダー（通常表示） ### */
/* ############################## */
.plugin-calender{
	margin:5px 0px 15px;
	}
	
table.calender{
	width:95%;
	margin:0px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	}
.calender caption{
	font-weight:bold;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	
	background-color:#FFFFFF;
	padding:5px 0px;
}
 /*前後月のリンク部分の文字装飾*/
.calender caption a {
	font-weight:bold;
	}


 /*曜日*/
.calender th { color:#999999;
	font-weight:bold;
	line-height: 160%;
	border: 1px solid #CCCCCC;
	text-align:center;  /*曜日の寄せ*/
	}

.calender th#sun { color:#C56771; } /*日*/
.calender th#sat { color:#3399FF; } /*土*/



/*日にち*/
.calender td {
	color:#999999;
	font-weight:normal;
	line-height: 160%;
	border: 1px solid #CCCCCC;
	background-color:#FAF6E9;
	text-align:center; /*日にちの寄せ*/
} 
/*リンク部分の文字装飾*/
.calender td a {
	display:block;
	font-weight:bold;
	background-color:#FFFFFF;
	text-align:center; /*日にちの寄せ(投稿があった日）*/
	}

/* ### 絵文字ボタンに関する設定 ### */
.emoji{
	border:0px;
	}

/* ### ブックマーク＆拍手ボタンの位置 ###*/
.fc2_footer{
	margin:25px 10px 10px 0px;
	}
/* ### フリーエリア ###*/
.plugin-freearea{
	margin:10px 10px;
	line-height:140%;
	}
/* ### QRコード ###*/
.plugin-qrcode{
	margin:0px 15px;
	}


/* ### 関連記事リスト ###*/
.relate_dl {
  margin: 40px 10px 15px 0px;
  padding:5px 0px;
  border: 0 none;
}

/* 「 関連記事 」の表示の設定　*/
.relate_dt {
  margin: 0px;
  border-bottom:1px dashed #CCCCCC;
  padding: 3px 0px;
  letter-spacing:2px;
}
.relate_dt:first-letter { 
 color:#BE5050;
}

/* 記事リスト（記事タイトル）の表示の設定　*/
.relate_dd {
  margin: 0px 0px 10px ;
  padding-left:10px;
}

.relate_ul {
  list-style-type: none;
  margin: 5px 0px;
  padding: 0px;
}

.relate_ul li {
  list-style-type:none;
  /* 記事リスト（記事タイトル）の前のマーク　*/
  background-image: url("http://blog-imgs-42-origin.fc2.com/a/w/i/awitchsally/aws_f09_li.gif");
  background-repeat: no-repeat;
  background-position: 0% 4px;
  margin: 0px;
  text-indent:15px;
  padding-left: 0px;
  letter-spacing:1px;
}


/* ### 改行タグ（ブラウザによる改行の表示を調整） ###*/
br{	letter-spacing:normal;}