.info_container {
	margin: 0 auto 10px;
	width: 520px;
	border: 1px solid navy;
	border-collapse : collapse;
	font-size: 14px;
	font-family: "Times";
}

.info_container td {
	border: 1px ridge silver;
}

.title {
	padding-left: 25px;
	background:url(../img/base/midashi_back.gif) no-repeat;
}

.title h2 {
	padding-top: 5px;
	padding-bottom: 3px;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

.sub_title {
	width: 148px;
	height: 50px;
	padding-left: 10px;
	background-color: lavender;
	color: dimgray;
	font-weight: bold;
}

.item {
	width: 360px;
	height: 50px;
	padding-left: 10px;
	background-color: white;
}

.table_text {
	height: 100px;
	padding: 5px;
	background-color: white;
}
