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

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

#container {
	width: 700px;
	}


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

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

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


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

	/* ブログの横幅設定 */
	#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: #282833;
	}

#main	{
	background-color: #000;
	background-image: url(img_bg/bg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 20%;
	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;
		}





/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 0.75em;
	}

#entrylink a	{
	color: #ffcc33; /* 66aaff */
	}

#entrylink p	{
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0px 0px 20px;
	text-align: center;
	}

/* トラックバック */

#trackbacks	{
	border: solid 1px #aaa; /* tomato */
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #aaa; /* AMA added */
	}

#trackbacks h2	{
	font-size: 0.75em;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-size: 0.75em;
	color: #ccc; /* #666666 */
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 0.75em;
	color: #ccc; /* #999999 */
	margin-bottom: 0;
	border-top: dotted #aaa; /* tomato */
	padding-top: 20px;
	}

#trackbacks a	{
	color: #ffcc33; /* 66aaff */
	}

/* コメント */

#comments	{
	border: solid 1px #aaa; /* tomato */
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #aaa; /* AMA added */
	}

#comments h2	{
	font-size: 0.75em;
	}

#comments p	{
	font-size: 0.75em;
	color: #ccc; /* #666666 */
	}

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

#comments div	{
	border-top: dotted 1px #aaa; /* tomato */
	}

#comments h2#com02	{
	border-top: dotted 1px #aaa; /* tomato */
	padding-top: 40px;
	}

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

#comments a	{
	color: #ffcc33; /* 66aaff */
	}


/* コメント投稿CGI用 CSS設定 */
#pagebody p	{
	color: #ccc;
	}

#pagebody h3	{
	color: #ccc;
	}


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

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


#title	{
	padding: 36px 0px 6px;
	background-image: url(img_bg/title2.gif);
	background-repeat: no-repeat;
	background-color: #000;

	}

#title h1	{
	font-size: 1.5em;
	margin-bottom: 0;
	display:none;
	}

#title h1 a	{
	text-decoration: none;
	color: #588066;
	display:none;
	}

#title h2	{
	font-size: 0.75em;
	margin-top: 6px;
	/* display:none; */
	}

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

/* エントリー */
.entry h2	{
	font-size: 0.75em;
	color: #aaa; /* AMA added */
	}

.entry h3	{
	font-size: 1.1em; /* 0.875em */
	color: #eee;
	}

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

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

.entry a	{
	color: #ffcc33; /* purple */
	}

.entry	{
	margin-bottom: 40px;
	}


/* 月別データ */

#monthdata h1	{
	font-size: 0.75em;
	border-top: solid 2px #a5f96b;
	border-bottom: solid 2px #a5f96b;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#monthdata h2	{
	font-size: 0.875em;
	color: #999999;
	}

#monthdata h2 a	{
	color: orange;
	}

#monthdata span	{
	font-size: smaller;
	}

#monthdata p	{
	font-size: 0.75em;
	color: #666666;
	line-height: 150%;
	border-bottom: dotted 1px #a5f96b;
	padding-bottom: 20px;
	padding-left: 20px;
	}

/* カテゴリーデータ */

#categorydata h1	{
	font-size: 1em;
	border-bottom: solid 2px #aaa; /* tomato */
	padding-bottom: 8px;
	}

#categorydata h2	{
	font-size: 0.75em;
	color: #999999;
	}

#categorydata ul	{
	font-size: 0.875em;
	color: tomato;
	margin-bottom: 30px;
	}

#categorydata a	{
	color: #ffcc33; /* #fbb101 */
	}

#categorydata	{
	border-bottom: solid 2px #aaa; /* tomato */
	}

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

/* カテゴリーメニュー */
#categories h2	{
	font-size: 0.75em;
	margin-bottom: 10px;
	text-align:center;
	color: #ccc;
	/* background-color: #282833; */
	border: dotted 1px #aaa; /* AMA added */
	padding: 3px 0 3px;
	}

#categories a	{
	color: #ffcc33;
	}

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

/* メニュー */
.sidebar h2	{
	font-size: 0.75em;
	margin-bottom: 0px; /* 0px */
	text-align:center;
	color: #ccc;
	/* background-color: #282833; */
	border: dotted 1px #aaa; /* AMA added */
	padding: 3px 0 3px;
	}

.sidebar a	{
	color: #ffcc33; /* #fbb101 */
	}

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

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


