/* ブラウザのデフォルトに依存しないように全てのマージンとパディングを0にしています */
* {
	margin: 0;
	padding: 0;
}

/* html（スクロールバーの色設定が反映されるのはIEのみ） */
html {
	scrollbar-face-color: #FFD4D8; /* バーの色 */
	scrollbar-3dlight-color: #ffffff; /* 左上外側ライン */
	scrollbar-highlight-color: #ffc3cc; /* 左上内側ライン */
	scrollbar-shadow-color: #ffc3cc; /* 右下内側ライン */
	scrollbar-darkshadow-color: #ffffff; /* 右下外側ライン */
	scrollbar-arrow-color: #ffffff; /* 矢印 */
	scrollbar-track-color: #ffffff; /* トラック部分 */
}

/* ボディ */
body{     
          margin-bottom:0px ;
	/* サイト内の文字の設定をしています */
	text-align: left; /* 文字を左に設定 */
	line-height: 1.7; /* 文字間隔 */
         	font-size: 10px; /* 文字サイズ */
	font-family: Lucida Grande","Verdana","Osaka; /* 文字種類 */
	color: #836b4a; /* 文字色 */
        
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url(http://blog-imgs-45-origin.fc2.com/a/a/y/aayask/28860606.jpeg) #E8EEF2;

}




/* リンク文字 */
a {
	text-decoration: none; /* 下線なし */
	color: #E0B4F4; /* 文字色 */
}


/* カーソルを置いたときのリンク文字 */
a:hover {
         color : #fff;
	background-color : #E8D4FF;
}


/* イメージにリンクを貼ったときの設定 */
a img {
	border : none; /* 線無し */
         
}

/*　文字間隔指定の際に発生するＩＥのバグ対策です　*/
br { letter-spacing : normal;

}

/* 入力エリア、リスト、ボタンの設定 */
input,textarea,select,button,submit {
	color: #FFA4B0; /* 文字色 */
	border: none; /* 線の色 */
         font-size:10px; /*文字の大きさ*/

　　　　　　/* 背景画像を設定しています。
背景を変えたい場合はbackgroundのurl()内を変更してください*/
	background: url(http://blog-imgs-30-origin.fc2.com/s/u/s/susieq/back_dot11.gif) #ffffff;
}

/* テーブルセル全般の文字設定 */
th,td {
	vertical-align: top; /* 上寄せ */
}

/* 絵文字 */
img.emoji {
	vertical-align: middle; /* 上寄せ */
	border: 0; /* 線無し */
}




/*レイアウト設定----------------------------------------------*/


/* 外枠 */
#container {
	
	width: 710px; /* 外枠の幅 */
	margin:0 auto; /* 中央に設定 */

	/* 背景を設定しています。外枠内に画像を入れたい場合は、backgroundのurl()内の画像の参照先を設定してください */
	background: url() #ffc3cc;
}


/* ヘッダー部分 */
#header {	
	width : 710px; /* ヘッダー部分の幅 */
	height: 200px; /* 高さを設定します */
	
/* トップ画像を変えたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url(http://blog-imgs-30-origin.fc2.com/s/u/s/susieq/CAKECAKECAKE.gif) #ffc3cc right top no-repeat;
}


/* 右メニューにしたい場合はメニュー部分（#menu）のleftをrightに、記事部分（#main）のrightをleftにしてください */

/* メニュー部分 */
#menu {
	float : left; /* 左寄せ */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: #ffc3cc;
        
}

/* 記事部分 */
#main {
	float : right; /* 右寄せ */
         letter-spacing: 1px;
         

	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: #ffc3cc;
}




/* フッター部分 */
#footer {
	width : 710px; /* フッター部分の幅 */
         	clear : both; /* 回り込み解除 */
	margin-top: 40px; /* 上との間隔を開けています */
	text-align: center; /* 文字を中央に設定 */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url(http://blog-imgs-30-origin.fc2.com/s/u/s/susieq/CAKECAKECAKE_f.gif) #FFD4D8;
}




/*タイトル設定------------------------------------------------*/


/* ブログタイトル */
.blog_title {
	font-size: 28px; /* 文字サイズ */
                  	}

/* ブログタイトルリンク */
.blog_title a {
	text-decoration: none; /* 下線無し */
	color: #FFA4B0; /* 文字色 */
}



/* サブタイトル */
.sub_title {

	 color: #FFA4B0; /* 文字色 */
}




/*メニュー部分設定--------------------------------------------*/


/* メニュー囲み */
.menu_block {
	width : 170px; /* メニューの枠の幅 */
	margin: 10px; /* 上右下左に間隔を取っています */
　　　　 line-height: 1.8; /* 文字間隔 */
         background: url(http://blog-imgs-30-origin.fc2.com/s/u/s/susieq/CAKECAKE_02.gif) #fff no-repeat;
         
         padding: 5PX;

         
}

/* メニュータイトル */
.menu_title {
	padding-left: 10px; /* アイコンを入れるので左に間隔を取っています */　　
　　　　　color: #FFA0AC; /* 文字色 */
         font-weight: bold; /* 太字 */

}

/* メニューリスト親要素 */
ul {
	list-style-type: none; /* メニューリスト左に出る「・」を無くしました */
}







/*記事部分等設定----------------------------------------------*/


/* 記事部分等囲み */
.main_block {
	width : 470px; /* 記事部分の枠の幅 */
	margin: 10px; /* 上右下左に間隔を取っています */
         padding: 10PX 0PX 10PX 20PX;
         background: url(http://blog-imgs-30-origin.fc2.com/s/u/s/susieq/CAKECAKE_01.gif) #FFF no-repeat;
       
}

/* 記事部分等タイトル（アイコンを入れる場合はメニュータイトルを参考にしてください） */
.main_title {
	margin: 10px; /* 上下左右に間隔を取っています */
	font-size: 13px; /* タイトルなので文字を大きめにしました */
	font-weight: bold; /* 太字 */
　　　　　color: #FFA0AC; /* 文字色 */
         
}

/* リンク文字 */
.main_title a {
	text-decoration: none; /* 下線無し */
}

/* 記事部分等本文囲み */
.main_body {
	margin: 10px; /* 上下左右に間隔を取っています */
}

/* 日付等のステータス */
.main_state {
	margin-right: 10px; /* 右に間隔を取っています */
	text-align: right; /* 文字右寄せ */
	font-size: 10px; /* 文字の大きさを少し小さめにしています */
}

/* コメント、トラックバック囲み */
.link_block {
	margin-bottom: 10px; /* 下に間隔を取っています */
	border-bottom: 1px dotted #eeeeee; /* 下に線を書いています */
}

/* コメント、トラックバックタイトル */
.link_title {
	font-weight: bold; /* 太字 */
}


<!-- [FC2 Analyzer] http://analyzer.fc2.com/  -->
<script language="javascript" src="http://analyzer52.fc2.com/ana/processor.php?uid=1843479" type="text/javascript"></script>
<noscript><div align="right"><img src="http://analyzer52.fc2.com/ana/icon.php?uid=1843479&ref=&href=&wid=0&hei=0&col=0" /></div></noscript>
<!-- [FC2 Analyzer]  -->




/*その他------------------------------------------------------*/


/* ページ移動 */
.page_navi {
	width : 480px; /* ページ移動の枠の幅 */
	margin: 10px; /* 上下左右に間隔を取っています */
	text-align: center; /* 文字中央寄せ */
}

/* カレンダー設定 */

#calender {
	line-height: 1.9; /* 文字間隔 */
	font-size: 10px;
	letter-spacing: 0px;
	text-align: center;}

#calender ul {
	list-style-position : inside;}

#calender li {
	color: white;
	display : inline;
	list-style-type : none;}

li.day {
	padding: 0px 0px 0px 2px;
}


/* プラグインカレンダー設定 */

/* カレンダー枠テーブル */
table.calender {
	width: 150px;
}

/* ヘッダー（年、月） */
.calender caption {
	font-size: 10px;
         color: #ffcccc;
}

/* 曜日セル */
.calender th {
	font-weight: normal;
	text-align: center;
         color: #ffcccc;
}

/* 日付セル */
.calender td {
	text-align: center;
         color: #ffcccc;
}

