BODY {
	font-size:9pt;
	color:black;
	background-color:white;
	/* margin-left:10px; */
}
P {
	margin-top:0em;
	margin-bottom:0em;
	text-indent:0.8em;
}
TABLE { 
	margin: 1em;
	font-size:9pt
}
TABLE.report { font-size:9pt}
A {
	text-decoration:none;
	color:#006666;
}
A:visited {color:#336633; }
A:active {color:#009966; }
A.name { color:#000000; }
H1 {
	font-size: 16pt;
	font-weight: bold;
	font-family: "Verdana",sans-serif;
	margin : 0.5em 0em 0em 0em;
}
H2 {
	font: 11pt;
	font-weight: bold;
	font-family: "Verdana",sans-serif;
	margin : 1.5em 0em 0em 0em;
	/* text-decoration:underline; */
}

H3
{
	font: 9pt;
	font-weight: bold;
	margin: 1em 0em 0.5em 0em;
}

STRONG {
	font-style:normal;
	font-weight:bold;
	color:red;
}
EM {
	font-style:normal;
	font-weight:normal;
	color:red;
}
UL {
	margin-top:0em;
	margin-left:2.5em;
}
DL {
	margin-top:0em;
	margin-left:1em;
}
OL {
	margin-top:0em;
}
DT {
	font-weight:bold;
	font-size:9pt;
	margin-top:0.5em;
}
DD {
	font-weight:normal;
	font-size:9pt;
	margin-left:1.5em;
}
BLOCKQUOTE {
	text-align:center;
	margin: 1em 0em;
}

/* ページフッタ */
.foot {
	padding-bottom:0.5em;
	font-size:7pt;
	font-weight:bold;
	font-family:"Verdana",sans-serif;
}
/* 本文 */
.main {
	width : 465px;
	padding : 1em 0.5em 0em 0em;
	margin-bottom : 0.5em;
}
.main2 {
	width : 100%;
	padding : 1em 1em 0em 0.5em;
	margin-bottom : 0.5em;
}
/* セクション */
.section
{
	margin-left:0em;
	padding-left:1em;
	background-color:white;
}
.banner {
	width : 470px;
	margin : 0px;
	text-align : center;
}
/* コラム */
.column {
	width: 100%;
	font-size : 9pt;
	margin : 1em;
	padding : 1em;
	background-color: #dde0dd;
	border-color: #dde0dd;
	border-width: 1px;
	border-style: inside;
}
/* ソースプログラム等の定義 */
.source {
	font-size : 8pt;
	margin : 1.5em 10%;
	padding : 1em;
	background-color: #c0ffc0;
	border-color: #c0ffc0;
	border-width: 1px;
	border-style: inside;
}

/* Pエレメントのインデント用 */
.indent {
	margin-left: 2em;
	margin-right: 2em;
}
#vspace {
	margin: 1em 0em;
}
/* センタリング */
.c {
	text-align:center;
}
/* 右寄せ */
.r {
	text-align:right;
}
/* アクセスカウンタ */
#counter {
	font-size:10pt;
	line-height:11pt;
	font-weight:bold;
	font-family:"Comic Sans MS",sans-serif;
	margin:0pt;
}
/* タイトルページのトピックス */
.topics {
	font-size:9pt;
	font-weight:bold;
	/* font-family:sans-serif; */
}
/* 著作権表示 */
.copyright {
	font-weight:bold;
}
.link {
	font-weight:bold;
	font-size:10pt;
}
/* H1に使用するサブタイトル */
.subtitle {
	font-weight:bold;
	font-family: "Verdana",sans-serif;
}

/* アクセス解析用 */
TR.ana {
	font-size:12px;
	background-color:#dddddd;
}
TH.index {
	font-size:12px;
	background-color:#20b2aa
}

/* エラー表示 */
.error
{
	margin : 3em;
	padding : 1.5em;
	background-color : #eaeaea;
	border-style : dashed;
	border-width : 1px;
}

/* 注意 */
.attention
{
	color : #ff0000;
	font-weight : bold;
}

/* Softwareページ用 */
table.software td.item
{
	font-weight  : bold;
	font-size : 9pt;
	text-align : left;
}

table.software td.date
{
	font-weight  : normal;
	font-size : 8pt;
	text-align : right;
}
