@charset "UTF-8";


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

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

#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;
	margin-top: 0px;
	background-color: #99CCCC;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	border-right: 2px solid #999999;
	border-left: 2px solid #999999;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer {
	clear: both;
	font: x-small "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	background: #999999;
	text-align: center;
	margin: 5px auto 0px;
	padding-top: 4px;
	padding-bottom: 10px;
}



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

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

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

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

	#left div div, #right div div {
		margin-left: 0;
		margin-right: 0;
		}

	.sidebar #calendar table	{
		width: 170px;
		}

	#three .sidebar #calendar table	{
		width: 160px;
		}

	#right #calendar table	{
		width: 168px;
		}

	#three #right #calendar table	{
		width: 158px;
		}


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

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

#title	{
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	padding: 10px 15px 35px;
	margin-bottom: 10px; }

#title h1	{
	font-size: x-large;
	margin-bottom: 0;
	}

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

#title h2	{
	font-size: small;
	margin-top: 6px;
	color: #336699;
	}

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

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

.entry h3	{
	font-size: medium;
	color: #CC3300;
	border-bottom: solid 2px #3366aa;
	padding-bottom: 5px;
	}

.entry p	{
	font-size: small;
	color: #333;
	line-height: 170%;
	}

.entry p.posted	{
	font-size: x-small;
	color: #aaaaaa;
	border-top: solid 2px #3366aa;
	padding-top: 6px;
	}

.entry a	{
	color: #66aaff;
	}

.entry	{
	margin-bottom: 20px;
	border: 3px solid #CCCCCC;
	padding: 0 30px;
	background-color: white;
	margin-right: 30px;
	margin-left: 30px;
	}

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

#entrylink	{
	font-size: small;
	padding-right: 20px;
	padding-left: 30px;
	}

#entrylink a	{
	color: #66aaff;
	}

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


/* トラックバック */

#trackbacks	{
	border: solid 1px #789;
	padding: 5px 20px;
	margin: 30px;
	}

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

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

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

#trackbacks a	{
	color: #3366aa;
	}



/* コメント */

#comments	{
	border: solid 1px #2e8b57;
	padding: 5px 20px;
	margin: 30px;
	}

#comments h2	{
	font-size: small;
	}

#comments p	{
	font-size: small;
	color: #333;
	}

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

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

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

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

#comments a	{
	color: #3366aa;
	}




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

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

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

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

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


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

.sidebar a	{
	color: #66aacc;
	}

.sidebar ul	{
	font-size: small;
	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: small;
	color: #666666;
	}



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