/*-xciii-*/
*
{
	margin		: 0 ;
	padding		: 0 ;
	position	: relative;
	font-size	: 100%;
	font		: normal normal 100%/120% monospace;
}
body
{
	color				: #543 ;
	background-color	: #fd8 ;
	padding-top			: 10%;
}

a:link		{ color: #321; text-decoration: none; }
a:visited	{ color: #654; text-decoration: none; }
a:hover		{ color: #000; text-decoration: none; }
a:active	{ color: #0ad; text-decoration: none; }

hr
{
	display			: none;
}


div.topmainbox
{
	margin	:0 25%;
	width	:50%;
}
div#header h1
{
	display			: none;/**/
}

div#contents_top h2
{
	margin			: 5% 0 0 1.5%;
	padding			: 0 0 0 3px;
	line-height		: 100%;
	font-weight		: bold;
	border-left		: 1.5ex #542 solid;
	border-bottom	: 1px #542 solid;
	color			: #542;
}
div#contents_top h3
{
	margin			: 5% 0 0.5% 6%;
}
div#contents_top h3 a
{
	display			: block;
	border-bottom	: 1px dotted #765;
}

div#contents_top p
{
	margin			: 0 0 0 25%;
	font-size		: 70%;
}

address
{
	clear			: both;
	margin-top		: 3%;
	text-align		: right;
	font-size		: 80%;
}
address a
{
	font-size		: 90%;
	color			: #fff!important;
}



