@charset "UTF-8";
/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

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

#container {
	width: 700px;
}
/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center {
	width: 470px;
}
/* サイドバーの横幅 */
	#left, #right {
	width: 200px;
}
/* ++++++ その他設定 ++++++ */

body {
	text-align: center;
	margin-top: 0px;
	background-color: #CCCCCC;
}
#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;
	padding-left: 25px;
	padding-bottom: 25px;
}
#right {
	float: right;
	width: 200px;
	margin-bottom: 20px;
}
#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-right: 20px;
	margin-left: 10px;
}
#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/header2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 10px 15px 35px;
	margin: 0 0px 20px;
}
#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: #FFFFFF;
}
/* ++++++ コンテンツ部分のデザイン ++++++ */

/* エントリー */
.entry h2 {
	font-size: small;
}
.entry h3 {
	font-size: small;
	color: orangered;
	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:link {
	color: #66aaff;
	text-decoration: underline;
}
.entry a:visited {
	color: #3366aa;
	text-decoration: underline;
}
.entry a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.entry {
	margin-bottom: 30px;
	border: solid 1px #aaddff;
	padding: 0 15px;
	background-color: white;
}
/* 前後のエントリーへのリンク */

#entrylink {
	font-size: small;
	padding-left: 25px;
}
#entrylink a {
	color: #66aaff;
}
#entrylink p {
	margin-top: 0;
	margin-bottom: 30px;
}
/* トラックバック */

#trackbacks {
	border: solid 1px khaki;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#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 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: small;
}
#comments p {
	font-size: small;
	color: #666666;
}
#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;
}
/* カテゴリーデータ */

#categorydata h1 {
	font-size: medium;
	border-bottom: 2px solid #669999;
	padding-bottom: 8px;
	color: #336666;
}
#categorydata h2 {
	font-size: small;
	color: #999999;
}
#categorydata ul {
	font-size: small;
	color: #666666;
	margin-bottom: 30px;
	line-height: 150%;
}
#categorydata a {
	color: #003366;
}
#categorydata {
	border-bottom: 2px solid #CCCCCC;
	padding-right: 20px;
}
/* 月別データ */

#monthdata h1 {
	font-size: small;
	border-top: solid 2px khaki;
	border-bottom: solid 2px khaki;
	padding-top: 4px;
	padding-bottom: 4px;
}
#monthdata h2 {
	font-size: small;
	color: #999999;
}
#monthdata h2 a {
	color: #3366aa;
}
#monthdata span {
	font-size: smaller;
}
#monthdata p {
	font-size: small;
	color: #666666;
	line-height: 150%;
	border-bottom: dotted 1px khaki;
	padding-bottom: 20px;
	padding-left: 20px;
}
/* ++++++ サイドバー部分のデザイン ++++++ */

/* カレンダー */
#calendar table {
	width: 100%;
	font-size: small;
	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: small;
	margin-bottom: 3px;
	text-align:center;
	color: #FFFFFF;
	background-color: #336666;
	padding: 3px 0;
	margin-top: 4px;
}
.sidebar a:link {
	color: #3366aa;
	text-decoration: none;
}
.sidebar a:visited {
	color: #3366aa;
	text-decoration: none;
}
.sidebar a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.sidebar ul {
	font-size: small;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left:0;
	padding-left:0;
}
.sidebar li {
	background-color: white;
	padding: 5px 0;
	border-bottom: solid 1px #aaddff;
	text-align: center
}
/* フィード情報 */
#feed {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin: 0px 0px 15px;
	padding: 0px;
}
/* Movable Type情報 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin-top: 50px;
}

