/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 670px;
		}

	/* ヘッダーの横幅 */
	#banner	{
		width: 670px;
		}

	/* メインの横幅 */
	#main	{
		width: 670px;
		}

	/* コンテンツ部分の横幅 */
	#center	{
		width: 432px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 203px;
		}

	/* フッターの横幅 */
	#footer	{
		width: 670px;
		}


/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */


body	{
	background-color: #F0F0F0;
	}

#container {
	background-color: #FFF;
	}

#banner	{
	background-color: #FFF;
	}

#main	{
	background-color: #FFF;
	background-image:URL( 'http://www.early-b.com/img/bg_main.gif' );
	}
	
#center {

	}

#right {
	background-color: #FFF;
	}

#left {

	}

#footer	{
	background-color: #FFF;
	}


/* ++++++ その他設定 ++++++ */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}


a	{
	color: #666;
	text-decoration:none;
	}

a:hover	{
	color: #AD5D59;
	text-decoration:none;
	}



#container {
	border-right: solid 1px #DFDFDF;
	border-left: solid 1px #DFDFDF;
	border-top: solid 1px #DFDFDF;
	border-bottom: solid 1px #DFDFDF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#banner	{

	margin: 0px;
	padding: 0px;
	}
#main {
	float: left;
	border-bottom: solid 1px #DFDFDF;
	margin: 0px;
	padding: 0px;
	}

#left {
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0px;
	}

#center {
	float: left;
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin: 0px;
	}

#right {
	float: right;
	margin: 0px;
	padding: 0px;
	}

#footer	{
	clear: both;
	margin: 0px;
	padding: 0px;	}

#calendar {
	margin-bottom: 10px;
	}

#recent {
	margin-bottom: 0px;
	}

#archives {
	margin-bottom: 10px;
	}

/* +++++++++++++++++++++ フォントの種類設定 +++++++++++++++++++++ */
#container	{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	color: #6C615B;
	}

/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */


#banner	{
	font-size: 12px;
	color: #6C615B;
	}

#banner td{
	font-size: 12px;
	color: #6C615B;
}

#banner table{
	border-bottom: solid 1px #DFDFDF;
	}

#banner img{
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #DFDFDF;
}

/* ++++++ コンテンツ部分のデザイン ++++++ */

#maincontents{
	text-align: left;
	margin-left: 10px;
}

#maincontents h3{
	text-align: center;
	margin-bottom: 16px;
	font-weight:normal;
}

#maincontents p{
	text-align: left;
	font-size: 12px;
	color: #6C615B;
	line-height:150%;
	margin-bottom: 20px;
}


#info{
	background-color: #FEF2E7;
	padding: 0px;
	margin: 0px;
}
#info img{
	padding: 0px;
	margin: 0px;
}

#info h2{
	font-size: 12px;
	color: #6C615B;
	line-height:150%;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 0px;
	font-weight:normal;
}


#info ul	{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #6C615B;
	list-style-type:disc;
	list-style-position:inside;
	}

#info li	{
	margin: 0px;
	color: #6C615B;
	line-height:120%;
	}


#info a{
	color: #666;
}
#info a:hover{
	color: #999;
}

.entry	{
	font-size: 12px;
	color: #6C615B;
	margin-bottom: 12px;
	}

.entry td	{
	font-size: 12px;
	color: #6C615B;
	line-height: 130%;
	
	}

.entry h1	{
	background-color: #DEECFB;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 13px;
	margin-bottom: 5px;
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
	}

.entry h2	{
	font-size: 12px;
	color: #666;
	font-weight: normal;
	}

.entry h3	{
	font-size: 14px;
	color: #5B1926;
	}

.entry p	{
	font-size: 13px;
	line-height: 150%;
	}

.entry p.posted	{
	font-size: 10px;
	color: #000;
	padding-top: 6px;
	border-bottom: solid 1px #000;
	text-decoration:none;
	margin-bottom:15px;
	}

.entry a	{
	color: #666;
	}

.entry a:hover	{
	color: #AD5D59;
	}

.entry-title	{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
	font-weight: bold;
	}

.entry-date	{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #952A24;
	}

.entry-page	{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	}

.entry-page a	{
	color: #666;
	}

.entry-page a:hover	{
	color: #AD5D59;
	}

.entry-news {
	border-bottom: dotted;
	border-width: 1px;
	line-height: 150%;
	border-color: #b8b8b8;
	}

.entry-news td{
	font-size: 12px;
	}

.entry-news img{
	margin-top: 4px;
	}


.entry-jirei {
	border-bottom: dotted;
	border-width: 1px;
	line-height: 150%;
	border-color: #b8b8b8;
	}

.entry-jirei h3{
	margin-top: 3px;
	margin-bottom: 2px;
	font-size: 12px;
	
	}

.entry-jirei p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	}

.entry_img{
	margin-top: 40px;
	margin-bottom: 40px;
	}
/* 前後のエントリーへのリンク */

#entrylink	{
	color: #666;
	}

#entrylink a	{
	color: #666;
	}

#entrylink a:hover	{
	color: #AD5D59;
	}

#entrylink p	{
	margin-top: 0px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: left;
	}

/* トラックバック */

#trackbacks	{
	border: solid 1px #3366AA;
	padding: 0px 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 12px;
	margin-bottom: 0px;
	}

#trackbacks p	{
	font-size: 12px;
	color: #666666;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 12px;
	color: #999999;
	margin-bottom: 0px;
	border-top: dotted 1px #999999;
	padding-top: 20px;
	}

#trackbacks a	{
	color: #66aaff;
	}

/* コメント */

#comments	{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	border-bottom: dotted 1px #999999;
	font-size: 12px;
	}

#comments p	{
	font-size: 12px;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments div	{
	}

#comments h2#com02	{
	border-top: dotted 1px #999999;
	padding-top: 40px;
	}

#comments form div	{
	border-top: none;
	padding-top: 0px;
	}

#comments a	{
	color: #666;
	}

/* 検索 */
#beta 	{
	width: 460px;
	color: #fff;
	background-color: #DEECFB;
	border: solid 1px #3471C4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 0px;
	margin-bottom: 10px;
	}

/* メインメニュー */
#mainmenu {
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	border-bottom: solid 1px #DFDFDF;
	background-color: #FFF;
}

/* ++++++ サイドバー部分のデザイン ++++++ */

/* メニュー */
.sidebar h2	{
	font-size:10px;
	color: #333;
	text-align:left;
	margin-left:25px;
	margin-right:20px;
	margin-bottom: 30px;
	font-weight:normal;
	line-height: 130%;
	}

.sidebar a	{
	color: #3366AA;
	text-decoration:none;
	}

.sidebar a:hover	{
	color: #999966;
	text-decoration:none;
	}


/* エントリーメニュー */
#recent 	{
	text-align:left;
	font-size: 12px;
	color: #fff;
	background-color: #666;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:0px;
	margin-top:30px;
	padding-top:5px;
	padding-bottom:15px;
	}

#recent-title 	{
	font-size: 12px;
	border-bottom: solid 1px #DFDFDF;
	background-color: #666;
	color: #FFF;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}

#recent-entry 	{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 130%;
	background-color: #666;
	padding-left: 0px;
	margin: 0px;
	}

#recent-entry a 	{
	color: #fff;
	}

#recent-entry a:link{
	color: #fff;
	}

#recent-entry v:link{
	color: #fff;
	}

#recent-entry a:hover,a:active 	{
	color: #ccc;
	}

#recent-entry ul	{
	font-size: 10px;
	color: #fff;
	list-style-type:disc;
	list-style-position:inside;
	padding-left: 5px;
	margin: 0px;
	}

#recent-entry li	{
	margin: 0px;
	color: #fff;
	padding-left: 0px;
	}

#recent-count	{
	text-align: right;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	}

#recent-count a	{
	color: #666;
	}

#recent-count a:link	{
	color: #666;
	}

#recent-count a:hover,a:active 	{
	color: #AD5D59;
	}

/* カテゴリー */
#category 	{
	text-align:left;
	font-size: 12px;
	color: #fff;
	background-color: #666;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:15px;
	}

#category h3	{
	font-size: 12px;
	}


#category-title 	{
	font-size: 12px;
	border-bottom: solid 1px #DFDFDF;
	background-color: #666;
	color: #FFF;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}

#category-entry 	{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 130%;
	background-color: #666;
	}

#category-entry a 	{
	color: #fff;
	}

#category-entry a:link{
	color: #fff;
	}

#category-entry v:link{
	color: #fff;
	}

#category-entry a:hover,a:active 	{
	color: #ccc;
	}

#category-entry ul	{
	font-size: 10px;
	color: #fff;
	list-style-type:square;
	list-style-position:inside;
	padding-left: 5px;
	margin: 0px;
	}
#category-entry li	{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #fff;
	}

#category-count	{
	text-align: right;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	}

#category-count a	{
	color: #fff;
	}

#category-count a:link	{
	color: #fff;
	}

#category-count a:hover,a:active 	{
	color: #ccc;
	}

/* 月別アーカイブ */

#archives 	{
	text-align:left;
	font-size: 12px;
	color: #fff;
	background-color: #666;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:15px;
	}


#archives-title 	{
	font-size: 12px;
	border-bottom: solid 1px #DFDFDF;
	background-color: #666;
	color: #FFF;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}

#archives-month 	{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 130%;
	background-color: #666;
	}

#archives-month a	{
	color: #FFF;
	text-decoration: none;
	}

#archives-month a:hover,a:active 	{
	color: #ccc;
	}

#archives-month ul	{
	font-size: 10px;
	list-style-type:none;
	list-style-position:outside;
	padding-left: 10px;
	margin: 0px;
	}

#archives-month li	{
	color: #FFF;
	margin-bottom: 0px;
	line-height: 200%; 
	}



/* ++++++ フッター部分のデザイン ++++++ */

#footer	{
	font-size: 10px;
	color: #6C615B;
	}

#footer p	{
	text-align:right;
	font-size: 10px;
	color: #6C615B;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	}
