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

/* ++++++ 横幅設定 ++++++ */

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

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

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

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


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

body {
       	text-align: left;
                color: #3d1c11;
	}

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

#left {
	float: left;
                margin-right: 10px;
	}

#center {
	float: left;
	}

#right {
	float: right;

	}

#footer	{
	clear: both;
	}

a:link { color: #902f11;text-decoration:none; } 
a:visited { color: #902f11;text-decoration:none; } 
a:hover { color: #f48968;text-decoration:underline; } 
a:active { color: #75301a;text-decoration:none; } 

img    {
               border:1px solid #666666;
               }

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

body	{
	margin: 0;
	padding:0;
	}

#container	{
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #4b6e4c;
	}

#banner	{
	border-bottom: solid 1px #4b6e4c;
	margin-bottom: 5px;
	}

#footer	{
	margin-bottom: 5px;
	padding: 5px;
	}


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

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

	/* コンテンツ部分の左右の余白 */
                 .content         {
                               border: solid 1px #4b6e4c;
                               }
	.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;
		}


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





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

/* ++++++ ヘッダー部分のデザイン ++++++ */
#title	{
	background-image: url(astronomic.jpg);
	background-repeat: no-repeat;
	background-position: 100% 55%;
	background-color: #ffffff;
	padding: 10px;
        text-align: left;
	}

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


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


/* ++++++ コンテンツ部分のデザイン ++++++ */
/* エントリー */
.entry h2	{
	font-size: 1.1em;
	}
.entry h3	{
	font-size: 0.66em;
        text-align: right;
	}

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

.entry p.posted	{
	font-size: 0.66em;
	padding-top: 6px;
	padding-bottom: 20px;
	border-bottom: solid 1px #4b6e4c;               
	}

.before p	{
	font-size: 0.75em;
	line-height: 150%;
	}


/* ++++++ 左サイドバー部分のデザイン ++++++ */
/* プロフィル */
#profile h2	{
	font-size: 0.75em;
	margin-bottom: 5px;
	text-align:left;
	background-color: #ffffff;
	padding: 3px 0 0;
border-bottom: 1px solid #4b6e4c;
	}
#profile	{
	margin-bottom: 30px;
	}
#profile p	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}
#profile img	{
	margin-top: 8px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}

/* サーチ */
#search h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:left;
	background-color: #ffffff;
	padding: 3px 0 0;
border-bottom: 1px solid #4b6e4c;
	}
#search	{
	margin-bottom: 30px;
	}
#search p	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}


/* リセント */
#recent h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:left;
	background-color: #ffffff;
	padding: 3px 0 0;
border-bottom: 1px solid #4b6e4c;
	}


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

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

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

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

#recent	{
	margin-bottom: 30px;
	}

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

/* 新カレンダー */
#calendar {
    margin: 5px 0 10px;;
    color: #444444;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 9px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #4b6e4c;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #b13c3c;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #4169e1;
}

/* アーカイヴ */
#archives select             {
                  width:98%;
margin-top:5px;
                                  }

/* カテゴリーメニュー */
#categories h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:left;
	background-color: #ffffff;
	padding: 3px 0 0;
border-bottom: 1px solid #4b6e4c;
	}

#categories ul	{
	font-size: 0.75em;
	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(branch2.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	}

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

#categories	{
	margin-bottom: 30px;
	}
/* リンク */
#link h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:left;
	background-color: #ffffff;
	padding: 3px 0 0;
border-bottom: 1px solid #4b6e4c;
	}
#link	{
	margin-bottom: 30px;
	}
#link a	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left:0;
	padding-left:0px;
	}

#link p	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}
#link img	{
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
        text-align: center;
	}

/* フィード情報 */

#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6em;
	}


/* Movable Type情報 */

#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6em;
	margin-top: 20px;
	}


/* ++++++ フッター部分のデザイン ++++++ */
#copyright	{
	border-top: solid;
	border-width: 1px;
	border-color: #4b6e4c;
	font-size: 9pt;
	text-align:center;
	padding: 3px 0 0;
	}


#categorydata h1	{
	font-size: 1.2em;
	border-bottom: solid;
	border-width: 1px;
	border-color: #4b6e4c;
	margin-top: 10px;
	}


#entrylink p	{
	font-size: 0.80em;
text-align:center;
	}