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

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


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

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

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

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



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

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

#main	{
	background-color: #ffffff;
	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;
		}



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

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

/* ヘッダー */
#banner	{
	padding: 15px 0;
	border-bottom: solid 2px red;
	}

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

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

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


/* タイトル */
#title	{
	padding: 15px 0;
	}

#title h1	{
	font-size: 3em;
	margin-bottom: 0;
	}

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

#title h2	{
	font-size: 0.9em;
	margin-top: 6px;
	color: #22cf66;
	}




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

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

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

.entry p	{
	font-size: 0.9em;
	color: #333333;
	line-height: 140%;
                font-family: cursive;
	}

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

.entry a	{
	color: #66aaff;
	}

.entry	{
	margin-bottom: 40px;
	}


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

#entrylink	{
	font-size: 0.9em;
	}

#entrylink a	{
	color: #66aaff;
	}

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


/* トラックバック */

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

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

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

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

#trackbacks a	{
	color: #3366aa;
	}



/* コメント */

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

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

#comments p	{
	font-size: 0.9em;
	color: #333333;
	}

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

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

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

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

#comments a	{
	color: #3366aa;
	}


/* カテゴリーメニュー */
#categories h2	{
	font-size: 0.9em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: khaki;
	padding: 3px 0 0;
	}

#categories a	{
	color: #66aaff;
	}

#categories ul	{
	font-size: 0.9em;
	color: #66aaff;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}

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

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

#categories li li	{
	background-image: url(branch.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	}

#categories li li.sublast	{
	background-image: url(branch_last.gif);
	}

#categories	{
	margin-bottom: 30px;
	}



/* 月別データ */

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

#monthdata h2	{
	font-size: 0.9em;
	color: #66aaff;
	}

#monthdata h2 a	{
	color: orange;
	}

#monthdata span	{
	font-size: smaller;
	}

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





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

/* エントリーメニュー */
#recent h2	{
	font-size: 0.9em;
	color: #333333;
	border-bottom: solid 2px red;
	padding-bottom: 3px;
	margin-bottom: 0px;
	}

#recent a	{
	color: #66aaff;
	}

#recent ul	{
	font-size: 0.9em;
	color: orange;
	list-style-position:inside;
	margin-left:0;
	padding-left:0;
	margin-top: 5px;
	margin-bottom: 30px;
	}

#recent h3	{
	font-size: 0.9em;
	background-image: url(toggle.gif);
	background-repeat: no-repeat;
	background-position: 0% 25%;
	padding-left: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	}

#recent h3 a	{
	text-decoration: none;
	}

#recent	{
	margin-bottom: 10px;
	}

#recent ul	{
	margin-left: 10px;
	}





/* カレンダー */
#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.9em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	border-bottom: solid 2px red;
	background-color: khaki;
	padding: 3px 0 0;
	}

.sidebar a	{
	color: #66aacc;
	}

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



/* グーグルアドセンス */
#gad	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin-top: 50px;
	}

/* リンク集用 */
#linkmt h2	{
	font-size: 0.9em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	border-bottom: solid 2px red;
	background-color: khaki;
	padding: 3px 0 0;
	}
#linkmt	{
	font-size: 0.75em;
	}

#linkmt a	{
	color: #66aaff;
	}

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


/* 楽天 */
#kakaku	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #333333;
	margin-top: 50px;
	}



/* 楽天 */
#raku	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #333333;
	margin-top: 50px;
	}

/* CM */
#cm	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #333333;
	margin-top: 50px;
	}


/* フッター */
#footer	{
                text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin-top: 50px;
	background-color: khaki;
	}
#footer a	{
	color: #66aaff;
	}



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


/* メニュー */
#categorydata h1	{
	font-size: 2em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	border-bottom: solid 2px red;
	background-color: khaki;
	padding: 3px 0 0;
	}


#categorydata h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	border-bottom: solid 2px red;
	background-color: khaki;
	padding: 3px 0 0;
	}

#categorydata a	{
	color: #66aacc;
	}

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

/* 最新のコメント */
#newcom	{
	font-size: 0.9em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	border-bottom: solid 2px red;
	background-color: khaki;
	padding: 3px 0 0;
	}

#newcom a	{
	color: #66aacc;
	}

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




