/* ページ枠の側の余白（上右下左）、ページ枠外の背景色 */
body {
	margin: 1px 0px 1px 0px;
	background-color: #F0FFF0;
	}

/* 文字のリンク色（上部バナー部分を除く） */
a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #008B8B;
	}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #008B8B;
	}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #00CD00;
	}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #00CD00;
	}

/* 見出し文字の余白等 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ページ枠（上部バナー＋左側メニュー＋中央コンテンツ＋右側リンク＋下部フッター）
background-imageがページ枠内の背景画像。
background-colorがページ内の背景色。
borderがページ枠の太さ、線の形状、カラー */
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 802px;
	background-color: #FFFFFF;
	border: 1px solid #008B00;
	}

/* 上部バナーの文字、文字色（color）、文字外側の余白、バナー背景色（background-color）、バナー枠線（太さ、線の形状、カラー） */
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FAE4EF;
	text-align: center;
	padding: 0px;
                background-color: #9ACD32;
	border: 0px solid #008B00;
	}

/* バナー部分のリンク文字（カラー、書式） */
#banner a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner a:active {
	color: #CCFFCC;
                text-decoration: underline;
	}

#banner a:hover {
	color: #CCFFCC;
                text-decoration: underline;
	}

/* バナー部分の文字（colorはリンクがない文字に適用される） */
#banner h2 {
	color: #CCFFCC;
	font-size: small;
	font-weight: bold;
	padding: 1px 0px 1px 0px;
	}

/* 中央コンテンツ部分の幅など */
#center {
	float: left;
	width: 400px;
	overflow: hidden;
	}

/* 中央コンテンツ部分の文字（見出しh2、h3・太字strong・段落pなどがある場合にはそちらが優先的に適用される） */
.content {
	padding: 15px 15px 5px 15px;
	color: #663333;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
                text-align: left;
	}

/* 左側メニュー部分の幅など */
#left {
	float: left;
	width: 200px;
	overflow: hidden;
	}

/* 右側メニュー部分の幅など */
#right {
	float: left;
	width: 200px;
	overflow: hidden;
	}

/* 中央コンテンツ部分の段落pタグで囲まれた部分の文字の指定 */
.content p {
	color: #2F4F4F;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 5px;
	}

/* 中央コンテンツ部分の段落tableタグで囲まれた部分の文字の指定 */
.content table {
	color: #2F4F4F;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 5px;
	}

/* 中央コンテンツ部分の中見出しh2タグで囲まれた部分の文字の指定 */
.content h2 {
	color: #9900CC;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	}

/* 中央コンテンツ部分の小見出しh3タグで囲まれた部分の文字の指定 */
.content h3 {
	color: #008000;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	}

/* 中央コンテンツ部分の小小見出しh4タグで囲まれた部分の文字の指定 */
.content h4 {
	color: #006600;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	}

/* 中央コンテンツ部分の太字(strongタグ）で囲まれた部分の文字の指定 */
.content strong {
	color: #0000EE;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	}

/* 中央コンテンツ部分の書き込み部分の文字＆区切り線の指定 */
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 0px;
	line-height: normal;
	padding: 3px;
	}

/* 左側メニュー、右側リンクの余白 */
.sidebar {
	padding: 15px;
	}

/* 左側メニューの一番上の大見出し */
.sidebar h1 {
	color: #006400;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: center;
	font-weight: bold;
  	letter-spacing: .0em;
	}

/* 左側メニュー、右側リンクの中見出し */
.sidebar h2 {
	color: #006400;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	line-height: 150%;
	margin-top: 5px;
	list-style-type: none;
	}

/* 左側メニュー、右側リンクの小見出し */
.sidebar h3 {
	color: #0000FF;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	line-height: 150%;
	margin-top: 5px;
	list-style-type: none;
	}
/* 左側メニュー、右側リンクの太字 */
.sidebar strong {
	color: #1874CD;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	line-height: 150%;
	margin-top: 5px;
	list-style-type: none;
	}

/* 左側メニュー、右側リンクの段落(pタグ内）の文字 */
.sidebar p {
	color: #333300;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 30px;
                     border-bottom: 4px dotted #CCFF00;
	}

/* 右側リンクの画像の枠線 */
#right img {
	border: 1px solid #CC99CC;
	}

/* 左側メニューの画像の枠線 */
#left img {
	border: 0px solid #CC99CC;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

/* フッター（著作権表示） */
.footer p {
	color: #663333;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	margin-bottom: 10px;
	}