.information_headline {
	float: right;
	width: 550px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2D2D2;
	padding-top: 5px;
	padding-bottom: 5px;
}
.information_detail {
	float: right;
	width: 523px;
	background-color: #F0F0F0;
	padding-left: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 8px;
	color: #666666;
}
.information_detail a:link {
	color: #0099CC;
	text-decoration: none;
}
.information_detail a:visited {
	color: #0086B3;
	text-decoration: none;
}
.information_detail a:hover {
	color: #FF9900;
	text-decoration: none;
}
.information_detail a:active {
	color: #666666;
	text-decoration: none;
}
.information_box {
	float: right;
	width: 550px;
}

