@charset "utf-8";

@import url("common.css");

#topic
{
	float: right;
	width: 520px;
	padding: 20px 20px 12px 10px;
	border: none;
}

#topic h2
{
	width: 500px;
	border: 1px solid #ffb870;
	color: #993333;
	margin-bottom: 15px;
	padding: 10px 0px 5px 30px;
	background-color: #ffffff;
	background-image: url(image/headline.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 25px;
}

#topic ul
{
	margin: 0px 0px 15px 15px;
}

#topic li
{
	margin: 5px 0px 5px 15px;
	list-style-type: none;
}

#topic h3
{
	font-size: 14px;
	color: #993333;
	border-bottom: 1px solid #993333;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 14px;
	line-height: 28px;
	width: 190px;
}

#topic h4
{
	font-size: 14px;
	color: #993333;
	margin: 0px 0px 10px 0px;
}

#topic div
{
	float: left;
	margin-right: 10px;
	padding: 4px 5px 5px 4px;
	width: 160px;
}

#topic p
{
	width: 490px;
	margin: 0px 0px 15px 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height:150%;
}

#topic br
{
	clear: both;
}

#topic hr
{
	margin: 10px 0px 10px 0px;
	border-width: 1px 0px 10px 0px;
	border-color: #993333;
	border-style: dotted none none none;
}

#topic
{
	margin: 15px auto 15px auto;
	font-size: 12px;
	border: none;
}


#topic td
{
	padding: 8px 10px 8px 10px;
	background-color: #ffffff;
	margin: 10px 20px 30px 20px;
	border: 1px #ffb870 solid;
	border-collapse: collapse;
	font-size: 12px;
}

#topic th, table
{
	text-align: left;
	margin-left: 2px;
	margin-bottom: 20px;
	padding: 8px 10px 8px 10px;
	color: #000000;
	font-size: 12px;
	background-color: #ffd6ac;
	border: 1px #ffb870 solid;
	border-collapse: collapse;
}

#topic th, table
{
	text-align: left;
	margin-left: 2px;
	margin-bottom: 20px;
	padding: 8px 10px 8px 10px;
	color: #000000;
	font-size: 12px;
	background-color: #ffd6ac;
	border: 1px #ffb870 solid;
	border-collapse: collapse;
}

#sidebar
{
	float: left;
	width: 180px;
	padding: 20px 10px 20px 10px;
}

#sidenavi
{
	list-style-type: none;
	margin: 0px 0px 20px 0px;
}

#sidenavi li
{
	display: inline;
}

#sidenavi a
{
	text-decoration: none;
	display: block;
	width: 180px;
	padding: 20px 0px 20px 20px;
	background-color: #ffffff;
	color: #993333;
	border-bottom: 1px dotted #993333;
}

#sidenavi a:hover
{
	text-decoration: none;
	font-weight: bold;
	background-color: #ffe9d2;
	color: #993333;
	border-bottom: 1px dotted #993333;
}
