@charset "utf-8";
/* CSS Document */

h2 {
	margin-bottom: 10px;
}

#main_title {
	background: url(../images/service/main_title.gif) no-repeat;
	height: 24px;
	text-indent: -9999px;
	border-bottom:5px solid #00AA00;

}

.sub_title {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #00A100;
	padding-left: 5px;
	border-left: 5px solid #00A100;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	margin-bottom: 30px;
}

table th {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	background: #F1FFE8;
	font-weight: normal;
	text-align: left;
	padding: 3px;
}

table td {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 3px;
}
