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

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

#container {
	width: 800px;
	}


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

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

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


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

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

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

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

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



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

body {
       	text-align: center;
	}

#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: #ffff99;
	}

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

/* ++++++ ナビゲーションバー ++++++ */
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	font-size: medium;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	background-color: #666633;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 2em;
	width: 98px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	list-style-type: none;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#menu li a:visited {
	color: #FFFFFF;
}
#menu li a:hover {
	text-decoration: none;
	background-color: #CC3333;
}




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

	/* 左サイドバーの左右の余白 */
	#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;
		}



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

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

/* ヘッダー */
#banner	{
	background-image: url(http://kojifujita.com/sozai/070103_top_banner.jpg);
	height: 200px;
	width: 800px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}

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

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

#banner h2	{
	font-size: 0.75em;
	margin-top: 6px;
	}



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

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

.entry h3	{
	font-size: 0.875em;
	color: #3366aa;
	}

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

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

.entry a	{
	color: #66aaff;
	}

.entry	{
	margin-bottom: 40px;
	}



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

/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 0.75em;
	text-align: center;
	border: solid 1px khaki;
	}

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

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

#calendar caption	{
	background-color: khaki;
	}


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

.sidebar a	{
	color: #66aacc;
	}

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


/* フィード情報 */
#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	}



/* Movable Type情報 */
#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin-top: 50px;
	}

/* footer情報 */
#footer {
	font-size: small;
	line-height: 2em;
	background-color: #ff9933;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 2em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
