@charset "utf-8";

.lower_inside_part {
	float: left;
	width: 315px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.lower_round_title_bottom {
	float: left;
	height: 10px;
	width: 100%;
	background-color: #003;
}

.lower_inside_title {
	color: #CCC;
	background-color: #333;
	float: left;
	width: 100%;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

.lower_inside_item {
	float: left;
	width: 290px;
	margin-bottom: 5px;
	padding: 5px;
	font-family: Tahoma;
	border: 1px solid #CCC;
	height: 130px;
	overflow: hidden;
}
.lower_inside_item_highlights {
	float: left;
	width: 290px;
	margin-bottom: 5px;
	padding: 5px;
	font-family: Tahoma;
	border: 1px solid #CCC;
	height: 424px;
}

.lower_inside_item_content_title {
	float: left;
	width: 285px;
	margin-left: 0px;
	color: #333;
	font-weight: bold;
	margin-bottom: 3px;
}

.lower_inside_item_content {
	float: left;
	width: 285px;
	margin-left: 3px;
	color: #333;
	height: 100px;
}
.lower_inside_item_highlights_content {
	float: left;
	width: 285px;
	margin-left: 3px;
	color: #333;
	text-align: justify;
	height: 380px;
}

.index_wrapper {
	float: left;
	border: 1px solid #CCC;
	width: 303px;
	padding: 5px;
	height: 460px;
}

