/**********************************************************/

body
{
	margin:8px 16px 8px 16px;
	background-color:#ffffff;
	color:#000000;
}

hr {display:none;}

/**********************************************************/

.SiteHeader
{
	position:relative;
	margin:0px 0px 2px 0px;
	height:100%; /* IE 相対要素の配置が異常 */
}
.SiteHeader h1
{
	margin:0px;
}
.SiteHeader h1 img
{
	border:none;
}
.SiteHeader .shortcut
{
	display:none;
}
.SiteHeader .contents
{
	position:absolute;
	right:0px;
	bottom:0px;
	margin:0px 0px 0px 148px;
	font-size:80%;
}

/**********************************************************/

.PageHeader
{
	margin:0px 0px 2em 0px;
	width:100%; /* IE 相対要素の配置が異常 */
}
.PageHeader h2
{
	margin:0px 0px 2px 0px;
	border-left  :solid 16px #cfefa7;
	border-top   :solid  2px #cfefa7;
	border-bottom:solid  2px #cfefa7;
	padding-left:8px;
	color:#6f9f67;
	font-size:140%;
}
.PageHeader .location
{
	margin:0px 0px 2px 0px;
	font-size:80%;
}
.PageHeader .extension
{
	margin:0px 0px 2px 0px;
	font-size:80%;
}

.PageFooter
{
	clear:both;
	margin:2em 0px 0px 0px;
	border-top:solid 2px #cfefa7;
	padding-top:4px;
}
.PageFooter .navigation
{
	margin:0px;
	text-align:right;
}

.PageContent
{
	margin:2em 0px;
}
.PageContent h3
{
	position:relative;
	left: 6px;
	top :-9px;
	margin:0px 0px 1em 0px;
	color:#6f9f67;
	font-size:120%;
}
.PageContent h3 img
{
	position:relative;
	left:-6px;
	top : 9px;
}

/**********************************************************/

a:link {color:#3f6fff;}
a:visited {color:#779f3f;}

em {font-size:100%; font-weight:bold; font-style:inherit;}
strong {font-size:120%; font-weight:bold; font-style:inherit;}

q {font-style:italic; quotes:"“" "”";}
blockquote {font-style:italic;}

del * {text-decoration:inherit;}
ins * {text-decoration:inherit;}

/**********************************************************/

.news {color:#ef472f;}
.remark,
.collapse {font-size:80%;}

.rss img
{
	border:none;
	vertical-align:text-bottom;
}

.section
{
	margin:1em 0px;
	border:solid 1px #cfefa7;
	background-color:#ffffef;
	padding:4px;
}
.section h4
{
	margin:0.3em 0px 1em 0px;
	font-size:100%;
	font-weight:bold;
}

dl.word {font-size:80%}
dl.word dd {margin:0px 0px 0px 1.5em;}

dl.memo
{
	margin:3px 0px;
	border:solid 2px #cfefa7;
	border-left-width:12px;
	background-color:#ffffef;
	padding:2px 4px 4px 6px;
}
dl.memo dt {margin:4px 0px; font-weight:bold;}
dl.memo dd {margin:0px;}

/**********************************************************/

table.table1,
table.table2
{
	width:100%;
}

table.table1 th.tca,
table.table1 th.tcb,
table.table1 th.tcc,
table.table1 td.tca,
table.table1 td.tcb,
table.table1 td.tcc,
table.table2 th.tca,
table.table2 td.tcb,
table.table2 td.tcc
{
	border-style:solid;
	border-color:#cfefa7;
}

table.table1 th.tca,
table.table1 th.tcb,
table.table1 th.tcc,
table.table2 th.tca
{
	background-color:#efffd7;
}

table.table1 td.tca,
table.table1 td.tcb,
table.table1 td.tcc,
table.table2 td.tcb,
table.table2 td.tcc
{
	background-color:#ffffef;
}

table.table1 tr.em td.tca,
table.table1 tr.em td.tcb,
table.table1 tr.em td.tcc,
table.table2 tr.em th.tca,
table.table2 tr.em td.tcb,
table.table2 tr.em td.tcc
{
	border-color:#efa7cf;
}

table.table2 tr.em th.tca
{
	background-color:#ffd7ef;
}

table.table1 tr.em td.tca,
table.table1 tr.em td.tcb,
table.table1 tr.em td.tcc,
table.table2 tr.em td.tcb,
table.table2 tr.em td.tcc
{
	background-color:#ffefef;
}

table.table1 tr.separator td,
table.table2 tr.separator td
{
	border-style:none;
	background-color:#cfefa7;
	height:4px;
}

table.table1 th.tca
{
	border-width:2px 2px 2px 12px;
	padding:4px 6px 1px  6px;
}
table.table1 th.tcb
{
	border-width:2px;
	padding:4px 6px 1px 6px;
}
table.table1 th.tcc
{
	border-width:2px 2px 2px 8px;
	padding:4px 6px 1px 6px;
}
table.table1 td.tca
{
	border-width:0px 0px 1px 12px;
	padding:3px 8px 1px  6px;
}
table.table1 td.tcb
{
	border-width:0px 0px 1px 1px;
	padding:3px 8px 1px 7px;
}
table.table1 td.tcc
{
	border-width:0px 0px 1px 8px;
	padding:3px 8px 1px 6px;
}

table.table2 th.tca
{
	border-width:1px 1px 1px 12px;
	padding:3px 6px 1px  6px;
}
table.table2 td.tcb
{
	border-width:1px 0px 1px 1px;
	padding:3px 6px 1px 6px;
}
table.table2 td.tcc
{
	border-width:1px 0px 1px 8px;
	padding:3px 6px 1px 6px;
}

/**********************************************************/
