@charset "utf-8";
#info {
	width: 320px;
}
#info h3 {
	width: 320px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-left: 5px;
}
#info h4 {
	font-weight: bold;
	color: #360;
	width: 320px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 130%;
}
#info p {
	width: 320px;
	font-size: 70%;
	line-height: 120%;

	text-wrap: normal;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
}
.tb_LT_contents {
	font-size: 11px;
	line-height: 150%;
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.tb_LT_contents th {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #E2E7CD;
	text-align: center;
	font-size: 12px;
	vertical-align: top;
}
.tb_LT_contents td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #CCC;
}
.tb_LT_contents td.LT_title {
	background-color: #F7F7F7;
	width: 15em;
}
.tb_LT_contents td.LT_name {
	background-color: #F7F7F7;
	font-weight: bold;
	width: 6em;
}