@charset "utf-8";

/*---------------------------------------------------------------
	MAIN
---------------------------------------------------------------*/
h2.catch {
	text-align: center;
}

div.item {
	margin-bottom: 5px;
	background: url(../images/icon/icon-green.gif) no-repeat left center;
	font-weight: bold;
    font-size: 105%;
	text-indent: 14px;
}

/*---------------------------------------------------------------
	TABLE
---------------------------------------------------------------*/
table {
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

th,td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

th {
	padding: 5px;
	font-weight: bold;
}

th.substitute {
	width: 30%;
}