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

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

#container {
	width: 750px;
	}


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

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

	/* サイドバーの横幅 */
	#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	{
	margin: 0;
	padding:0;
  background-color: #FFFFEE;
	}

#container	{
	background-image: url(back.gif);
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #FF6600;
	}

#three #container	{
	background-image: url(back-three.gif);
	}

#one #container	{
	background-image: none;
	}

#banner	{
	border-bottom: solid 1px #FF6600;
	margin-bottom: 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;
		}


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

	#container	{
		width: 752px;
		}

	#three #container {
		width: 802px;
		}




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

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

#title	{
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	background-color: #FF9900;
	padding: 10px 15px 10px;
	}

#title h1	{
	font-size: 1.5em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 0;
	}

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

#title h2	{
	font-size: 0.75em;
	margin-top: 6px;
	color: white;
	}





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

.entry h2	{
	font-size: 0.75em;
	color: #FF9900;
	}

.entry h3	{
	font-size: 0.875em;
	color: #FF6600;
	background-image: url(mark.gif);
	background-repeat: no-repeat;
	padding: 3px 0 1px 24px;
	}

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

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

.entry p.imgcenter	{
	text-align: center;
	}

.entry a	{
	color: #FF9900;
	}

.entry	{
	margin-bottom: 40px;
	}



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

#entrylink	{
	font-size: 0.75em;
	}

#entrylink a	{
	color: #FF3300;
	}

#entrylink p	{
	margin-top: 0;
	margin-bottom: 30px;
	}


/* トラックバック */

#trackbacks	{
	border: solid 1px #b1cbe3;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

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

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

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

#trackbacks a	{
	color: #ff3300;
	}



/* コメント */

#comments	{
	border: solid 1px #ff3300;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

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

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

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

#comments div	{
	border-top: dotted 1px #ff3300;
	}

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

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

#comments a	{
	color: #ff3300;
	}


/* カテゴリータイトル */

#catetitle	{
	background-color: #ff9900;
	background-image: url(markl.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 8px 0 5px 45px;
	}

#catetitle h1	{
	font-size: 1em;
	color: white;
	margin: 0;
	}

#catetitle p	{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 0.75em;
	color: white;
	margin: 5px 0 0;
	}



/* 月別タイトル */

#datetitle	{
	background-color: #ff9900;
	background-image: url(markl.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 8px 0 5px 45px;
	}

#datetitle h1	{
	font-size: 1em;
	color: white;
	margin: 0;
	}



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

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

#calendar td	{
	padding: 2px 0;
	background-color: white;
	}

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

#calendar caption	{
	color: #ff6600;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: solid 2px #ff9900;
	padding-bottom: 0;
	}


/* プロフィール情報 */

#profile	{
	font-size: 0.75em;
	color: #333333;
	margin-top: 30px;
	}


/* カテゴリーメニュー */
#categories h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color: #ff9900;
	background-image: url(bar.gif);
	padding: 5px 0 5px 15px;
	}

#categories a	{
	color: #ff3300;
	text-decoration: none;
	}

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

#categories li	{
	background-image: url(menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding-left: 15px;
	}


#categories ul ul	{
	font-size: 1em;
	margin-left: 10px;
	}

#categories li	{
	padding-bottom: 5px;
	}

#categories li li	{
	background-image: url(menu02.gif);
	padding-left: 17px;
	}

#categories	{
	margin-bottom: 30px;
	}



/* アーカイブメニュー */

#archives h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color: #ff9900;
	background-image: url(bar.gif);
	padding: 5px 0 5px 15px;
	}

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

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

#archives li	{
	background-image: url(menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding-left: 15px;
	}


/* エントリーメニュー */

#recent h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color: #ff9900;
	background-image: url(bar.gif);
	padding: 5px 0 5px 15px;
	}

#recent a	{
	color: #ff3300;
	text-decoration: none;
	}

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

#recent li	{
	background-image: url(menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding-left: 15px;
	}


/* リンクメニュー */

#linkmenu h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color: #ff9900;
	background-image: url(bar_02.gif);
	padding: 2px 0 2px 15px;
	}

#linkmenu a	{
	color: #ff3300;
	text-decoration: none;
	}

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

#linkmenu li	{
	background-image: url(menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding-left: 15px;
	}





/* フィード情報 */
#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin-top: 50px;
	border-top: dotted 1px #ff9900;
	}

#feed a	{
	color: #ff3300;
	text-decoration: none;
	}

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

#powered a	{
	color: #ff9900;
	text-decoration: none;
	}


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

/* コピーライト情報 */

#copyright address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	}
