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

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

#container {
	width: 700px;
	}


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

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

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


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

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

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

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

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



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

body {
       	text-align: center;
                margin-top: 0px;
	}

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

#left {
	float: left;
                margin-right: 10px;
	}

#center {
	float: left;
                margin-right: 10px;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	background-color: #F7FBC8;
	}

#main	{
	background-color: #ffffff;
	padding-top: 10px;
	}


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

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

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

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

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

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

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






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

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

#title 	{
                background-image: url(atop.jpg);
	padding: 0px;
                height: 160px;
                }

#title h1	{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 22px;
	font-weight: bold;
                color: #000000;
                margin-top: 50px;
                margin-left: 40px;
　　　　　　　margin-bottom: 0px;
	}

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

#title h2	{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
                color: #000000;
	font-size: 12px;
                font-weight: normal;
                margin-left: 100px;
　　　　　　　margin-top: 8px;
                line-height: 130%;
                border: solid 1px tomato;
                width: 264px;
                padding: 4px;
                background-color: #ffffff;
	}

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

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

.entry h3	{
	font-size: 0.875em;
	color: purple;
	}

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

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

.entry a	{
	color: purple;
	}

.entry	{
	margin-bottom: 40px;
	}

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

#entrylink	{
	font-size: 12px;
	}

#entrylink a	{
	color: #66aaff;
	}

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

/* トラックバック */

#trackbacks	{
	border: solid 1px #990000;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

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

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

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

#trackbacks a	{
	color: #66aaff;
	}

/* コメント */

#comments	{
	border: solid 1px #990000;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

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

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

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

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

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

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

#comments a	{
	color: #66aaff;
	}

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

#categorydata h1	{
	font-size: 1em;
	border-bottom: solid 1px #990000;
	padding-bottom: 8px;
	}

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

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

#categorydata a	{
	color: #66aacc;
	}

#categorydata	{
	border-bottom: solid 1px #990000;
	}

/* 月別データ */

#monthdata h1	{
	font-size: 14px;
	border-top: solid 1px purple;
	border-bottom: solid 1px purple;
	padding-top: 4px;
	padding-bottom: 4px;
	}

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

#monthdata h2 a	{
	color: orange;
	}

#monthdata span	{
	font-size: smaller;
	}

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

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

/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 12px;
	text-align: center;
	border: solid 1px #FFA477;
                background-color: #ffffff;
	}

#calendar td	{
	padding: 5px 0;
	border: solid 1px #FFA477;
	}

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

#calendar caption	{
	background-color: #FFA477;
	}

/* メニュー */
.sidebar h2	{
	font-size: 14px;
	margin-bottom: 0px;
	text-align:left;
	color: #333333;
	background-color: #FFA477;
	padding-left: 3px;
                padding-top: 3px;
                padding-bottom: 3px;
	}

.sidebar a	{
	color: #990000;
	}

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

.sidebar 	{
	background-color: #FFC1A4;
	}

/* フィード情報 */

#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	}

#feed a	{
	color: #8fabbe;
	}

/* Movable Type情報 */

#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 50px;
	}

#powered a	{
	color: #8fabbe;
	}

.content    {
                border:solid 1px #000000
	}

/* ++++++ トップナビバー +++++++ */
#topnavbar {
	background-color: #FFC1A4;
                font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	height: 1%;
	padding: 8px 0;
	/* ++++++ border-top: solid 1px #000000; ++++++ */
                }

/* ++++++ 擬似ロールオーバー ++++++ */
#topnavbar ul {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	padding: 0;
	letter-spacing: 0.1em;
	margin: 0;
	text-align: center;
                }

#topnavbar li {
	display: inline;
                }

#topnavbar a {
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
                padding-right: 10px;
                }

#topnavbar a:hover {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
                }

/* ++++++ フッター部分のデザイン ++++++ */
/* ++++++ フッターナビバー +++++++ */
#footernavbar {
	background-color: #FFC1A4;
                font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	height: 1%;
	padding: 8px 0;
                margin-top: 10px;
	/* ++++++ border-top: solid 1px #000000; ++++++ */
                }

/* ++++++ 擬似ロールオーバー ++++++ */
#footernavbar ul {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	padding: 0;
	letter-spacing: 0.1em;
	margin: 0;
	text-align: center;
                list-style-image: url(ar.gif);
                }

#footernavbar li {
	display: inline;
                }

#footernavbar a {
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
                padding-right: 10px;
                }

#footernavbar a:hover {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
                }

#copyright	{
                background-color: #ffffff;
                letter-spacing: 0.1em;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
                color: #000000;
	font-size: 12px;
　　　　　　　margin-top: 0px;
                border: solid 1px tomato;
                padding: 4px;
                line-height: 120%;
                text-align: center;
                }
