@charset "utf-8";
/* CSS Document */

a:link,a:visited {
	color: #007ed0;
	text-decoration: none;
}
a:hover,a:active {
	color: #666666;
	text-decoration: underline;
}

#topic {
	width: 573px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 175px;
}

#topic iframe {
	width: 573px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 174px;
}

#topic h2 {
	margin: 0px;
	padding: 0px;
}

#topicinn {
	overflow: visible;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 340px;
	height: 95px;
}


#topicinn dl {
	margin-top: 0px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 300px;

}

#topicinn dt {
	text-indent: 1em;
	font-weight: bold;
	background-image: url(../common_images/allow_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 0.8em;
	margin-bottom: 2px;
}

#topicinn dd {
	line-height: 120%;
	font-size: 0.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#topicinn a {
    font-weight: normal;
}

