﻿body					{background-image: url(fg/kabe005_4.gif)}


/* コンテナ */
div#container	{background-image: url(fg/side.png);
							background-color: #ffffff;
							background-repeat: repeat-y;
							border: solid 2px #228b22;
							width: 760px;
							margin-left: auto;
							margin-right: auto}

/* ヘッダー */
div#header		{padding: 5px 20px 100px}

div#header h1	{font-size: 2.0em;
							font-family: Verdana, Helvetica, sans-serif}

div#header p	{font-size: 0.75em;
							margin: 0}

/* パンくずリスト */
p#bread				{background-color: #ffffff;
							color #228b22;
							font-size: 0.75em;
							margin-top: 0;
							margin-bottom: 0;
							padding-top: 3px}

/* サイドバー */
div#sidebar		{width: 190px;
							float: left;
							margin-bottom: 25px}

ul.sidemenu		{border-top: solid 1px #ffffff;
							font-size: 0.75em;
							margin-top: 20px;
							margin-left: 12px;
							margin-right: 12px;
							padding-left: 0;
							line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
									line-height: 30px;
									text-decoration: none;
									color: #ffffff;
									background-color: transparent;
									border-bottom: solid 1px #ffffff;
									padding-left: 5px}

ul.sidemenu li a:hover	{background-color: #00ff00}

/* コンテンツ */
div#content		{background-color: #ffffff;
							width: 540px;
							padding-left: 5px;
							padding-right: 25px;
							float: right}

div#content	h2	{font-size: 1em;
								border-left: solid 16px #228b22;
								padding-left: 5px;
								clear: both}

div#content h3	{font-size: 0.875em;
								border-bottom: solid 2px #228b22;
								padding-bottom: 3px;
								background-image: url(fg/mark.png);
								background-repeat: no-repeat;
								background-position: 1px -1px;
								padding-left: 20px;
								clear: both}

div#content p		{font-size: 0.75em}

/* フッター */
div#footer		{color: #ffffff;
							width: 190px;
							clear: both}

address				{font-size: 0.75em;
							font-style: normal;
							text-align: center}

/* テーブル */
table					{font-size: 0.825em;
							margin-bottom: 20px;
							width: 520px}

th, td				{padding: 8px}
