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

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

#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 {
margin:0 0 10px;
padding:0;
background-image:url(http://news.kimi-dori.net/archives/back.gif);
}


#container {
background-image:url(img/back2.gif);
text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

#banner	{
	margin-bottom: 5px;
	}



/* ++++++ 枠内の余白 ++++++ */

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

	/* コンテンツ内の上の余白 */
	.content	{
		padding-top: 20px;
		}

	/* サイドバー内の左右の余白 */
	.sidebar div {
		margin-left: 0;
		margin-right: 0;
		}

	/* サイドバー内の上下の余白 */
	.sidebar {
		padding-top: 5px;
		padding-bottom: 20px;
		}

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


/* ++++++ 段の間隔・横幅 ++++++ */

	#left	{
		margin-right: 20px;
		}

	#center	{
		width: 478px;
		}

	#right	{
		margin-left: 20px;
		}

	#three #left	{
		width: 175px;
  margin-left: 10px;
	 margin-right: 0;
		}

	#three #center	{
		width: 408px;
		}

	#three #right	{
		width: 175px;
		margin-left: 0;
	 margin-right: 10px;
		}

	.sidebar #calendar table	{
		width: 170px;
		}

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


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

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

#banner	{
	padding: 0px 0px 0px;
	}

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

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

#banner h2	{
	font-size: 0.75em;
	margin-top: 6px;
	color: #aaccff;
	}


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

.entry h2	{
	font-size: 0.75em;
	}

.entry h3	{
	font-size: 0.875em;
	background-image: url(http://news.kimi-dori.net/archives/entry_back.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 18px 5px;
	color: #663300;
	}

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

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

.entry a	{
	color: #333333;
	}

.entry	{
	margin-bottom: 40px;
	}


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

#entrylink	{
	font-size: 0.75em;
	}

#entrylink a	{
	color: #ff6633;
	}

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

/* トラックバック */

#trackbacks	{
	border: solid 1px #663300;
	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: #333333;
	margin-top: 8px;
	}

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

#trackbacks a	{
	color: #663300;
	}

/* コメント */

#comments	{
	padding: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	font-size: 0.75em;
	}

#comments p	{
	font-size: 0.75em;
	color: #336699;
	}

#comments p.posted	{
	color: #666666;
	padding-left: 0px;
	}

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

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

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

#comments a	{
	color: #663300;
	}

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

#categorydata h1	{
	font-size: 0.875em;
	color: #663300;
	}

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

#categorydata ul	{
	font-size: 0.875em;
	color: #663300;
	margin-bottom: 5px;
	}

#categorydata a	{
	color: #333333;
	}



/* 月別データ */

#monthdata h1	{
	font-size: 0.75em;
	padding-top: 0px;
	color: #333333;
	padding-bottom: 4px;
	}

#monthdata h2	{
background-image: url(http://news.kimi-dori.net/archives/entry_back.gif);
font-size: 0.875em;
background-repeat: no-repeat;
padding: 10px 0px 18px 5px;
	color: #663300;
	}

#monthdata h2 a	{
color: #663300;
	}

#monthdata span	{
	font-size: smaller;
	}

#monthdata p	{
	font-size: 0.75em;
	color: #333333;
	line-height: 150%;
	border-bottom: dotted 1px #99cc00;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	}


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

/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 0.75em;
	text-align: center;
	border: non;
	background-color: #ffffff;
	}

#calendar td	{
	padding: 5px 0;
	border: non;
	}

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

#calendar caption	{
	font-color: #99cc00;
	}


/* メニュー */

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

.sidebar a	{
text-decoration: none;	
color: #333333;
	}

.sidebar ul	{
	font-size: 0.75em;
	color: #333333;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left:0;
	padding-left:0;
	}

.sidebar li	{
	font-size: 1em;
	margin-left: 5px;
	}



.sidebar li	{
	font-size: 1em;
 background-image: url(img/li.gif);
 background-repeat: no-repeat;
 padding: 0px 0px 2px 14px;
 background-position:left 5px;
	}

.sidebar	{
	margin-bottom: 30px;
	}	


/* フィード情報 */
#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #333333;
	}


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


textarea,select,input {
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック","sans-serif";
}
	
