#CONTENTS .teble {
	margin: 5px;
}
#CONTENTS table {
	width: 610px;
}
#CONTENTS table th {
	background-image: url(../images/index_line_gray.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: normal;
	text-align: right;
}
#CONTENTS table p  {
	padding-right: 5px;
	padding-left: 5px;
}
#CONTENTS table .red {
	background-image: url(../images/index_box_red.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#CONTENTS table .blue {
	background-image: url(../images/index_box_blue.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
#CONTENTS table .noborder {
	background-image: none;
}
#CONTENTS table td.red.footer {
	background-image: url(../images/index_box_footer_red.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#CONTENTS table td.blue.footer {
	background-image: url(../images/index_box_footer_blue.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

