@charset "utf-8";
/* CSS Document */

h2.textTT{
	width: 100%;
	background: url(../img/common/tt_line_bg.jpg) repeat-x bottom left;
	height: 33px;
	margin-bottom: 30px;
	font-size: 150%;
	font-weight: 600;
    }
h2.textTT span{
	background: url(../img/common/mon_icon.jpg) no-repeat left center;
	padding-left: 30px;
    }
table {
	width:644px;
	border-collapse: collapse;
	font-size:13px;
	line-height:120%;
	margin-bottom: 50px;
}
.bgcolor {
	background-color: #CCF;
}
th {
	border: solid 1px #999;
	padding:4px;
	background-color: #CCF;
	text-align:center;
}
td {
	border: solid 1px #999;
	padding:4px;
}
tr:nth-child(2n+1) {
	background-color: #FFE;
}
.tcenter {
	text-align:center;
}