@charset "utf-8";

table#indexNewsTable a:link,
table#indexNewsTable a:visited,
table#indexReleaseTable a:link,
table#indexReleaseTable a:visited {
	text-decoration:none;
}

table#indexNewsTable a:hover,
table#indexReleaseTable a:hover {
	border-bottom:1px solid #787878;
}


table#indexNewsTable th,
table#indexNewsTable td {
	border-bottom:1px solid #E7E7E7;
}

table#indexNewsTable th {
	padding:8px 5px;
}

table#indexNewsTable td {
	padding:8px 0;
}


table#indexReleaseTable th,
table#indexReleaseTable td {
	border-bottom:1px solid #E7E7E7;
}

table#indexReleaseTable th {
	padding:8px 5px;
}

table#indexReleaseTable td {
	padding:8px 0;
}

table#indexReleaseTable td.pdf {
	padding:5px 10px;
	color:#B9927C;
}


/*  Vi
-----------------------------------*/
table#newItem {
	width: 530px;
	background: url(../../images/top_new_bg02.gif) no-repeat left bottom;
	border-collapse: collapse;
	margin-left:2px;
}
table#newItem th,table#newItem td {
	vertical-align: top;
}
table#newItem th#itemImg {
	background: url(../../images/top_new_bg01.gif) no-repeat left top;
	padding: 14px 7px 7px 14px;
}
table#newItem td#itemDetail {
	background: url(../../images/top_new_bg01.gif) no-repeat right top;
	padding: 14px 14px 21px ;
}
td#itemDetail img#newItemTitle {
	margin-bottom: 10px;
	display: block;
}


