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

span.new {
    display: none;
    color: red;
    font-weight: bold;
}


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

#container {
	width: 800px;
　　　　　　　
	}


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

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

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


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

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

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

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

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



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

body {
               	text-align: center;
　　　　　　　background-color:#d9d9ff;
	}

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

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	margin: 0;
	padding:0;
                }

#container	{
	background-image: url(./img/back.gif);
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: darkblue;
	}

#three #container	{
	background-image: url(./img/back-three.gif);
	}

#one #container	{
	background-image: none;
	}

#banner	{
	border-bottom: solid 1px #000099;
	margin-bottom: 0px;
	}

#center    {
               padding-top: 20px;
               }

.sidebar    {
               padding-top: 20px;
               }


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

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

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

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

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


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

	#container	{
		width: 800px;
		}

	#three #container {
		width: 800px;
		}




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

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

#title1	{
                height: 5px;
                background-repeat: no-repeat;
	background-color: #f4f8ff;
	padding: 1px 1px 1px;
	}

#title2	{
                height: 208px;
	
	background-repeat: no-repeat;
	background-color: #f4f8ff;
	padding: 0px 5px 0px;
	}

#title h1	{
	font-size: 0.75em;
	font-family: 'MS ゴシック';
                margin-top: 0px;
               	}

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

#title h2	{
	font-size: 0.75em;
	margin-top: 0px;
                color: #f4f8ff;
	}






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

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

.entry h3	{
	font-size: 0.875em;
	color: #0000ff;
	background-image: url(./img/mark.gif);
	background-repeat: no-repeat;
	padding: 3px 0 1px 24px;
	}

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

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

.entry p.imgcenter	{
	text-align: center;
	}

.entry a	{
	color: #4e87b9;
	}

.entry	{
	margin-bottom: 40px;
	}

.pagemenu	{
	font-size: 0.66em;
                text-align: center;
                }


.pagemenu	a{
	color: #4e87b9;
                }


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

#entrylink	{
	font-size: 0.75em;
	}

#entrylink a	{
	color: #66aaff;
	}

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


/* トラックバック */

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

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

#trackbacks a	{
	color: #3366aa;
	}



/* コメント */

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

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

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

#comments a	{
	color: #3366aa;
	}


/* カテゴリータイトル */

#catetitle	{
	background-color: #000099;
	background-image: url(./img/markl.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding: 15px 0 15px 45px;
	}

#catetitle h1	{
	font-size: 1em;
	color: white;
	margin: 0;
	}

#catetitle p	{
	font-family: 'MS ゴシック';
	font-size: 0.75em;
	color: white;
	margin: 5px 0 0;
	}




/* 月別タイトル */

#datetitle	{
	background-color: #000099;
	background-image: url(./img/markl.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding: 20px 0 20px 45px;
	}

#datetitle h1	{
	font-size: 1em;
	color: white;
	margin: 0;
	}



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

/* カレンダー */
#calendar table	{
	width: 80%;
	font-size: 0.75em;
	text-align: center;
	}

#calendar td	{
	padding: 2px 0;
	background-color: white;
	}

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

#calendar caption	{
	color: #2c5e8a;
	font-family: 'MS ゴシック';
	font-weight: bold;
	border-bottom: solid 2px #4e87b9;
	padding-bottom: 0;
	}


/* カテゴリーメニュー */
#categories h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color: #4e87b9;
	background-image: url(./img/bar.gif);
	padding: 5px 0 5px 15px;
	}

#categories a	{
	color: #2c5e8a;
	text-decoration: none;
	}

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

#categories li	{
	background-image: url(./img/menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding-left: 15px;
	}


#categories ul ul	{
	font-size: 1em;
	margin-left: 10px;
	}

#categories li li	{
	padding-bottom: 5px;
	}

#categories li	{
	background-image: url(./img/menu02.gif);
	padding-left: 17px;
	}

#categories	{
	margin-bottom: 30px;
	}


/* 最新画像 */

#photos h2 	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color: #4e87b9;
	background-image: url(./img/bar.gif);
	padding: 5px 0 5px 15px;
	}

#photos a	               {
	color: #2c5e8a;
	text-decoration: none;
	}

#photos p	               {
	text-align: center;
	}





/* アーカイブメニュー */

#archives h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color: #ff8000;
	background-image: url(./img/bar.gif);
	padding: 5px 0 5px 15px;
	}

#archives a	{
	color: #2c5e8a;
	text-decoration: none;
	}

#archives ul	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 5px;
	margin-left:0;
	padding-left:0;
	}

#archives li	{
	background-image: url(./img/menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding-left: 15px;
	}


/* エントリーメニュー */

#recent h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color:#ff8000 ;
	background-image: url(./img/bar.gif);
	padding: 5px 0 5px 15px;
	}

#recent a	{
	color: #2c5e8a;
	text-decoration: none;
	}

#recent ul	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 5px;
	margin-left:0;
	padding-left:0;
	}

#recent li	{
	background-image: url(./img/menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding-left: 15px;
	}



/* フィード情報 */
#feed	{
	font-family: MS ゴシック;
	font-size: 0.75em;
	color: #666666;
	margin-top: 50px;
	border-top: dotted 1px #4e87b9;
	}

#feed a	{
	color: #2c5e8a;
	text-decoration: none;
	}

/* Movable Type情報 */
#powered	{
	font-family: MS ゴシック;
	font-size: 0.75em;
	color: #666666;
	margin-top: 30px;
	}

#powered a	{
	color: #2c5e8a;
	text-decoration: none;
	}


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

/* コピーライト情報 */

#copyright address	{
	font-size: 0.75em;
                color: #666666;
	font-style: normal;
	text-align: center;
	}


