@charset "utf-8";
/* CSS Document */

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

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

#container {
	width: 760px;
	}


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

	/* コンテンツ部分の横幅 */
	#center	{
		width: 530px;
		padding-top: 15px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 230px;
		background-image: url(d-images/menu-bg.gif);
		background-repeat: repeat-y;
		padding-top: 15px;
		}


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

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

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

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

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



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

body {
       	text-align: center;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 30px;
		margin-left: auto;
		font-size: 14px;
	}
	
img{
		border: none;
}

#container {
	background-image: url(d-images/bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	background-color: #757575;
	}

#main	{
	}


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

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

	/* コンテンツ部分の左右の余白 */
	.content div	{
		margin-left: 5px;
		margin-right: 10px;
		}

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

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



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

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

/* ヘッダー */
#heder	{
	height: 30px;
	background-image: url(d-images/header.gif);
	padding-top: 30px;
	}

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

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

#heder h2	{
	font-size: 0.75em;
	margin-top: 3px;
	}
	
#title{
	text-align: right;
	padding-right: 10px;
}
	
	

/* バナー */
#banner	{
	height: 100px;
	background-image: url(d-images/banner.jpg);
	}

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

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

#banner h2	{
	font-size: 0.75em;
	margin-top: 3px;
	}



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

/* エントリー */
.entry h2	{
	height: 23px;
	background: url(d-images/date.gif) no-repeat;
	padding-top: 7px;
	padding-left: 30px;
	font-size: 14px;
	}

.entry h3	{
	font-size: 18px;
	color: #006600;
	}

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

.entry p.posted	{
	font-size: 12px;
	color: #aaaaaa;
	border-top: dotted 2px #D9D9D9;
	padding-top: 6px;
	}

.entry a:link{
text-decoration: none;
color: #336600;
}

.entry a:visited{
text-decoration: none;
color: #336600;
}

.entry a:hover{
text-decoration: none;
color: #A9E489;
font-weight: bold;
}

.entry a:active{
text-decoration: none;
color: #A9E489;
font-weight: bold;
}

.entry	{
margin-bottom: 40px;
	}


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

#entrylink	{
font-size: 12px;
text-align: center;
}

#entrylink a:link{
text-decoration: none;
color: #006600;
}

#entrylink a:visited{
text-decoration: none;
color: #006600;
}

#entrylink a:hover{
text-decoration: none;
color: #FFD202;
}

#entrylink a:active{
text-decoration: none;
color: #FFD202;
}

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


/* トラックバック */

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

#trackbacks a	{
	color: #3366aa;
	}



/* コメント */

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

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

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

#comments a	{
	color: #3366aa;
	}


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

#categorydata h1	{
	height: 21px;
	background: url(d-images/date.gif) no-repeat;
	padding-top: 9px;
	padding-left: 30px;
	font-size: 14px;
	}

#categorydata h2	{
	font-size: 12px;
	color: #000000;
	}

#categorydata ul	{
	font-size: 18px;
                font-weight: bold;
	color: #006600;
                margin: 0px;
padding: 0px;
	list-style-type: none;
	}

#categorydate li{
margin: 0px;
padding: 0px;
}

#categorydata a:link{
text-decoration: none;
color: #336600;
}

#categorydata a:visited{
text-decoration: none;
color: #336600;
}

#categorydata a:hover{
text-decoration: none;
color: #A9E489;
font-weight: bold;
}

#categorydata a:active{
text-decoration: none;
color: #A9E489;
font-weight: bold;
}

#categorydata p	{
	font-size: 14px;
	color: #000000;
	line-height: 150%;
	border-bottom: dotted 2px #D9D9D9;
	padding-bottom: 20px;
	padding-left: 20px;
                margin-bottom: 10px;
	}

#categorydata	{
}


/* 月別データ */

#monthdata h1	{
	height: 23px;
	background: url(d-images/date.gif) no-repeat;
	padding-top: 7px;
	padding-left: 30px;
	font-size: 14px;
	}

#monthdata h2	{
font-size: 18px;
color: #006600;
}

#monthdata h2 a:link{
text-decoration: none;
color: #336600;
}

#monthdata h2 a:visited{
text-decoration: none;
color: #336600;
}

#monthdata h2 a:hover{
text-decoration: none;
color: #A9E489;
font-weight: bold;
}

#monthdata h2 a:active{
text-decoration: none;
color: #A9E489;
font-weight: bold;
}


#monthdata span	{
	font-size: smaller;
	}

#monthdata p	{
	font-size: 14px;
	color: #000000;
	line-height: 150%;
	border-bottom: dotted 2px #D9D9D9;
	padding-bottom: 20px;
	padding-left: 20px;
	}



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

/* カレンダー */
#calendar table{
width: 202px;
height: 185px;
font-size:12px;
text-align: center;
border: solid 2px #006600;
background-color: #FFFFFF;
margin-bottom: 15px;
}

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

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

#calendar caption{
width: 202px;
background-color: #006600;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
}


/* メニュー */

#categories{
width: 202px;
height: auto;
}

#categories h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: #D9D9D9;
	padding: 3px 0 0;
	}
	
#categories a:link{
text-decoration: none;
color: #000000;
}

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

#categories a:hover{
text-decoration: none;
color: #336600;
font-weight: bold;
}

#categories a:active{
text-decoration: none;
color: #336600;
font-weight: bold;
}

#categories ul	{
	font-size: 12px;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-left:0;
	}
	
#archives{
width: 202px;
height: auto;
}

#archives h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: #D9D9D9;
	padding: 3px 0 0;
	}

#archives a:link{
text-decoration: none;
color: #000000;
}

#archives a:visited{
text-decoration: none;
color: #000000;
}

#archives a:hover{
text-decoration: none;
color: #336600;
font-weight: bold;
}

#archives a:active{
text-decoration: none;
color: #336600;
font-weight: bold;
}

#archives ul{
font-size: 12px;
list-style-type:none;
margin-top: 5px;
margin-bottom: 30px;
margin-left: 10px;
padding-left:0;
}
	
#recent{
width: 202px;
height: auto;
}

#recent h2	{
font-size: 0.75em;
margin-bottom: 0px;
text-align:center;
color: #333333;
background-color: #D9D9D9;
padding: 3px 0 0;
}

#recent a:link{
text-decoration: none;
color: #000000;
}

#recent a:visited{
text-decoration: none;
color: #000000;
}

#recent a:hover{
text-decoration: none;
color: #336600;
font-weight: bold;
}

#recent a:active{
text-decoration: none;
color: #336600;
font-weight: bold;
}

#recent ul	{
	font-size: 12px;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-left:0;
	}
	
.sidebar h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: #D9D9D9;
	padding: 3px 0 0;
	}

.sidebar a	{
	color: #66aacc;
	}

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



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

/* コピーライト情報 */
#copyright	{
	background-color: #006600;
	text-align: right;
	height: 23px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-right: 5px;
	padding-top: 7px;
	}





