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

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

#container {
	width: 690px;
	margin-top: 31px;
	}


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

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

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





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

body {
       	text-align: center;
	}

#container {
	text-align: left; 
	margin-right: auto;
	margin-left: auto;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}



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

body		{
      	text-align: center;
	background-image: url(bg.gif);
	background-repeat: repeat;
	}

#main	{
	background-color: transparent;
	padding-top: 31px;
	clear: both; 
	}


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

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

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

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

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








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

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

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

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

#title h2	{
	font-size: 0.75em;
	margin-top: 6px;
	color: #22cf66;
	}





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

/* エントリー */
.entry h2	{
	width: 335px;
	height: 54px;
	padding-left: 68px;
	padding-top: 13px;
	background-image: url(title_bg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #EC6081;
	}


.entry h3	{
	font-size: 120%;
	font-weight: normal;
	color: #FF0000;
	padding-left: 45px;
	width: 335px;
	}


.entry h4	{
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	text-align: right;
	padding-left: 45px;
	margin-bottom: 0px;
	width: 335px;
	}


.entry p	{
	font-size:  90%;
	color: #333333;
	line-height: 200%;
	padding-left: 45px;
	width: 335px;
	}



.entry a	{
	color: #EC6081;
	}

.entry	{
	background-image: url(c_bg.jpg);
	background-repeat: repeat-y;
	}

#center p.posted	  {
	font-size: 75%;
	color: #666666;
	text-align: right;
	padding-bottom: 20px;
	margin-right: 15px;
	}

#center a	  {
	color: #EC6081;
	}




/* カテゴリーメニュー */
.sidebar	{
	background-image: url(side_bg.gif);
	background-repeat: repeat-y;
	}
	
.sidebar h2	{
	font-size: 87%;
	margin-bottom: 0px;
	color: #333333;
	padding: 3px 0 0  0;
	}

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


.sidebar ul	{
	font-size: 87%;
	line-height: 180%;
	color: #EC6081;
	text-decoration: none;
	list-style-type:disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 30px;
	}


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

#entrylink	{
	font-size: 90%;
	color: #666666;
	padding-left: 15px;
	}

#entrylink a	{
	color: #ED6484;
	}

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


/* コメント */

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

#comments h2	{
	font-size: 12px;
	color: #333333;
	}

#comments p	{
	padding-top: 15px;
	font-size: 75%;
	color: #333333;
	}

#comments p.posted	{
	color: #666666;
	text-align: right;
	}

#comments div	{
	border-top: solid 1px #CCCCCC;
	margin-bottom: 15px;
	}

#comments h2#com02	{
	border-top: solid 1px #CCCCCC;
	padding-top: 40px;
	}

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

#comments a	{
	color: #EC6283;
	}




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

#categorydata h1	{
	font-size: 90%;
	font-color: #333333;
	padding-bottom: 8px;
	}

#categorydata h2	{
	font-size: 14px;
	color: #EC6081;
	}

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

#categorydata a	{
	color: #EC6082;
	}

#categorydata p.posted	{
	font-size: 75%;
	color: #666666;
	text-align: right;
	padding-bottom: 20px;
	margin-right: 15px;
	}


/* 月別データ */

#monthdata h1	{
	font-size: 90%;
	font-color: #333333;
	padding-bottom: 8px;
	}

#monthdata h2	{
	font-size: 14px;
	color: #EC6081;
	}

#monthdata a	{
	color: #EC6082;
	}

#monthdata span	{
	font-size: 80%;
	}

#monthdata p.posted	{
	font-size: 75%;
	color: #666666;
	text-align: right;
	padding-bottom: 20px;
	margin-right: 15px;
	}




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

/* カレンダー */
#calendar table	{
	width: 200px;
	font-size: 75%;
	text-align: center;
	}

#calendar td	{
	padding: 3px 0;
	}

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

#calendar caption	{
	margin-bottom: 10px;
	}







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



