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

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

#container {
	width: 700px;
	}


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

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

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


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

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

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

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

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



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

body {
	text-align: center;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	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: 10px;
		margin-right: 20px;
		}

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

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

	#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;
		}

body	{
	margin: 0;
	padding:0;
	font-family: Arial, Verdana, sans-serif;
	}

img	{
	border: 0;
	padding: 8px 0px 8px 0px;
	}

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

#banner	{
	border-bottom: solid 1px #A385C2;
	margin-bottom: 20px;
	}

#footer	{
	border-bottom: solid;
	border-width: 1px;
	border-color: #A385C2;
	padding: 4px;
	}

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

	#container	{
		width: 702px;
		}

	#three #container {
		width: 802px;
		}


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

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

/* ヘッダー */
#banner	{
	padding: 0px 0;
	}

#banner h1	{
	font-size: 20px;
	margin-bottom: 0;
	}

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

#banner h2	{
	font-size: 10px;
	margin-top: 6px;
	}


#title	{
	background-image: url(http://www.sachiyo.net/blog_image/sachiyoblog_header.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #FFFFFF;
	padding: 20px 20px 80px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}

#title h1	{
	font-size: 20px;
	font-weight: lighter
	margin-bottom: 0;
	}

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

#title h2	{
	font-size: 10px;
	margin-top: 6px;
	color: #663399;
	}


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

/* エントリー */
.entry h2	{
	font-size: 10px;
	}

.entry h3	{
	font-size: 12px;
	color: #663399;
	}

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

.entry p.posted	{
	font-size: 0.66em;
	color: #663399;
	border-top: solid 1px #A385C2;
	padding-top: 6px;
	}

.entry a	{
	color: #663399;
	text-decoration: underline;
	}

.entry	{
	margin-bottom: 40px;
	}


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

/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 10px;
	margin-top: 20px;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	}

#calendar td	{
	padding: 4px;
	border: solid 1px #FFFFFF;
	}

#calendar a	{
	font-weight: bold;
	text-decoration: underline;
	color: #663399;
	}

#calendar caption	{
	font-size: 10px;
	margin-bottom: 0px;
	text-align:center;
	color: #FFFFFF;
	background-color: #A385C2;
	padding: 4px;
	}


/* カテゴリーメニュー */
#categories h2	{
	font-size: 10px;
	margin-bottom: 0px;
	text-align:center;
	color: #663399;
	background-color: #F0F0F0;
	padding: 4px;
	}

#categories a	{
	color: #663399;
	}

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


/* メニュー */
.sidebar h2	{
	font-size: 10px;
	margin-bottom: 0px;
	text-align:center;
	color: #663399;
	background-color: #F0F0F0;
	padding: 4px;
	}

.sidebar a	{
	color: #663399;
	}

.sidebar ul	{
	font-size: 10px;
	list-style-type:none;
	margin-top: 6px;
	margin-bottom: 30px;
	margin-left:0;
	padding-left:0;
	}


/* フィード情報 */
#feed	{
	font-size: 10px;
	color: #663399;
	}


/* Movable Type情報 */
#powered	{
	font-size: 10px;
	color: #663399;
	margin-top: 40px;
	margin-bottom: 20px;
	}


/* フッター情報 */
#footer	{
	font-size: 10px;
	text-align:center;
	color: #663399;
	}


/* トラックバック */
#trackbacks	{
	border: solid 1px #F0F0F0;
	padding: 4px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 10px;
	margin-bottom: 0;
	}

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

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

#trackbacks a	{
	color: #66aaff;
	}

/* コメント */
#comments	{
	border: solid 1px #F0F0F0;
	padding: 6px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	font-size: 10px;
	}

#comments h3	{
	font-size: 12px;
	}

#comments p	{
	font-size: 10px;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments div	{
	border-top: dotted 1px #F0F0F0;
	}

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

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

#comments a	{
	color: #663399;
	}

/* 前後のエントリーへのリンク */
#entrylink	{
	font-size: 10px;
	}

#entrylink a	{
	color: #663399;
	}

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

/* プロフィール */
#profile table	{
	width: 100%;
	font-size: 10px;
	text-align: center;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	background-color: #FFFFFF;
	}

#profile a	{
	text-decoration: underline;
	color: #663399;
	}

#profile caption	{
	font-size: 10px;
	margin-bottom: 0px;
	text-align:center;
	color: #A385C2;
	padding: 4px;
	}
