/* ---------------------------------------------------------------------- */


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

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

#container {
	width: 670px;
	}


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

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


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

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

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

	/* ブログの横幅設定 */
	#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;
	}


#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}


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

body	{
	background-image: url(http://www.niijima.or.jp/miyatou2/mt/img/suiren.jpg);
	}

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

.content	{
	border: solid 1px #66aaff;
	}

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

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

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

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

	/* サイドバー内の上下の余白 */
	.sidebar {
		padding-top: 20px;
		padding-bottom: 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;
		}



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

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

#title	{
	background-image: url(siromama.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: ;
	padding: 25px 20px 30px;
	}

#title h1	{
                font-size: 35px;
	margin-bottom: 0;
	}

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

#title h2	{
	font-size: 17px;
	color: #ffffff;
	margin-top: 8px;
	}


/* ++++++ コンテンツ部分のデザイン ++++++ */
/* エントリー */
.entry h2   {
	font-size: 12px;
	}

.entry h3	{
	font-size: 13px;
	color:  #8a2be2;
	text-align: left;	
                background-color: #ffffff;	
	}

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

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

.entry a	{
	color:  #8a2be2;
	}

.entry	{
	margin-bottom: 40px;
	}

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

#entrylink	{
	font-size: 11px;
	}

#entrylink a	{
	color: #66aaff;
	}

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

/* トラックバック */

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

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

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

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

#trackbacks a	{
	color: #66aaff;
	}

/* コメント */

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

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

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

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

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

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

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

#comments a	{
	color: #66aaff;
	}

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

#categorydata h1	{
	font-size: 18px;
	border-bottom: solid 2px tomato;
	padding-bottom: 8px;
	}

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

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

#categorydata a	{
	color: #66aacc;
	}

#categorydata	{
	border-bottom: solid 2px tomato;
	}

/* 月別データ */

#monthdata h1	{
	font-size: 12px;
	border-top: solid 2px #a5f96b;
	border-bottom: solid 2px #a5f96b;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#monthdata h2	{
	font-size: 11px;
	color: #999999;
	}

#monthdata h2 a	{
	color: orange;
	}

#monthdata span	{
	font-size: smaller;
	}

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

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

/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 0.75em;
	text-align: center;
	border: solid 1px burlywood;
	}

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

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

#calendar caption	{
	background-color: burlywood;
	}

/* カテゴリーメニュー */
.sidebar h2	{
	font-size: 12px;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-color: #8a2be2;
	padding: 3px 0 0;
	}

.sidebar a	{
	color: #88cc33;
	}

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

/* フィード情報 */

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

#feed a	{
	color: #8fabbe;
	}

/* Movable Type情報 */

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

#powered a	{
	color: #8fabbe;
	}

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

      h3	{
	font-size:0.8em;
}

 a:link {
 color: #0000ff;
}

a:visited {
 color: #0000ff;
}

a:hover {
 color: orange;
}
a {
 text-decoration: none;
 }
a:hover{
text-decoration: underline;
 }

	


