/* ########################## */
/* ### 配布者からのお願い ### */
/* ########################## */
/*
テンプレートをDLして頂きありがとうございます。

■□　注 意 ------------------------------□■

　利用規約（配布者ブログ内に掲載）に同意出来る方のみ、ご利用下さい。

■□　以下は使用不可 ---------------------□■

　●営利目的のブログ（企業や販売を行っているブログ）、アフィリエイト、アダルトジャンル。

　●違法サイト、及び過去に規約に違反した方。


■□　禁 止　-----------------------------□■

　●テンプレート内の画像の変更。

　●テンプレート内の画像の二次使用。　(＝他のWEBページやブログなどでの使用。)

　●テンプレート内の画像を加工ソフトで加工すること。

　●テンプレート内の画像の再配布。

　●テンプレートのタグ（全部・一部に関わらず）の再配布。

　●テンプレート内のタグをコピーして他のテンプレートで使用。


■□　その他　-----------------------------□■

　ご不明な点はテンプレート配布者（サリイ）までお問い合わせ下さい。
　(配布者ブログ内によく頂く質問もまとめています。)
　テンプレート内のイラスト等は素材サイト様(HELIUM様)よりお借りしているものですが、
　テンプレート内の素材に関しても、不明な点は全て配布者（サリイ）にお問い合わせ下さい。


----------------------------------------
【サイドメニューの「カテゴリ」がリスト表示されない方】

管理画面の「プラグインの設定」で

   （PC用）公式プラグイン追加
     　　　　↓
  　[　カテゴリ　／　カテゴリ一覧を表示します(カスタマイズ向け)　]

をダウンロードし、表示するをチェックして下さい。
（配布者ブログの「表示トラブル」の頁でも詳細説明を掲載しています。）
----------------------------------------
*/




/* ######################## */
/* ### 全体のレイアウト ### */
/* ######################## */

/* # スクロールバー↓(IE) # */
html,body{
	scrollbar-arrow-color : #999999;
	scrollbar-face-color : #FFFFFF;
	scrollbar-track-color : #EAEAEA;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-3dlight-color : #EAEAEA;
	scrollbar-darkshadow-color : #EAEAEA;
	}

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.fc2.com/a/w/i/awitchsally/aws_he03_bg.gif");
	background-attachment: fixed;
	background-repeat: repeat;
	}





/* ######################## */
/* #### ブログの幅など #### */
/* ######################## */

#container{
	width:910px;
	margin-right:auto;
	margin-left:auto;
	padding:10px 0px;
	}

/*WinIE5,6の指定*/
#container {
	  overflow:visible;
	  height:1px;
	}
/*WinIE5,6・MacIE5以外の指定*/
html>body #container{
	  overflow:visible;
	  height:auto;
	}

/*MacIE5の指定*/
/* \*//*/
html>body #container{
	overflow:visible;
}
/**/


/* ################## */
/* ### 共通のタグ ### */
/* ################## */

form{
	margin:0px;
	padding:0px;
	}
img{
	border:none;
	}
blockquote{
	font-family: "MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	margin:15px 0px;
	padding:10px;
	background-color:#FFFFFF;
	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%;
	}



/* ############################ */
/* ### 全体的なリンクの設定 ### */
/* ############################ */

a:link {	color: #996666;text-decoration: none;}
a:visited {color: #996666;text-decoration: none;}
a:active {	color: #666666;text-decoration: none;}
a:hover {	color: #C56771;text-decoration: underline;}




/* ################## */
/* ###  メイン部  ### */
/* ################## */

#MAIN{
	float:left; /*　記事などが左カラム側に表示されます  */
	width:620px;
	margin:0px;
	padding:0px;
	text-align:center;
	}

#contents{ /*　記事などの左右余白を設定しています */
	width:620px;
	margin:0px;
	padding:0px 20px;
	text-align:left;
	}
html>body #contents{
	width:580px;
	}


/* ############################################ */
/* ###  メイン側　白枠のレイアウトテーブル  ### */
/* ############################################ */

table.m_table{
	width:620px;
	border:none 0;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	}

table.m_table tr td{
	padding:0px;
	}

/* # 白枠上部(角丸の画像)の設定 # */
.main_top{
	height:20px;
	margin:0px;
	padding:0px;
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url("http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_main1.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}

/* # 白枠中央の設定（記事などのコンテンツを表示する部分） # */
.main_in{
	margin:0px;
	padding:0px;
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url("http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_main2.gif");
	background-repeat: repeat-y;
	background-position: 0% 0%;
	}

/* # 白枠下部(角丸の画像)の設定（著作権表示の部分） # */
.main_bottom{
	height:70px;
	margin:0px;
	padding:0px;
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url("http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_main3.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	}




/* ################################ */
/* ## 管理ページへのリンクの設定 ## */
/* ################################ */

.admin{
	font-family: "Verdana","MS UI Gothic","ＭＳ Ｐ明朝", "Arial","Osaka";
	margin:0px;
	padding:10px 10px 5px;
	text-align:right;
	color:#999999; 
	font-size: 10px; /*adminなどの文字サイズ*/
	line-height:100%;
	letter-spacing:1px;
	}





/* #################################### */
/* ###　バナー（ブログタイトル部分）### */
/* #################################### */

#BANNER{
	width:620px;
	height:280px;
	margin:0px 0px 20px;
	padding:0px;
	text-align:center;
	}
html>body #BANNER{
	width:620px;
	height:280px;
	}	

.banner_bg{
	position:relative;
	width:620px;
	height:280px;
	margin:0px;
	padding:0px;
	text-align:left;
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url("http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_img.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}
	

/* ブログタイトル */
h1.blogtitle{
	position:absolute;
	width:80%;
	font-family:"Georgia","Century","Verdana", "MS UI Gothic","Arial","Osaka";
	padding:0px;
	margin:0px;
	top:80px; /*ブログタイトルの文字の位置*/
	left:100px;
	color:#3E3E00;
	font-size:16px; /*ブログタイトルの文字サイズ*/
	font-weight:bold;
	z-index:3;
	letter-spacing:2px;
	}

	/*（ブログタイトルの文字色を変える場合は下↓のリンク色を変更して下さい。）*/
	#BANNER a:link {color: #3E3E00;text-decoration: none;	}
	#BANNER a:visited {color: #3E3E00;text-decoration: none;	}
	#BANNER a:active {color: #666666;text-decoration: none;	}
	#BANNER a:hover {color: #CCCC66;text-decoration: none; background:none;	 }




/* ブログタイトルの影の部分 */
/* （不要な場合はＨＴＭＬのほうを削除して下さい） */
h1.blogtitle_back{
	position:absolute;
	width:80%;
	font-family:"Georgia","Century","Verdana", "MS UI Gothic","Arial","Osaka";
	padding:0px;
	margin:0px 0px 0px 0px;
	top:82px; /*ブログタイトルの（影）文字の上からの位置*/
	left:102px; /*ブログタイトルの（影）文字の左からの位置*/
	color : #F1F1F1; /*ブログタイトルの（影）文字色*/
	font-size:16px; /*ブログタイトルの（影）文字サイズ*/
	font-weight:bold;
	letter-spacing:2px;/*ブログタイトルの（影）文字間隔*/
	z-index:0;
	}

/*ブログ概要*/
.introduction{
	position:absolute;
	width:65%;
	font-family:"ＭＳ Ｐゴシック",  "Verdana", "Arial","Osaka";
	margin:0px;
	padding:0px;
	top:125px; /*ブログ概要の文字の位置*/
	left:95px;
	text-align:left;
	color:#666666; /*ブログ概要の文字色*/
	font-size: 10px; /*ブログ概要の文字サイズ*/
	line-height:140%;
	z-index:2;
	}

/*ブログURL*/
.url{
	position:absolute;
	width:80%;
	font-family:"Century Gothic","Verdana", "Arial","Osaka";
	margin:0px;
	padding:0px;
	top:60px; /*ブログ概要の文字の位置*/
	left:95px;
	color:#9B966F; /*ブログ概要の文字色*/
	font-size: 10px; /*ブログ概要の文字サイズ*/
	font-weight:bold;
	line-height:125%;
	letter-spacing:2px;
	z-index:1;
	}





/* ######################################## */
/* ### エントリー（記事を表示する部分） ### */
/* ######################################## */

/* ### 記事の寄せ、余白の設定等 ### */
.e_waku{
	margin:20px 0px;
	padding:0px 10px 0px;
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url("http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_e.gif");
	background-repeat: no-repeat;
	background-position: 10px 0%;

	}


/*### 記事タイトル ###*/
.e_title{
	font-family:  "Verdana","MS UI Gothic", "ＭＳ Ｐゴシック", "Arial","Osaka";
	margin: 0px 0px 0px 35px;
	padding:10px 0px 5px;
	text-align:left;
	color:#663333;
	font-size:14px;   /*### 記事タイトルの文字サイズ ###*/
	font-weight:bold;
	letter-spacing:2px;
	}

.e_title:first-letter {
	font-size:16px;   /*### 記事タイトルの最初の一文字目のサイズ ###*/
	color:#990033; /*記事タイトルの最初の文字色*/
	}



/*### 記事日付（上部／タイトル下） ###*/
.e_date1{
	font-family:"Georgia","Century","Verdana", "MS UI Gothic","Arial","Osaka";
	margin:0px 0px 0px 35px;
	padding:0px;
	text-align:left;
	color:#CCCCCC;
	font-size:10px; /*### タイトル付近の日付の文字サイズ ###*/
	line-height:120%;
	letter-spacing:4px;
	font-weight:bold;
	}



/*### 記事本文 ###*/
.e_body{
	font-family: "MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	color:#444444;   /*### 本文の文字色 ###*/
	font-size:12px;   /*### 本文の文字サイズ ###*/
	line-height:150%;
	letter-spacing:1px;
	margin:30px 10px 30px;
	}

/*### 記事本文内の画像の設定 ###*/
.e_body img, .e_body a img{
	border:none 0;
	}


/* ### READ MORE ###*/
.e_more{
	text-align:left;
	font-family: "Verdana","Arial","Osaka";
	margin:15px 0px;
	padding:0px 0px;
	text-align:left;
	color:#666666;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	}
/* ### 記事の追記(READMORE) 文章の設定 ### */
.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:15px 0px 5px;
	padding:0px 0px;
	text-align:left;
	color:#999999;
	font-size:10px;
	letter-spacing:1px;
	line-height:150%;
	}


/*### 記事本文下部のpermalinkやコメント・TB数を表示する部分　###*/
.e_date{
	font-family: "Verdana","ＭＳ Ｐゴシック",  "MS UI Gothic", "Arial","Osaka";
	margin:0px 0px 50px;
	padding:15px 5px 0px;
	text-align:right;
	color:#999999;
	font-size:10px;
	line-height:150%;
	letter-spacing:1px;
	font-weight:bold;
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url(http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_line2.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;

	}
.e_date a {
	font-weight:normal;
	}



/* ################################ */
/* ### コメント・トラックバック ### */
/* ################################ */

.subtitle{
	font-family: "Verdana","ＭＳ Ｐゴシック",  "MS UI Gothic", "Arial","Osaka";
	padding:5px;
	margin:50px 10px 30px;
	color:#2F2F00;
	font-size:10px;   /*### 「COMMENT」「TRACKBACK」の文字サイズ ###*/
	font-weight:bold;
	letter-spacing:3px;
	line-height:150%;
	border:3px dotted #EEEEEE;

	}
/*↑の最初の文字の設定*/
.subtitle:first-letter { 
	color:#990033;
	font-size:12px;
 }  
.subtitle2{
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic", "Arial","Osaka";
	line-height:150%;
	padding:4px 0px;
	margin:30px 15px 20px;
	color:#2F2F00;
	font-size:10px;/*### 「Comment form」「TrackBack List」などの文字サイズ ###*/
	font-weight:bold;
	letter-spacing:3px;
	}


/* ### コメント ###  */
.cmt_title{
	margin:15px 10px 0px 15px;
	padding:0px;
	color:#333333;
	font-size:12px; /* コメントタイトルの文字サイズ */
	font-weight:bold;
	}
.cmt_body{
	font-family: "MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	margin:15px 15px 15px;
	padding:0px;
	color:#666666;
	font-size:12px; /* コメント本文の文字サイズ */
	line-height:150%;
	}
.cmt_state{
	font-family:"Verdana","MS UI Gothic","ＭＳ Ｐゴシック", "Arial","Osaka";
	font-size:10px; /* コメントの日付などの文字サイズ */
	margin:5px 15px 10px 10px;
	padding:0px;
	text-align:right;
	color:#666666;
	}

/* コメントのフォームの表示位置や文字サイズ　*/
.cmt_form {
	margin:5px 20px 5px 15px;
	padding:0px;
	color:#666666;
	font-size:12px; /* コメントフォームの文字サイズ */
	line-height:150%;
	}
.cmt_form label{
	font-size:10px; /* コメントフォーム付近Nameなどの文字サイズ */
	}

/* コメント内容を表示する部分の枠線や、余白など　*/
.cmt_area{
	margin:5px 10px 10px;
	padding:0px;
	border:1px dotted #cccccc;
	}

/* ### トラックバック ### */
.tb_url{
	margin:5px 10px 5px 15px; /* トラックバック「→この記事に．．．．」の表示位置、余白*/
	padding:0px;
	color:#333333;
	font-size:12px; /* トラックバック「→この記事に．．．．」の文字サイズ */
	line-height:180%;
	}
.tb_referer{
	margin:15px 0px 0px 15px;
	padding:0px;
	color:#333333;
	font-size:12px; /* トラックバック元を表示する文字サイズ */
	font-weight:bold;
	}
.tb_body{
	font-family:"MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	font-size:12px; /* トラックバック記事の文字サイズ */
	margin:15px 10px 15px 20px;
	padding:0px;
	color:#333333;
	line-height:180%;
	}
.tb_state{
	font-family:"Verdana","MS UI Gothic","ＭＳ Ｐゴシック", "Arial","Osaka";
	font-size:10px; /* トラックバック日付などの文字サイズ */
	margin:5px 10px 10px;
	padding:0px;
	text-align:right;
	color:#666666;
	}

/* トラックバック元を表示する枠線や余白　*/
.tb_area{ 
	margin:5px 10px 10px;
	padding:0px;
	border:1px dotted #cccccc;
	}

/* ### コメント・トラックバックフォーム ### */
.form_text{
	width:300px;
	border:1px solid #666666;
	color:#333333; 
	background:#F8F8F3;
	}
.form_textarea{
	width:340px;
	border:1px solid #666666;
	color:#333333; 
	background:#F8F8F3;
	}
.form_pass{
	border:1px solid #666666;
	color:#333333; 
	background:#F8F8F3;
	}
.form_button{
	margin-top:10px;
	border:1px solid #666666;
	color:#333333; 
	background:#F8F8F3;
	}
form label{
	display:block;
	font-family: "Verdana","ＭＳ Ｐゴシック",  "MS UI Gothic", "Arial","Osaka";
	font-size:10px;
	margin:5px 0px 0px 0px;
	}






/* ######################## */
/* ###  レイアウト固定  ### */
/* ######################## */
/*　縦カレンダー表示用のレイアウト固定タグ　*/
/*　縦カレンダー＋プラグイン*/

#KOTEI{
	float:right; /* 記事の右側に縦カレンダーとプラグインが表示されます */
	width:290px;
	margin:0px;
	padding:0px;
	}





/* ###################### */
/* ### サイドメニュー ### */
/* ###################### */

#SIDE{
	float:right; /*　サイドメニュー（プラグイン）が縦カレンダーの右に表示されます  */
	width:240px;
	margin:0px;
	padding:0px;
	text-align:left;
	}	
html>body #SIDE{
	width:240px;
	}


/* ############################################## */
/* ##　サイドメニュー白枠のレイアウトテーブル　## */
/* ############################################## */

table.s_table{
	width:240px;
	border:none 0;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	font-size: 10px; /* サイドメニューの全体的な文字サイズ */
	color:#666666;  /* サイドメニューの全体的な文字色 */
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka"
	}

table.s_table tr td{
	padding:0px;
	}

.side_top{
	height:10px;
	margin:0px;
	padding:0px;
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url(http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_side1.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}


 /* ##　サイドメニューの文字サイズなどは↓で設定　## */
.side_in{
	margin:0px;
	padding:0px 5px 0px 10px;
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url(http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_side2.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	font-size: 10px; /* サイドメニューの全体的な文字サイズ */
	color:#666666;  /* サイドメニューの全体的な文字色 */
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka"
	}


.side_bottom{
	height:10px;
	margin:0px;
	padding:0px;
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url(http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_side3.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	}



/* ## サイドメニューのタイトル  ## */
.sidetitle{
	font-family: "Verdana","ＭＳ Ｐゴシック","Arial","Osaka";
	margin:0px 0px 5px;
	padding:0px 5px 20px 10px;
	color:#666633; /* サイドメニューのタイトルの文字色 */
	font-size:10px;  /* サイドメニューのタイトルの文字サイズ */
	font-weight:bold;
	letter-spacing:2px;
	background-image: url(http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_line1.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	}

/*サイドメニュータイトルの最初の文字色*/
.sidetitle:first-letter { color:#990033; }



/* ## サイドメニュー内の各設定↓  ## */

#SIDE p {
	margin:0px 0px;
	padding:5px 10px 0px;
	line-height:150%;
	color:#666666;  /* サイドメニューに表示するものの文字色 */
	}


#SIDE img {
	margin:0px 0px;
	}

#SIDE ul{
	margin:5px 0px 5px 10px;
	padding:0px;
	list-style:none;
	}
#SIDE li {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;  /* サイドメニューのリストのマーク */
	line-height:160%;
	letter-spacing:1px;
	color:#666666;  /* サイドメニューのリストの文字色（非リンク） */
	/* ↓リストの画像（リストマークの代わり） */
	background-image: url(http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_li.gif);
	background-repeat: no-repeat;
	background-position: 0% 4px;
	}

/* サイドメニュー内のフォームの設定*/
#SIDE form {
	padding-bottom:10px;
	}
#SIDE form input{
	border:1px solid #999999;
	font-size:12px;
	}
#SIDE form textarea {
	border:1px solid #999999;
	font-size:12px;
	}




/* ################################## */
/* ### カレンダー（縦カレンダー） ### */
/* ################################## */
#T_CAL{
	float:left;  /* プラグインの左側に縦カレンダーが表示されます */
	margin:5px auto;
	padding:0px;
	width:50px;
	text-align:center;
	color:#666666; 
	font-size: 10px; 
	}
html>body #T_CAL{
	width:50px;
	}	

.cal_mon{
	width:30px;
	margin: 0px auto;
	padding:10px 0px;
	font-weight:bold;
	font-size: 10px; /* 月　文字サイズ */
	color:#FFFFFF;  /* 月　文字色 */
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url(http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_calmon.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	line-height:110%;
	display: block;
	}

.cal {
	height:22px;
	width:20px;
	margin: 0px auto;
	padding:0px 0px;
	font-size: 10px; /* 日付の文字サイズ */
	color:#000000;  /* 日付の文字色 */
	font-weight:bold;
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url(http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_calday.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	line-height:170%;
	letter-spacing:0px;
	}
.cal a{ 
	height:22px;
	width:20px;
	margin:0px auto;
	padding: 0px 0px;
	color:#FFFFFF;
	font-weight:bold;
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url(http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_acalday.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	line-height:170%;
	display: block;
	}

.cal_end{
	height:22px;
	width:20px;
	margin:0px auto;
	padding:10px 0px;
	font-size: 10px; /* 文字サイズ */
	color:#000000;  /* 文字色 */
	line-height:170%;
	text-align:center;
	font-size: 10px;
	}

.cal_end a {
	height:22px;
	width:20px;
	margin:0px auto;
	padding:0px;
	font-weight:bold;
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url(http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_calday.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	line-height:180%;
	display: block;
	}



/* ########################################################## */
/* ### プラグイン3の設定 ### （TOPページの記事上部に表示）### */
/* ########################################################## */

/* ## （表示するものに合わせて↓以下の設定を修正して下さい。）## */

.plug3{
	margin:10px 15px 40px;
	padding:0px;
	color:#666666;   /*プラグイン3の全体的な文字色*/
	font-size: 10px; /* プラグイン3の全体的な文字サイズ */
	border:3px dotted #EEEEEE;
	background-color:#FFFFFF;
	}
.plug3title{
	font-family: "Verdana","ＭＳ Ｐゴシック","Arial","Osaka";
	height:12px;
	padding:8px 10px;
	margin:0px 0px;
	text-indent:0px;
	color:#666633; /* プラグイン3のタイトル文字色 */
	font-size:10px;  /* プラグイン3のタイトル文字サイズ */
	font-weight:bold;
	letter-spacing:2px;
	}
.plug3title:first-letter { color:#990033; }  /*プラグイン3タイトルの最初の文字色*/

.plug3 p {
	margin:5px 5px;
	}
.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:160%;
	letter-spacing:1px;
	}



/* ################################# */
/* ### フッター （著作権表示等） ### */
/* ################################# */

#COPY{
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	clear:both;
	margin:0px auto;
	padding:0px 0px 10px 0px;
	text-align:left;
	/* ## ↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	/* ## Do NOT change this image.　## */
	background-image: url(http://blog-imgs-42.fc2.com/a/w/i/awitchsally/aws_he03_line1.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;

	}
#COPY address{ 
	width:600px;
	line-height:160%;
	margin:0px 0px; 
	padding:20px 10px 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:20px 10px 45px 0px;
	padding:0px 0px 10px;
	color:#333333;
	font-size:10px;
	text-align:center;
	}

.page_link a img{
	border:0px;
	margin:0px 10px;
	}





/* ######################################## */
/* ### 以下、その他の各コンテンツの設定 ### */
/* ######################################## */


/* ############################## */
/* ### カレンダー（通常表示） ### */
/* ############################## */
.plugin-calender{
	margin:5px 0px 15px;
	}
	
table.calender{
	width:90%; /*カレンダーの幅*/
	margin:0px;
	border: 1px solid #F1F1F1;
	}
.calender caption{
	font-weight:bold;
	border-top: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;	
	background-color:#F9F9F9; /*前月・当月・翌月部分の背景色*/
	padding:5px 0px;
}
 /*前後月のリンク部分の文字装飾*/
.calender caption a {	font-weight:bold;	}


/*曜日*/
.calender th { color:#666666;
	font-weight:bold;
	line-height: 160%;
	border: 1px solid #FFFFFF;
	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:#FFFFFF; /*日にちの背景色*/
	text-align:center; /*日にちの寄せ*/
} 
/*日にち・リンク部分の文字装飾*/
.calender td a {
	display:block;
	font-weight:bold;
	background-color:#F6F6F6; /*日にちの背景色(投稿があった日）*/
	text-align:center; /*日にちの寄せ(投稿があった日）*/
	}


/* ########################## */
/* ### 絵文字に関する設定 ### */
/* ########################## */

.emoji{
	border:none 0;
	vertical-align:middle;
	}

/* ###################################### */
/* ### ブックマーク＆拍手ボタンの位置 ### */
/* ###################################### */

.fc2_footer{
	margin:25px 0px 10px;
	}


/* #################### */
/* ### フリーエリア ### */
/* #################### */

/* ## 表示する物に合わせて修正して下さい。 ## */
.plugin-freearea{
	padding:10px 10px;
	line-height:150%;
	}

/* ################ */
/* ### QRコード ### */
/* ################ */

.plugin-qrcode{
	padding:5px 15px;
	}



/* ###################### */
/* ### 関連記事リスト ### */
/* ###################### */

/* 記事の下部に表示（表示させるには管理画面の「環境設定の変更」で） */

.relate_dl {
  margin: 40px 10px 15px 0px;
  padding:5px 5px;
  border: 0 none;
  border:3px double #EEEEEE;
}

/* 「 関連記事 」の表示の設定　*/
.relate_dt {
  margin: 0px;
  padding: 3px 10px;
  background-color:#F6F6F6;
  letter-spacing:2px;
}
.relate_dt:first-letter { 
 color:#990033;
}

/* 記事リスト（記事タイトル）の表示の設定　*/
.relate_dd {
  margin: 5px 0px;
  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.fc2.com/a/w/i/awitchsally/aws_he03_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;}