@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

ul.indnavi {
	margin: 20px 0px 30px 0px;
	padding: 0px;
	height: 190px;
	list-style-type: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #50291c;
	border-bottom-color: #50291c;}

ul.indnavi li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 385px;
}

div.original {
	float: left;
	width: 199px;
}

div.original h2 {
	padding: 4px 0px 0px 10px;
	height: 24px;
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	background-image: url(../img/inde_bar_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.original div {
	margin: 5px 0px 15px 0px;
	background-color: #e6e6e6;
}

div.original img {
	margin-left: 1px;
}

div.original p {
	margin: 0px;
	padding: 1px 5px 8px 5px;
	color:#666;
	font-size: 80%;
}

div.topic {
	float: right;
	width: 540px;
	margin-right: 10px;
}

div.topic h2 {
	padding: 2px 0px 0px 10px;
	height: 24px;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	background-image: url(../img/inde_bar_big.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.topic h3 {
	margin: 5px 5px 15px 5px;
	font-size: 100%;
	font-weight: normal;
}

div.topic h4 {
	padding: 4px 0px 0px 10px;
	height: 24px;
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	background-image: url(../img/inde_bar_big.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.topic dl {
	margin: 5px 0px 0px 5px;
	font-size:85%;
}

div.topic dt {
	float: left;
	width: 110px;
	color: #663300;
	font-weight: bold;
}

div.topic dd {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: right;
	width: 400px;
}

div.topic dd p {
	margin: 0px;
	padding: 0px;
}

div.topic dd a,
div.topic dd a:link,
div.topic dd a:visited,
div.topic dd a:active {
	margin: 0;
	padding: 0;
	color: #006600;
	text-decoration: underline;
}
div.topic dd a:hover {
	color: #009900;
	text-decoration: underline;
}

div.topic p.next {
	margin-right: 5px;
	font-size: 80%;
	text-align: right;
}

div#content p.info a {
	margin: 15px 90px;
	color: #FF0000;
	font-size: 120%;
}
