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

/* ++++++ link ++++++++++++++++++++++ */
a:link	{ color : #000000 ; text-decoration : none;}
a:active	{ color : #FF0000 ; text-decoration : none;}
a:visited	{ color : #000000 ; text-decoration : none;}
a:hover	{ color : #FF0000 ; text-decoration : underline; }
/* ++++++++++++++++++++++++++++++++/


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

#container {
	width: 760px;
	border:outset 3px ;
   	}


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

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

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


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

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

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

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

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



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


#container {
	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: 0px;
		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;
		}




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

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


#title	{
	background-image: url(img/top0.jpg);
                height:150px;
	background-repeat: no-repeat;
	}

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

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

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

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

/* カテゴリーメニュー */
#categories h2	{
	font-size: 1em;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-color: #fe9901;
	padding: 6px 0 0;
	}

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

#categories ul	{
	font-size: 1em;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left:0;
	padding-left:0;
                }
#categories li	{
	background-color: #ebe8d7;
	padding: 5px 0;
                border-bottom:solid 1px white;
	text-align:center;
	}
/* アーカイブ */
#archives h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-color: #fe9901;
	padding: 3px 0 0;
	}

#archives a	{
	color: #fe9901;
	}

#archives ul	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left:0;
	padding-left:0;
}
/* アーカイブ */
#archives h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-color: #fe9901;
	padding: 3px 0 0;
	}

#archives a	{
	color: #fe9901;
	}

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

/* 新着情報 */
#recent h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-color: #fe9901;
	padding: 3px 0 0;
	}

#recent a	{
	color: #fe9901;
	}

#recent ul	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left:0;
	padding-left:0;
}
/* powered */
#powered {
	font-size: 0.75em;
                text-decoration:none;
}
/* ++++++ コンテンツ部分のデザイン ++++++ */
#center h3	{
	font-size:1em;
	color:fe9901;
                }
/* 月別データ */

#monthdata h1	{
	font-size: 1em;
	border-top: solid 2px #fe9901;
	border-bottom: solid 2px #fe9901;
	color: #ffffff;
	background-color: #fe9901;
	padding-top: 1px;
	padding-bottom: 1px;
                padding-left: 5px;
	}

#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 #fe9901;
	padding-bottom: 20px;
	padding-left: 20px;
	}

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

#categorydata h1	{
	font-size: 1em;
	border-top: solid 2px #fe9901;
	border-bottom: solid 2px #fe9901;
	color: #ffffff;
	background-color: #fe9901;
	padding-top: 1px;
	padding-bottom: 1px;
                padding-left: 5px;
	}

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

#categorydata h2 a	{
	color: orange;
	}

#categorydata span	{
	font-size: smaller;
	}

#categorydata p	{
	font-size: 0.75em;
	color: #666666;
	line-height: 150%;
	border-bottom: dotted 1px #fe9901;
	padding-bottom: 20px;
	padding-left: 20px;
	}
/* 個別データ */
#maincontents h1	{
	font-size: 1em;
	border-top: solid 2px #fe9901;
	border-bottom: solid 2px #fe9901;
	color: #ffffff;
	background-color: #fe9901;
	padding-top: 1px;
	padding-bottom: 1px;
                padding-left: 5px;
	}

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

#maincontents h2 a	{
	color: orange;
	}

#maincontents span	{
	font-size: smaller;
	}

#maincontents p	{
	font-size: 0.9em;
	}


#recent2 h3	{
	font-size: 0.75em;
	color: #999999;
	}

#recent2 li 	{
	font-size: 0.875em;
	color: #999999;
	}
#recent3 h3	{
	font-size: 0.75em;
	color: #999999;
	}

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


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


/* トラックバック */



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

#footer	{
	background-image: url(img/top2.jpg);
               height:110px;
                background-repeat: no-repeat;
                }