/* ブラウザのデフォルトに依存しないように全てのマージンとパディングを0にしています */
* {
	margin: 0;
	padding: 0
}

/* html（スクロールバーの色設定が反映されるのはIEのみ） */
html {
	scrollbar-face-color: #ffd1cb; /* バーの色 */
	scrollbar-3dlight-color: #ffd1cb; /* 左上外側ライン */
	scrollbar-highlight-color: #ffffff; /* 左上内側ライン */
	scrollbar-shadow-color: #ffffff; /* 右下内側ライン */
	scrollbar-darkshadow-color: #ffd1cb; /* 右下外側ライン */
	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: #9ea59f; /* 文字色 */


	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url(http://blog-imgs-30.fc2.com/s/u/s/susieq/st_purple_.gif) #ffffff;
}

/* リンク文字 */
a {
	text-decoration: none; /* 下線なし */
	color: #e6bce5; /* 文字色 */
}

/* カーソルを置いたときのリンク文字 */
a:hover {
	text-decoration: none; /* 下線なし */
         color: #ffcccc; /* 文字色 */

}

/* イメージにリンクを貼ったときの設定 */
a img {
	border : none; /* 線無し */
         
}

/* 入力エリア、リスト、ボタンの設定 */
input,textarea,select,button,submit {
	color: #ffc4cf; /* 文字色 */
	border: none; /* 線の色 */
         font-size:10px; /*文字の大きさ*/

　　　　　　/* 背景画像を設定しています。
背景を変えたい場合はbackgroundのurl()内を変更してください*/
	background: url(http://blog-imgs-30.fc2.com/s/u/s/susieq/Thanks_comment.gif) #ffffff;
}

/* テーブルセル全般の文字設定 */
th,td {
	vertical-align: top; /* 上寄せ */
}

/* 絵文字 */
img.emoji {
	vertical-align: middle; /* 上寄せ */
	border: 0; /* 線無し */
}




/*レイアウト設定----------------------------------------------*/


/* 外枠 */
#container {
	position:relative;
	width: 730px; /* 外枠の幅 */
	margin:0 auto; /* 中央に設定 */

	/* 上左右にラインを書いています */
	border: 1px solid #E6E6FA;

	/* 背景を設定しています。外枠内に画像を入れたい場合は、backgroundのurl()内の画像の参照先を設定してください */
	background: url() #ffffff;
}


/* ヘッダー部分 */
#header {	
	width : 730px; /* ヘッダー部分の幅 */
	height: 180px; /* 高さを設定します */
	
/* トップ画像を変えたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url(http://blog-imgs-30.fc2.com/s/u/s/susieq/pop_candytop2.gif) #ffffff right top no-repeat;
}


/* 右メニューにしたい場合はメニュー部分（#menu）のleftをrightに、記事部分（#main）のrightをleftにしてください */

/* メニュー部分 */
#menu {
	float : right; /* 右寄せ */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background:#ffffff;
}

/* 記事部分 */
#main {
	float : left; /* 左寄せ */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background:#ffffff;
}




/* フッター部分 */
#footer {
	width : 730px; /* フッター部分の幅 */
         	clear : both; /* 回り込み解除 */
	margin-top: 40px; /* 上との間隔を開けています */
	text-align: center; /* 文字を中央に設定 */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url(http://blog-imgs-30.fc2.com/s/u/s/susieq/pop_candy2.gif) #ffffff;
}




/*タイトル設定------------------------------------------------*/


/* ブログタイトル */
.blog_title {
	font-size: 27px; /* 文字サイズ */
	}

/* ブログタイトルリンク */
.blog_title a {
	text-decoration: none; /* 下線無し */
	color: #FFB6C1; /* 文字色 */
}

/* サブタイトル */
.sub_title {

	margin-top: 5px;
 /* 上にくっつき過ぎないように間隔を取っています */
     color: #e6bce5; /* 文字色 */
}




/*メニュー部分設定--------------------------------------------*/


/* メニュー囲み */
.menu_block {
	width : 170px; /* メニューの枠の幅 */
	margin: 10px; /* 上下左右に間隔を取っています */
         }

/* メニュータイトル */
.menu_title {
	padding-left: 10px; /* アイコンを入れるので左に間隔を取っています */
	/* アイコン画像を変えたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url() #ffe3d7;
　　　　　
　　　　　color: #ffc4cf; /* 文字色 */
         font-weight: bold; /* 太字 */

         }

/* メニューリスト親要素 */
ul {
	list-style-type: none; /* メニューリスト左に出る「・」を無くしました */
}







/*記事部分等設定----------------------------------------------*/


/* 記事部分等囲み */
.main_block {
	width : 500px; /* 記事部分の枠の幅 */
	margin: 10px; /* 上下左右に間隔を取っています */

	}

/* 記事部分等タイトル（アイコンを入れる場合はメニュータイトルを参考にしてください） */
.main_title {
	margin: 10px; /* 上下左右に間隔を取っています */
	font-size: 12px; /* タイトルなので文字を大きめにしました */
	font-weight: bold; /* 太字 */
　　　　　color: #ffc4cf; /* 文字色 */
         	border-bottom: 1px dotted #ffcccc; /* タイトルの下にラインを書いています */
	}

/* リンク文字 */
.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 solid #eeeeee; /* 下に線を書いています */
}

/* コメント、トラックバックタイトル */
.link_title {
	font-weight: bold; /* 太字 */
}




/*その他------------------------------------------------------*/


/* ページ移動 */
.page_navi {
	width : 510px; /* ページ移動の枠の幅 */
	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: #ffcbd5;
	border-bottom: 1px solid #; /* 下にラインを書いています */
}

/* 曜日セル */
.calender th {
	font-weight: normal;
	text-align: center;
         color: #ffcbd5;
}

/* 日付セル */
.calender td {
	text-align: center;
         color: #ffcbd5;
}

