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

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

#container {
	width: 780px;
	margin-top:0px;
	}


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

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

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


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

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

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

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

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



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


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

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */
body	{
	background:url(background.gif) repeat-x;
	}

#main	{
	margin-top:0px;
	background-color: #FFFFFF;
	border: solid 1px #FFCCCC;
	padding-top: 10px;
	}


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

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

	#three #container {
		width: 800px;
		}




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

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

#title	{
	margin:0px;
	}
h1	{
	margin:0px;
	}
#title h1	{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	}

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

#title h2	{
	font-size: 12px;
	margin-top: 6px;
	color: #FFFFFF;
	}
/* ++++++ コンテンツ部分のデザイン ++++++ */
/* エントリー */
.entry h2	{
	font-size: 0.75em;
	color : #aaaaaa;
	}

.entry h3	{
	font-size: 0.875em;
	color: #666666;
	border-bottom:#FF9900 dotted 1px;
	padding-bottom:2px;
	padding-left:5px;
	}

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

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

.entry a	{
	color: #0033CC;
	}

.entry	{
	margin-bottom: 40px;
	}

/* ++++++ サイドバー部分のデザイン ++++++ */
/*カレンダー*/
#calendar {
line-height: 120%;
font-size: 10;
padding:0px;
text-align: center;
margin-bottom: 30px;
background-color: #FFFFFF;
}


#calendar table {
width: 160px;
padding:0px 0px 0px 0px;
}

/*カレンダーのタイトル*/
#calendar caption {
font-size:10px;
text-align: center;
font-weight: bold;	
padding:2px 0px 2px 0px;
color: #FFFFFF;
background-color: #669966;
line-height: 15px;
}

/*カレンダーの曜日*/
#calendar th {
line-height: 12px;
font-size:10px;
text-align: center;
font-weight: bold;
color: #669933;
padding:2px 0px 0px 0px;
}

/*カレンダーの日付*/
#calendar td {
line-height: 12px;
font-size:10px;
font-weight: normal;
color: #FFFFFF;
background-color: #669933;
text-align: center;
padding:2px 0px 0px 0px;

}
#calendar a {
color: #FFCC66;
text-decoration: none;
}
#calendar a:hover {
color: #000000;
background-color: #FFFFFF;
text-decoration:underline;
}

/*サイドバーの見出し*/
.sidebar h2 {
color: #666699;
background-image: url("apple.gif");
background-position: top left;
background-repeat: no-repeat;
font-size:12px;
text-align: left;
font-weight: bold;
padding:0px 0px 0px 16px;
line-height: 15px;
}

.sidebar ul {
padding-left: 0px;
margin: 0px;
margin-bottom: 30px;
}


/*アーカイブ・コメント*/
.sidebar li {
color: #1B2C3B;
font-size: 10px;
text-align: left;
line-height: 15px;	
margin-top: 3px;
padding: 0px 5px 0px 5px;
list-style-type: none;
}

.sidebar img {
border: 0px solid #FFFFFF;
}

.photo {
text-align: left;
margin-bottom: 20px;
}

/*XML・検索のテキスト*/
.link-note {
font-size: 10px;
line-height: 150%;
text-align: left;
color: #1B2C3B;
margin-top: 3px;
margin-bottom: 30px;
}


/* Movable Type情報 */

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

#powered a	{
	color: #8fabbe;
	}

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

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

#entrylink	{
	font-size: 0.75em;
	}

#entrylink a	{
	color: #66aaff;
	}

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

/* トラックバック */

#trackbacks	{
	border: solid 1px tomato;
	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 tomato;
	padding-top: 20px;
	}

#trackbacks a	{
	color: #66aaff;
	}
/* コメント */

#comments	{
	border: solid 1px tomato;
	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 tomato;
	}

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

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

#comments a	{
	color: #66aaff;
	}

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

#categorydata h1	{
	font-size: 1em;
	border-bottom: solid 2px 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: #66aacc;
	}

#categorydata	{
	border-bottom: solid 2px tomato;
	}
/* 月別データ */

#monthdata h1	{
	font-size: 0.75em;
	border-top: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	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 #ff9933;
	padding-bottom: 20px;
	padding-left: 20px;
	}
.clerboth	{
	clear:both;
	}