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

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

#container {
	width: 740px;
	}


/* ++++++ ２段組の横幅設定 ++++++ */

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

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


/* ++++++ ３段組の横幅設定 ++++++ */

	/* ブログの横幅設定 */
	#three #container {
		width: 800px;
		}

	/* 左サイドバーの横幅 */
	#three #left	{
		width: 190px;
		}

	/* 中央コンテンツ部分の横幅 */
	#three #center	{
		width: 420px;
		}

	/* 右サイドバーの横幅 */
	#three #right	{
		width: 190px;
		}



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

body {
       	text-align: left;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	background-color: #ff8533;
	}

#main	{
	background-color: #ffffff;
	padding-top: 20px;
	}


/* ++++++ 段の間隔 ++++++ */

	/* 左サイドバーの左右の余白 */
	#left div {
		margin-left: 15px;
		margin-right: 15px;
		}

	/* コンテンツ部分の左右の余白 */
	.content div	{
		margin-left: 15px;
		margin-right: 15px;
		}

	/* 右サイドバーの左右の余白 */
	#right div	{
		margin-left: 15px;
		margin-right: 15px;
		}

	#left div div, .content div div, #right div div {
		margin-left: 0;
		margin-right: 0;
		}

	.sidebar #calendar table	{
		width: 170px;
		}

	#three .sidebar #calendar table	{
		width: 160px;
		}





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

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


#title	{
/*	padding: 15px 0; */
	}

#title h1	{
	;
	}

#title h1 a	{
	;
	}

#title h2	{
	display: none;
	}


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

/* エントリー */
.entry h2	{
	font-size: 1.3em;
	color: #ff3300;
	border-left: solid 5px #ff3300;
	border-bottom: solid 1px #ff3300;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	}

.entry h3	{
	font-size: 0.975em;
	color: #ff6600;
	padding-top: 16px;
	padding-bottom: 6px;
	margin: 0px 0px 0px 0px;
	}

.entry h4	{
	font-size: 0.85em;
	color: #ff6600;
	margin: 0px 0px 0px 0px;
/*	border-left: solid 3px #ff6600; */
/*	padding-left: 10px; */
/*	padding-top: 10px; */
	padding-bottom: 8px;
	}

.entry p	{
	font-size: 0.85em;
	color: #666666;
	line-height: 150%;
	padding-bottom: 16px;
	margin: 0px 0px 0px 0px;
	}

.entry p.posted	{
	font-size: 0.66em;
	color: #888;
	border-top: solid 2px #ff3300;
	padding-top: 6px;
	}

.entry a	{
	color: #ff0000;
	}

.entry	{
	margin-bottom: 40px;
	text-align: left;
	}

.entry table	{
	margin-bottom: 16px;
	}

.entry strong	{
	font-size: 1.175em;
	color: #444444;
	}

.entry ul	{
	margin: 0px 0px 0px 0px;
	padding-bottom: 16px;
	}

.entry li	{
	font-size: 0.8em;
	color: #333333;
	}


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

.sidebar h2	{
	font-size: 0.85em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: #ffaf4c;
	padding: 3px 0 3px;
	}

.sidebar a	{
	color: #88cc33;
	}

.sidebar ul	{
	font-size: 0.85em;
	color: #88cc33;
	list-style-type:none;
	margin-top: 5px;
	margin-left:0;
	padding-left:0;
	}

.sidebar ul ul	{
	font-size: 1em;
	margin-left: 10px;
	}

.sidebar li	{
	padding-bottom: 5px;
	}

.sidebar li li	{
	background-image: url(img_m/branch.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	}

.sidebar li li.sublast	{
	background-image: url(img_m/branch_last.gif);
	}

.sidebar	{
	margin-bottom: 30px;
	}

#categories {
	border-bottom: solid 4px #ffaf4c;
	}



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


