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

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

#container {
	width: 750px;
	}


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

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

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


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

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

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

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

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



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

body {
       	text-align: center;
	}

#container {
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-coior: darkblue;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	background-color: #ffffff;
	background-image: url(001.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	}

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


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

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

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

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

	#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;
		}
#banner	{
	margin-bottom: 9px;
	}

.content	{
	border: solid 1px #dcdcdc;
	}

.sidebar	{
	background-color: #f5f5f5;
	}


/* ++++++ 枠内の余白 ++++++ */

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

	/* コンテンツ内の上の余白 */
	.content	{
		padding-top: 10px;
		}

	/* サイドバー内の左右の余白 */
	.sidebar div {
		margin-left: 10px;
		margin-right: 10px;
		}

	/* サイドバー内の上下の余白 */
	.sidebar {
		padding-top: 10px;
		padding-bottom: 10px;
		}

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


/* ++++++ 段の間隔・横幅 ++++++ */

	#left	{
		margin-right: 0px;
		margin-left: 0px;
		}

	#center	{
		width: 510px;
		margin-left: 5px;
		}

	#right	{
		margin-left: 10px;
		margin-right: 5px;
		}


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

/* ++++++ ヘッダー部分のデザイン ++++++ */
/* ヘッダー */
#banner	{
	padding: 10px 0 130px;
	}

#banner h1	{
	font-size: 0.1em;
	margin-bottom: 0;
	}

#banner h1 a	{
	text-decoration: none;
	color: blue;
	}

#banner h2	{
	font-size: 0em;
	color: blue;
	margin-top: 5px;
	}



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

/* エントリー */
.entry h2	{
	font-size: 0.7em;
	}

.entry h3	{
	font-size: 1em;
	color: orangered;
	}

.entry p	{
	font-size: 1em;
	color: #666666;
	line-height: 150%;
	}

.entry p.posted	{
	font-size: 0.85em;
	color: #aaaaaa;
	border-top: solid 1px #000000;
	padding-top: 6px;
	}

.entry a	{
	color: green;
	}

.entry	{
	margin-bottom: 10px;
	}


/* ++++++ サイドバー部分のデザイン ++++++ */
/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 0.85em;
	text-align: center;
	border: solid 1px #ffa500;
	}

#calendar td	{
	padding: 5px 0;
	border: solid 1px #ffa500;
	}

#calendar a	{
	text-decoration: none;
	color: red;
	}

#calendar caption	{
	background-color: #ffa500;
	}

/* カテゴリーメニュー */
#categories h2	{
	font-size: 1em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: #ffa500;
	padding: 3px 0 0;
	}

#categories a	{
	color: #008000;
	}

#categories ul	{
	font-size: 1em;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left:0;
	padding-left:0;
	}


/* メニュー */
.sidebar h2	{
	font-size: 1em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: #ffa500;
	padding: 3px 0 0;
	}

.sidebar a	{
	color: #66aacc;
	}

.sidebar ul	{
	font-size: 1em;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left:0;
	padding-left:0;
	}

/* フィード情報 */

#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	}

#feed a	{
	color: #8fabbe;
	}

/* Movable Type情報 */

#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	margin-top: 50px;
	}

#powered a	{
	color: #8fabbe;
	}


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



