body	{
	margin: 0px;
	padding: 0px;
	background-image: url("object/bg.gif")
}

/* ===== ヘッダのスタイル設定 ===== */
p.header	{
	margin: 0px;
	padding: 2px 20px;
	background-color: black;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: left
}

a.header	{
	font-size:	10pt	!important;
	color:	white	!important;
	font-weight:	bold	!important;
	text-decoration:	none	!important
}

/* ===== リンクのスタイル設定 ===== */
a:link, a:visited	{
	color: blue;
	text-decoration: underline
}

a:hover, a:active	{
	color: red;
	text-decoration: underline
}

/* ===== 段落のスタイル設定 ===== */
p	{
	margin: 5px;
	font-size: 11pt;
	color: black;
	text-indent: 1em;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-align: left
}

p.center	{
	margin: 5px;
	font-size: 11pt;
	color: black;
	text-indent: 1em;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-align: center
}

p.right	{
	margin: 5px;
	font-size: 11pt;
	color: black;
	text-indent: 1em;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-align: right
}

strong	{
	color: red;
	text-weight: bold
}

/* ===== 見出しのスタイル設定 ===== */
h1	{
	display: none
}

h2	{
	margin: 10px 0px 20px;
	padding: 3px 20px;
	background-color: gray;
	font-size: 12pt;
	color: white
}

h3	{
	margin: 15px 0px 20px;
	padding: 0px;
	font-size: 14pt;
	font-style: bold;
	color: blue;
	text-align: center
}

h4	{
	margin: 20px 0px 10px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-align: center
}

h5	{
	margin: 10px 0px;
	padding: 0px;
	font-size: 10.5pt;
	font-weight: bold;
	text-indent: 1em;
	color: black
}

/* ===== リストのスタイル設定 ===== */
ul	{
	margin: 20px 0px 20px;
	padding: 0px;
	list-style-type: none;
	font-size: 11pt;
	color: black;
}

li	{
	margin: 5px 0px 0px;
	padding: 0px 40px;
}

/* ===== テーブルのスタイル設定 ===== */
table	{
	margin: 5px auto 15px;
	border-collapse: collapse;
	border: 1px solid black
}

th	{
 width: 200px;
	background-color: #ffffe0;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	line-height: 1.2em;
	border: 1px solid black;
	text-align: center;
}

td {
 width: 200px;
	font-size: 10pt;
	color: black;
	line-height: 1.2em;
	border: 1px solid black;
	text-align: center;
}

td.left {
	font-size: 10pt;
	color: black;
	line-height: 1.2em;
	border: 1px solid black;
	text-align: left;
}

/* ===== コピーライトのスタイル設定 ===== */
div.copyright	{
	font-size: 10pt;
	color: black;
	text-align: center
}

/* ===== ページ全体のレイアウト設定 ===== */
#base	{
	margin: 0px auto;
	background-color: white;
	border-width: 0px 1px;
	border-color: black;
	border-style: solid;
	width: 800px;
}

/* ===== タイトルのレイアウト設定 ===== */
#title	{
	width: 800px;
	height: 65px;
	background: url("object/header.gif") no-repeat
}

/* ===== 記事のレイアウト設定 ===== */
#items	{
	margin: 15px auto;
	padding: 0px;
	width: 740px
}

/* ===== コピーライトのレイアウト設定 ===== */
#copyright	{
	marign-top: 5px;
	padding: 15px 0px;
	border-top: solid 1px silver;
	border-bottom: solid 1px black
}

