/* ブラウザのデフォルトに依存しないように全てのマージンとパディングを0にしています */
* {
	margin: 0;
	padding: 0
}

/* html（スクロールバーの色設定が反映されるのはIEのみ） */
html {
	scrollbar-face-color: #ffffff; /* バーの色 */
	scrollbar-3dlight-color: #ffffff; /* 左上外側ライン */
	scrollbar-highlight-color: #dcdcdc; /* 左上内側ライン */
	scrollbar-shadow-color: #ffffff; /* 右下内側ライン */
	scrollbar-darkshadow-color: #d3d3d3; /* 右下外側ライン */
	scrollbar-arrow-color: #b0c4de; /* 矢印 */
	scrollbar-track-color: #f5f5f5; /* トラック部分 */
}

/* ボディ */
body{
	/* サイト内の文字の設定をしています */
	text-align: left; /* 文字を左に設定 */
	line-height: 1.6; /* 文字間隔 */
	font-size: 10px; /* 文字サイズ */
	font-family: sans-serif,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック",Osaka; /* 文字種類 */
	color: #999999; /* 文字色 */

	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url(http://blog-imgs-12-origin.fc2.com/s/o/6/so6x/dot04.gif) #ffffff;
}

/* リンク文字 */
a {
	text-decoration: none; /* 下線無し */
	color: #999999; /* 文字色 */
}

/* カーソルを置いたときのリンク文字 */
a:hover {
	text-decoration: none; /* 下線 */
        color : #999999;
}

/* イメージにリンクを貼ったときの設定 */
a img {
	border : none; /* 線無し */
}

/* 入力エリア、リスト、ボタンの設定 */
input,textarea,select,button,submit {
	color: #999999; /* 文字色 */
	background: #ffffff; /* 背景色 */
	border: 1px solid #eeeeee; /* 線の色 */
}

/* テーブルセル全般の文字設定 */
th,td {
	vertical-align: top; /* 上寄せ */
}

/* 絵文字 */
img.emoji {
	vertical-align: middle; /* 上寄せ */
	border: 0; /* 線無し */
}




/*レイアウト設定----------------------------------------------*/


/* 外枠 */
#container {
	position:relative;
	width: 770px; /* 外枠の幅 */
	margin:0 auto; /* 中央に設定 */

	/* 左右にラインを書いています */


	/* 背景を設定しています。外枠内に画像を入れたい場合は、backgroundのurl()内の画像の参照先を設定してください */
	background: url() #ffffff;
}


/* ヘッダー部分 */
#header {	
	width : 770px; /* ヘッダー部分の幅 */
	height: 350px; /* 高さを設定します */
	border-bottom: 1px solid #ffffff; /* 下にラインを書いています */

	/* トップ画像を変えたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url(http://blog-imgs-12-origin.fc2.com/s/o/6/so6x/wm025.jpg) #ffffff right bottom no-repeat;
}


/* 右メニューにしたい場合はメニュー部分（#menu）のleftをrightに、記事部分（#main）のrightをleftにしてください */

/* メニュー部分 */
#menu {
	float : right; /* 右寄せ */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url() #ffffff;
}

/* 記事部分 */
#main {
	float : left; /* 左寄せ */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url() #ffffff;
}




/* フッター部分 */
#footer {
	width : 770px; /* フッター部分の幅 */
	clear : both; /* 回り込み解除 */
	margin-top: 40px; /* 上との間隔を開けています */
	text-align: center; /* 文字を中央に設定 */
	border-top: 1px solid #eeeeee; /* 上にラインを書いています */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url() #ffffff;
}




/*タイトル設定------------------------------------------------*/


/* ブログタイトル */
.blog_title {
	margin-top: 10px; /* 上にくっつき過ぎないように間隔を取っています */
	margin-left: 20px; /* 左にくっつき過ぎないように間隔を取っています */
	font-size: 24px; /* 文字サイズ */
	font-weight: bold; /* 太字 */
}

/* ブログタイトルリンク */
.blog_title a {
	text-decoration: none; /* 下線無し */
	color: #B22222; /* 文字色 */
}

/* サブタイトル */
.sub_title {
	margin-left: 20px; /* 左にくっつき過ぎないように間隔を取っています */
	color: #cccccc; /* 文字色 */
}




/*メニュー部分設定--------------------------------------------*/


/* メニュー囲み */
#menuBlock
	{
	background-image: url("http://blog-imgs-10-origin.fc2.com/c/h/o/chocolatetime/bg.png");
	background-repeat: repeat-y;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	width : 180px; /* メニューの枠の幅 */
	margin: 10px; /* 上下左右に間隔を取っています */
	float : right; /* 右寄せ */
	 }

menuTop
	{
	background-image: url("http://blog-imgs-10-origin.fc2.com/c/h/o/chocolatetime/bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	width: 248px;
	height: 27px }
.menuBlockHead
	{
	margin: 0 0 0 16px;
	padding: 15px 0 0;
	width: 220px }
.menuHeadText
	{
	color: #666;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0 }
.menuBlockBody
	{
	background-image: url("http://blog-imgs-10-origin.fc2.com/c/h/o/chocolatetime/line.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 0 16px;
	padding: 5px 0 15px;
	width: 220px }

.menuText
	{
	font-size: 10px;
	margin: 0;
	padding: 0 }
.menuText ul
	{
	list-style-image: url("http://blog-imgs-10-origin.fc2.com/c/h/o/chocolatetime/arrow2.gif");
	list-style-position: outside;
	margin: 0;
	padding-left: 35px }
.menuText ul li
	{
	margin: 0;
	padding: 0 0 5px }
.menuBtm
	{
	background-image: url("http://blog-imgs-10-origin.fc2.com/c/h/o/chocolatetime/bg.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
	width: 248px;
	height: 30px }



/*記事部分等設定----------------------------------------------*/


/* 記事部分等囲み */
#mainBlock
	{
	color: #6b6b6b;
	font-weight: normal;
	background-image: url("http://blog-imgs-10-origin.fc2.com/c/h/o/chocolatetime/bg_2.png");
	background-repeat: repeat-y;
	background-position: 0 0;
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
	width: 518px;
	float: right }

/*　先頭　*/
#TopA
	{
	background-image: url("");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	width: 518px;
	height: 200px }

/*　エントリー　*/
.mainEntryBlock
	{
	margin: 0 0 0 17px;
	padding: 10px 0;
	width: 480px }
.mainEntryTitle
	{
	margin: 0 0 0 10px;
	padding: 0;
	width: 460px }
.mainEntryTitleText
	{
	color: #191919;
	font-size: 11px;
	margin: 0;
	padding-top: 8px }
.mainEntryDate
	{
	font-size: 11px;
	font-family: "Georgia";
	font-weight: bold;
	margin: 0;
	padding: 0 }
.mainEntryBase
	{
         color: #191919;
	font-size: 10px;
	line-height: 150%;
	margin: 0 0 0 10px;
	padding: 0 0 30px;
	width: 460px }
.mainEntryBody
	{
	margin: 0;
	padding: 8px 0 5px }
.mainEntryMore
	{
	margin: 0;
	padding: 5px 0 }
.mainEntryBtm
	{
	text-align: right;
	margin: 0;
	padding: 5px 0 0;
	width: 460px }
.mainEntryDateBtm
	{
	font-size: 11px;
	font-family: "Times New Roman";
	line-height: 16px;
	margin: 0 0 0 10px;
	padding: 0 }
.mainCommentTop
	{
	color: #191919;
	font-size: 11px;
	font-family: Times, "Times New Roman";
	font-weight: bold;
	margin: 0 0 0 17px;
	padding: 20px 0 0;
	width: 480px }
.mainCommentBlock
	{
	text-align: left;
	margin: 0 0 0 17px;
	padding: 10px 0 0;
	width: 480px }
.mainCommentBase
	{
	margin: 0 0 0 27px;
	padding: 10px 0 15px;
	width: 453px }
.mainCommentTitle
	{
	color: #191919;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px }
.mainCommentBody
	{
	font-size: 11px;
	line-height: 145%;
	margin: 0;
	padding: 3px 0 }
.mainCommentDate
	{
	font-size: 11px;
	font-family: "Times New Roman";
	font-weight: lighter;
	margin: 0;
	padding: 3px 0 0;
	border-top: 1px dotted #cfcfcf }
p
	{
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0 }

/*　引用　*/
blockquote
	{
	color: #191919;
	padding-left: 8px;
	border-style: none none none solid;
	border-width: 0 0 0 8px;
	border-color:    #000 }

/*　ページリンク　*/
.pageLink
	{
	color: #191919;
	font-size: 10px;
	text-align: center;
	margin: 0 0 0 17px;
	padding: 10px 0;
	width: 480px }

/*　コピーライト　*/
.mainBtm
	{
	background-image: url("http://blog-imgs-10-origin.fc2.com/c/h/o/chocolatetime/bg3.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 518px;
	height: 110px }
.footText
	{
	font-size: 10px;
	line-height: 150%;
	margin: 0;
	padding: 30px 20px 0 }



/* リンク文字 */
.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 : 540px; /* ページ移動の枠の幅 */
	margin: 10px; /* 上下左右に間隔を取っています */
	text-align: center; /* 文字中央寄せ */
}

/* カレンダー設定 */

/* カレンダー枠テーブル */
table.calender {
	width: 150px;
}

/* ヘッダー（年、月） */
.calender caption {
	font-size: 12px;
	border-bottom: 1px solid #eeeeee; /* 下にラインを書いています */
}

/* 曜日セル */
.calender th {
	font-weight: normal;
	text-align: center;
}

/* 日付セル */
.calender td {
	text-align: center;
}

/* 日曜日の色 */
th#sun {
	color: #ff0000;
}

/* 土曜日の色 */
th#sat {
	color: #0000ff;
}