#main h2 {
	margin-bottom: 20px;
}
#main .section p {
	margin-bottom: 10px;
}

#main table {
	margin-bottom: 15px;
}

#main td {
	text-align: center;
	line-height: 105%;
	padding-top: 4px;
	padding-bottom: 4px;
}
.type {
	background-color: #0e7ec2;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
}

.item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93c4c5;
	background-color: #c6e8e9;
	font-size: 80%;
	color: #496569;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #93c4c5;
}
.line01 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #93c4c5;
}
.line02 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9e9e9;
}
.dot-line {
	background-image: url(../images/line-dot.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sarch dt {
	display: block;
}
#sarch dt.space {
	margin-top: 10px;
}

#sarch dt strong {
	font-weight: bold;
	color: #333333;
}
#sarch dd {
	background-image: url(../images/line-dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 15px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#sarch dt .space {
	padding-top: 30px;
}

#sarch dd strong {
	font-weight: bold;
	color: #0293c3;
}
.caution {
	color: #9D0E1D;
}
#main p strong {
	font-weight: bold;
	color: #9D0E1D;
}
