@CHARSET "UTF-8";

@import "common.css";

.indexbg {
	background-image:url(../images/common/contents_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 678px;
	padding:20px;
	behavior: url(../styles/iepngfix.htc);
}

table.newsrelease {
	width:100%;
	border-collapse: collapse;
	z-index:2 !important;
	margin-bottom:20px;
}

table.newsrelease tbody tr td.date {
	width:60px;
	background: transparent url(../images/common/bkbg.png);
	behavior: url(../styles/iepngfix.htc);
}

table.newsrelease tbody tr td.text {
	background: transparent url(../images/common/whbg.png);
	behavior: url(../styles/iepngfix.htc);
}

table.newsrelease tbody tr td {
	border : 1px solid #DDDDDD;
	padding:5px 20px;
}

h3 {
	border-left: 6px solid #7A89A6;
	border-bottom: 1px solid #C3CBD8;
	padding: 4px 10px;
	margin-bottom: 10px;
}
