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

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

#container {
	width: 700px;
	font-family: Verdana, Arial,"MS UI Gothic",Lucida,Osaka,sans-serif;
	}


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

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

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


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

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

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

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

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



/* ++++++ その他設定 ++++++ */
a {
  text-decoration: underline;
}

a:link {
  color: #CC99CC;
}

a:visited,a:active {
  color: #CC99CC;
}

a:hover {
  color: #CC6666;
}

body {
	text-align: center;
	margin: 0;
	padding:0;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: solid 1px #CC99CC;
	background-color: #FFFFFF;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */
body	{
	background-color: #FBF1FB;
	}

#main	{
	border-top: #CC99CC 1px solid;
	background-color: #ffffff;
	padding-top: 20px;
	}


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

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

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

	/* 右サイドバーの左右の余白 */
	#right div	{
		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;
		}





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

/* ++++++ ヘッダー部分のデザイン ++++++ */
#banner {
	margin: 0px;
	padding: 0px;
	background-color: #FBF1FB;
}

#container-inner	{
	margin: 0px;
	padding: 0px;
	}

#container-inner h1	{
	padding: 10px;
	font-size: 1.5em;
	margin-bottom: 0;
	}

#container-inner h1 a	{
	text-decoration: none;
	color: #CC99CC;
	}
#container-inner h2	{
	font-size: 0.75em;
	color: #FBF1FB;
	margin-top: 6px;
	margin-bottom: 0px;
	background: #CC99CC url(images/side_title.gif) repeat-x;
	border: 1px #FFFFFF solid;
	padding: 3px 15px;
	}

#container-inner .subtitle	{
	font-size: 0.75em;
	margin-top: 6px;
	background: #CC99CC url(images/side_title.gif) repeat-x;
	border: 1px #FFFFFF solid;
	padding: 3px 15px;
	}


/* ++++++ コンテンツ部分のデザイン ++++++ */
/* エントリー */
.entry h2	{
	font-size: 0.75em;
	color: #666666;
	text-align: right;
	margin: 5px 0px 0px;
	padding: 0px 5px;
	font-weight : normal;
	}

.entry h3	{
	font-size: 0.875em;
	color: #666666;
	margin-top: 0px;
	padding: 5px;
	background-color: #FBF1FB;
	border: 1px #CC99CC solid;
	border-left: 5px #CC99CC solid;
	}

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

.entry p.posted	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: 1px #666666 dotted;
	margin-bottom: 15px;
	padding-top: 5px;
	text-align: right;
	}


.entry	{
	margin-bottom: 40px;
	}
/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 0.75em;
	}

#entrylink p	{
	margin-top: 0;
	margin-bottom: 30px;
	}
/* トラックバック */

#trackbacks	{
	font-size: 0.75em;
	border: solid 1px #CC99CC;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

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

#trackbacks p	{
	color: #666666;
	margin-top: 8px;
	}

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

#trackbacks a	{
	color: #66aaff;
	}
/* コメント */

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

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

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

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

#categorydata h1	{
	color: #666666;
	font-size: 0.85em;
	border-top: solid 2px #CC99CC;
	border-bottom: solid 2px #CC99CC;
	padding-top: 4px;
	padding-bottom: 4px;
	}

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

#categorydata ul	{
	font-size: 0.875em;
	color: tomato;
	margin-bottom: 30px;
	}
#categorydata li	{
	list-style-image: url(images/t_list.gif);
	}


#categorydata	{
	border-bottom: solid 2px #CC99CC;
	}
/* 月別データ */

#monthdata h1	{
	color: #666666;
	font-size: 0.85em;
	border-top: solid 2px #CC99CC;
	border-bottom: solid 2px #CC99CC;
	padding-top: 4px;
	padding-bottom: 4px;
	}

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


#monthdata span	{
	font-size: smaller;
	}

#monthdata p	{
	font-size: 0.75em;
	color: #666666;
	line-height: 150%;
	border-bottom: dotted 1px #CC99CC;
	padding-bottom: 20px;
	padding-left: 20px;
	}

/* エラー表示 */
#pagebody	{
	border-top: #CC99CC 1px solid;
	background-color: #ffffff;
	padding: 20px 10px;
}

/* ++++++ サイドバー部分のデザイン ++++++ */
/* カレンダー */
#calendar {
	line-height: 120%;
	color: #333333;
	padding: 0px;
	text-align: center;
	border: #CC99CC 1px solid;
	background-color: #FBF1FB;
}

#calendar h2{
	font-weight : normal;
	text-align: center;
	background: #CC99CC url(images/week.gif) repeat-x;
	border-bottom: 0px;
	padding-bottom: 15px;
}

#calendar tr{
	background-color: #FBF1FB;
}

#calendar a{
	text-decoration: none;
}
#calendar a:hover {
	text-decoration: underline;
}

#calendar table {
	width: 100%;
	font-size: 0.75em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: separate;
	border-spacing: 0px;
}

#calendar th {
	background-color: #CC99CC;
	margin: 0px;
	padding: 0px;
}

#calendar td {
	color: #999999;
	margin: 0px;
	padding: 2px;
	border: #FCFCF0 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	text-align: center;
}




/* サイドバーメニュー */
.sidebar div	{
	border: #CC99CC 1px solid;
	border-bottom: none;
	margin: 5px 0px;
	padding: 0px;
	background-color: #CC99CC;
	color: #999999;
	}
.sidebar a{
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}

.sidebar h2	{
	font-size: 0.75em;
	margin: 0px;
	text-align:center;
	color: #333333;
	background: #CC99CC url(images/side_title.gif) repeat-x;
	border-bottom: 1px #FFFFFF dashed;
	padding: 3px 3px 3px 3px;
	}
.sidebar div div	{
	font-size: 0.75em;
	border: 0px;
	border-bottom: #CC99CC 1px solid;
	margin: 2px 0px;
	padding: 5px;
	background-color: #FBF1FB;
	}

.sidebar ul	{
	list-style-type:none;
	margin-top: 5px;
	margin-left:0;
	padding-left:20px;
	}

.sidebar ul ul	{
	font-size: 1em;
	margin-left: 0px;
	padding-left:0px;
	}

.sidebar li	{
	list-style-position : outside;
	padding-bottom: 5px;
	list-style-image: url(images/list.gif);
	}

.sidebar li li	{
	list-style-image: none;
	background-image: url(images/branch.gif) ;
	background-repeat : no-repeat;
	padding-left: 20px;
	}

.sidebar li li.sublast	{
	background-image: url(images/branch_last.gif);
	}

/* フィード情報 */

div #feed	{
	border: none;
	background-color: #FFFFFF;
	font-size: 0.75em;
	color: #666666;
	}


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