/* ### 全体のレイアウト ### */

html{
	scrollbar-arrow-color : #999933;
	scrollbar-face-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-3dlight-color:#999933 ;
	scrollbar-darkshadow-color : #999933;
	}

body{
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	margin:0px;
	margin-left:auto;
	margin-rught:auto;
	padding:0px;
	background-color: #FFFFFF;
	color:#666666; /*全体的な文字色*/
	text-align:center;
	letter-spacing:1px;
	word-break: break-all;
	background-attachment: fixed;
	background-image: url("http://blog-imgs-41.fc2.com/a/w/i/awitchsally/aws_f04_bg.gif");
	background-repeat: repeat;
	background-position: 0% 0%;
	}

br{	letter-spacing:normal;}

#container{
	width:932px;
	margin-right:auto;
	margin-left:auto;
	padding:0px 0px;
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-image: url("http://blog-imgs-41.fc2.com/a/w/i/awitchsally/aws_f04_conbg1.gif");
	background-repeat: repeat-y;
	background-position: 50% 0%;
	}

/*WinIE5,6の指定*/
#container {
	  overflow:visible;
	  height:1px;
	}
/*WinIE5,6・MacIE5以外の指定*/
html>body #container{
	  overflow:auto;
	  height:auto;
	}

/*MacIE5の指定*/
/* \*//*/
html>body #container{
	overflow:visible;
}
/**/


/* ### 共通のタグ ### */

form{
	margin:0px;
	padding:0px;
	}
img{
	border:none;
	vertical-align:middle;
	}
blockquote{
	font-family: "MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	margin:15px 0px;
	padding:10px;
	background-color:;
	border:1px dashed #996600;　　/*引用部分の枠線*/
	font-size:12px;   /*引用部分の文字サイズ*/
	line-height:150%;
	width:90%;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:90%;
	}
html>body blockquote{
	width:90%;
	}
blockquote p{
	margin:0px 0px;
	padding:0px;

	line-height:150%;
	}

/* ### リンク ### */
a:link {
	color: #845900;
	text-decoration: none;
	}

a:visited {
	color: #845900;
	text-decoration: none;
	}

a:active {
	color: #996633;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	text-decoration: underline;
	background-color:#FFFFFF;	
	}



#conbg{
	width:842px;
	margin-right:auto;
	margin-left:auto;
	padding:0px 0px;
	background-attachment: scroll;
	background-image: url("http://blog-imgs-41.fc2.com/a/w/i/awitchsally/aws_f04_conbg2.gif");
	background-repeat: repeat-y;
	background-position: 0% 0%;

	}



/* ###　バナー　### */

#BANNER{
	height:210px;
	margin:0px 0px 0px 0px;
	padding:0px 0px;
	width:842px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:842px;
	background-attachment: scroll;
	/* ## この↓↓画像は変更できません。配布者BLOGの規約をご覧下さい。　## */
	background-image: url("http://blog-imgs-41.fc2.com/a/w/i/awitchsally/aws_f04_img.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align:center;
	}
html>body #BANNER{
	width:842px;
	height:210px;
	}	


/*###　ブログタイトルの文字色を変える場合は下↓のリンク色を変更して下さい。　###*/

#BANNER a:link {color: #996633;text-decoration: none;	}
#BANNER a:visited {color: #996633;text-decoration: none;	}
#BANNER a:active {color: #996633;text-decoration: none;	}
#BANNER a:hover {color: #999933;text-decoration: none; background:none;	 }

.banner_bg{
	position:relative;
	width:840px;
	height:80px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	}	

h1.blogtitle{
	position:absolute;
	width:830px;
	font-family: "Century Gothic","MS UI Gothic","ＭＳ Ｐゴシック", "Arial","Osaka";
	padding:0px;
	margin:0px;
	top:10px;
	left:20px;
	color:#996633;
	font-size:26px; /*ブログタイトルの文字サイズ*/
	font-weight:normal;
	z-index:1;
	}

/*（↓ブログタイトルの影の部分）*/
/*（↓不要な場合はＨＴＭＬのほうを削除して下さい）*/
h1.blogtitle_back{
	position:absolute;
	width:830px;
	font-family: "Century Gothic","MS UI Gothic","ＭＳ Ｐゴシック", "Arial","Osaka";
	padding:0px;
	margin:0px 0px 0px 1px;
	top:11px;
	left:20px;
	color : #999933; /*ブログタイトルの（影）文字色*/
	font-size:26px; /*ブログタイトルの（影）文字サイズ（↑のタイトルと同サイズ推奨）*/
	font-weight:normal;
	z-index:0;
	}

.introduction{
	position:absolute;
	width:400px;
	font-family: "MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "Arial","Osaka";
	margin:0px;
	padding:0px;
	top:50px;
	left:25px;
	color:#333333; /*ブログ概要の文字色*/
	font-size: 12px; /*ブログ概要の文字サイズ*/
	line-height:125%;
	}



/* ### メイン部（左側） ### */
#main{
	width:570px;
	float:left;
	margin:0px;
	padding:0px;
	}


#contents{
	margin:0px 25px 0px 25px;
	padding:0px;
	text-align:left;
	width:570px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:520px;
	}
html>body #contents{
	width:520px;
	}



 /* ### エントリー（記事） ### */
.e_title{
	height:35px;
	text-indent:10px;
	margin: 5px 5px 0px 5px;
	padding: 6px 0px 6px 0px;
	color:#996633;
	font-size:14px;   /*### 記事タイトルの文字サイズ ###*/
	font-weight:bold;
	letter-spacing:1px;
	background-attachment: scroll;
	background-image: url(http://blog-imgs-41.fc2.com/a/w/i/awitchsally/aws_f04_entry.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	}
.e_date{
	font-family: "Verdana","ＭＳ Ｐゴシック",  "MS UI Gothic", "Arial","Osaka";
	margin:0px 0px 20px 10px;
	text-align:right;
	color:#999999;
	font-size:10px;   /*### 日付の文字サイズ ###*/
	line-height:150%;
	letter-spacing:1px;
	}
.e_body{
	font-family: "MS UI Gothic","Verdana","ＭＳ Ｐゴシック", "MS UI Gothic", "Arial","Osaka";
	margin-bottom:25px;
	padding:0px ;
	color:#444444;     /*### 本文の文字色 ###*/
	font-size:12px;    /*### 本文の文字サイズ ###*/
	line-height:155%;
	letter-spacing:1px;
	background-color:#FFFFFF;
	}
.e_body img, .e_body a img{
	margin:2px;
	border:0px;
	}
.e_body_w{
	margin:0px 5px 0px 5px;
	padding:0px 15px 5px 15px;
	border:0px solid #FFFFFF;
	}

.e_more{
	margin:30px 0px 15px 0px;
	padding:0px;
	text-align:left;
	color:#333333;
	font-size:10px;   /*### 追記がある場合「続きを読む」の文字サイズ ###*/
	font-weight:bold;
	letter-spacing:1px;
	}
.e_state{
	margin:5px 0px;
	text-align:left;
	color:#000000;
	font-size:10px;   /*### コメント・TB数を表示する部分の文字サイズ ###*/
	letter-spacing:1px;
	line-height:150%;
	font-weight:bold;
	}
.e_cate{
	margin:5px 5px 30px 5px;
	padding:5px 0px;
	text-align:right;
	color:#000000;
	font-size:10px;　/*### カテゴリーやジャンルを表示する部分の文字サイズ ###*/
	letter-spacing:1px;
	font-weight:bold;
	border-top:3px double #FEDB9F;
	}




/* ### コメント・トラックバック ### */

.subtitle{
	font-family: "Verdana","ＭＳ Ｐゴシック",  "MS UI Gothic", "Arial","Osaka";
	height:10px;
	vertical-align:middle;
	text-indent:25px;
	padding:5px 0px;
	margin:50px 5px 10px 5px;
	color:#999933;
	font-size:12px;   /*### 「COMMENT」「TRACKBACK」の文字サイズ ###*/
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid #E9E1B8;
	background-attachment: scroll;
	background-image: url(http://blog-imgs-41.fc2.com/a/w/i/awitchsally/aws_f04_sub.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	}


.subtitle2{
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic", "Arial","Osaka";
	height:20px;
	vertical-align:middle;
	text-indent:5px;
	padding:8px 0px 2px 0px;
	margin:30px 5px 0px 5px;
	color:#999933;
	font-size:12px;   /*### 「Comment form」「TrackBack List」などの文字サイズ ###*/
	font-weight:bold;
	letter-spacing:1px;
	}
.subtitle2:first-letter { color:#E4623F; }  /*↑の最初の文字色*/

/* ### コメント ###  */
.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 15px;
	padding:0px;
	color:#666666;
	font-size:12px; /* コメント本文の文字サイズ */
	line-height:150%;
	}
.cmt_state{
	margin:5px 15px 10px 10px;
	padding:0px;
	text-align:right;
	color:#666666;
	font-size:10px; /* コメントの日付などの文字サイズ */
	}
.cmt_form{
	margin:5px 10px 5px 10px;
	padding:0px;
	color:#666666;
	font-size:12px; /* コメントフォーム付近Nameなどの文字サイズ */
	line-height:180%;
	}
.cmt_area{
	font-family: "Verdana","ＭＳ Ｐゴシック","MS UI Gothic","Arial","Osaka";
	margin:5px 5px 10px 5px;
	padding:0px;
	border:dashed 1px #cccccc;
	}
/* ### トラックバック ### */
.tb_url{
	margin:5px 5px 5px 25px;
	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{
	margin:15px 10px 15px 20px;
	padding:0px;
	color:#333333;
	font-size:12px; /* トラックバック記事の文字サイズ */
	line-height:180%;
	}
.tb_state{
	margin:5px 15px 10px 10px;
	padding:0px;
	text-align:right;
	color:#666666;
	font-size:10px; /* トラックバック日付などの文字サイズ */
	}	
.tb_area{
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	margin:5px 5px 10px 5px;
	padding:0px;
	border:dashed 1px #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;
	}


/* ### サイドメニュー ### */

#SIDE{
	float:right;
	margin:0px 20px 0px 6px;
	padding:0px;
	text-align:left;
	display: inline;
	width:260px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:234px;

	}	
html>body #SIDE{
	width:234px;
	}


#SIDE{
	font-size: 10px; /* サイドメニューの全体的な文字サイズ */
	color:#333333;  /* サイドメニューの全体的な文字色 */
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	}
.sidetitle{
	height:15px;
	margin:0px 0px 0px 0px;
	text-indent:25px;
	padding:8px 0px 7px 0px;
	color:#999933; /* サイドメニューのタイトルの文字色 */
	font-size:12px;  /* サイドメニューのタイトルの文字サイズ */
	font-weight:bold;
	letter-spacing:2px;
	background-attachment: scroll;
	background-image: url(http://blog-imgs-41.fc2.com/a/w/i/awitchsally/aws_f04_side.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;

	}
.sidetitle:first-letter { color:#CC9933; }  /*サイドメニュータイトルの最初の文字色*/

#SIDE p {
	margin:10px 0px 10px 5px;
	padding:0px;
	color:#666666;  /* サイドメニューのプラグインの説明などの文字色 */
	}

#SIDE img {
	margin:5px 0px;
	border:0px solid #FFFFFF;
	}
#SIDE ul{
	margin:5px 10px 5px 10px;
	padding:0px;
	list-style:none;
	}
#SIDE li {
	margin:0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style-type: disc;
	line-height:130%;
	letter-spacing:1px;
	color:#CC9933;
	}
#SIDE form {
	padding-bottom:10px;
	}
#SIDE form input{
	border:1px solid #999999;
	background:#FFFFFF;
	font-size:12px;
	}
#SIDE form textarea {
	border:1px solid #999999;
	background:#FFFFFF;
	font-size:12px;
	}


/* ### プラグイン3の設定 ### （TOPページの記事上部に表示）*/

.plug3{
	margin:0px 5px 40px 0px;
	padding-bottom:0px;
	color:#666666;   /*プラグイン3の全体的な文字色*/
	font-size: 10px; /* プラグイン3の全体的な文字サイズ */
	}
.plug3title{
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	height:12px;
	text-indent:25px;
	padding:6px 0px;
	margin:0px 5px 10px 5px;
	border-bottom:solid 0px #999999;
	color:#999933; /* プラグイン3のタイトル文字色 */
	font-size:12px;  /* プラグイン3のタイトル文字サイズ */
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid #E9E1B8;
	background-attachment: scroll;
	background-image: url(http://blog-imgs-41.fc2.com/a/w/i/awitchsally/aws_f04_sub.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}
.plug3title:first-letter { color:#CC9933; }  /*プラグイン3タイトルの最初の文字色*/

.plug3 p {
	margin:10px 10px 10px 10px;
	}
.plug3 ul{
	margin:10px 10px 10px 10px;
	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 10px;
	list-style-type: none;
	line-height:160%;
	letter-spacing:2px;
	}


/* ### フッター ### */
#COPY{
	width:802px;
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic","Arial","Osaka";
	clear:both;
	margin:0px auto 0px 0px;
	padding:10px 20px;
	background-attachment: scroll;
	background-image: url("http://blog-imgs-41.fc2.com/a/w/i/awitchsally/aws_f04_copy.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	}
#COPY address{ 
	line-height:150%;
	margin:0px auto; 
	padding:0px 0px;
	color:#666666; 
	font-size:10px;
	text-align:left;
	font-weight:bold;
	font-style:normal;
	}



/* ### ページリンク ### */
.page_link{
	font-family: "Verdana","ＭＳ Ｐゴシック", "MS UI Gothic", "Arial","Osaka";
	margin:10px 0px 25px 0px;
	padding:5px;
	color:#333333;
	font-size:10px;
	text-align:center;
	}



/* ### カレンダー（通常表示） ### */
.plugin-calender{
	margin:5px auto 15px auto;
	}
	
.calender{
	width:90%;
	margin:0px auto;
	}
.calender caption{font-weight:bold;}
.calender th { color:#666666; font-weight:bold; } /*曜日*/
.calender th#sun { color:#CC0033; } /*日*/
.calender th#sat { color:#006699; } /*土*/
.calender a { font-weight:bold; } /*リンク部分の文字装飾*/


/* ### 絵文字ボタンに関する設定 ### */
.emoji{
	vertical-align:middle;
	border:0;
	}

/* ### ブックマーク＆拍手ボタンの位置 ###*/
.fc2_footer{
	margin:15px 5px;　
	}
/* ### フリーエリア ###*/
.plugin-freearea{
	margin:5px auto 15px 5px;
	}
#ovtAdContainer{font-size:12px;}
#googleAdContainer{font-size:12px;}