#site-notice-left
{
	width: 50%;
	float: left;
	margin: 1em 0em;
	padding: 0px;
}

#site-notice-right
{
	width: 49%;
	float: right;
	margin: 1em 0em;
	padding: 0px;
}

div.notice-title
{
	padding: 4px 1em;
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-color: #999955;
	background-color: #ffffaa;
	font-weight: bold;
}

div.notice-list
{
	height: 3em;
	overflow: auto;
	padding: 4px 1em;
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-color: #999966;
	background-color: #ffffee;
}

div.notice-list a:link
{
	color: #882200;
}

div.notice-list a:visited
{
	color: #882200;
}

div.notice-list a:hover
{
	background-color: #ffffee;
	color: #000000;
}

#site-contents
{
	margin: 1em auto;
}

#contents-title
{
	padding: 6px 1em;
	background-color: #cceccc;
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-color: #779977;
	color: #221122;
	text-align: center;
}

table.contents
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #cceccc;
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-color: #779977;
	color: #221122;
}

table.contents a:hover
{
	background-color: #ffffff;
}

table.contents td
{
	padding: 2px 1em;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #779977;
}

table.contents th
{
	background-color: #eef8ee;
	color: #332200;
	padding: 2px 0.5em;
	border-width: 0px 2px 1px 0px;
	border-style: solid;
	border-color: #779977;
	text-align: center;
}

table.contents th a:link
{
	color: #332200;
	text-decoration: none;
}

table.contents th a:visited
{
	color: #332200;
	text-decoration: none;
}

table.contents th a:hover
{
	color: #332200;
	text-decoration: underline;
}



