@import "/english/css/base.css";


/*------Press Release---------*/
table.newsList td{
 background:url(/english/images/common/line_dot01.gif) bottom repeat-x;
	padding:3px;
	line-height:1.3;
}

table.newsList td a {
 display:block;
	background:url(/english/images/common/arrow_shape01.gif) no-repeat;
	background-position:0px 4px !important;
	background-position:0px 2px;
	padding-left:15px;
	text-decoration:none;
 padding-bottom:5px;
}

table.newsList td a:hover {
	background:url(/english/images/common/arrow_shape02.gif) no-repeat;
	background-position:1px 4px !important;
	background-position:1px 2px;
}

/*------what's new---------*/

table.logList td {
 background:url(/english/images/common/line_dot01.gif) bottom repeat-x;
	padding:3px;
	line-height:1.3;
}

table.logList td a span.date,table.logList td span.date {
 background:url(/english/images/common/icon_company.gif) no-repeat;
 text-decoration:none;
	color:#666666;
	display:block;
	padding-left:80px;
	text-decoration:none;
 float:left;
 width:80px;
}

/*table.logList td span.date {
 background:url(/english/images/common/icon_press.gif) no-repeat;
}*/

table.logList td a:hover span.date {
 color:#CC0000;
}

table.logList td a:hover {
 color:#CC0000;
	cursor:pointer;
}


table.logList td a span.logs,table.logList td span.logs {
 text-decoration:none;
 display:block;
	float:left;
	width:500px;
 
}

table.logList td span.logs a {
 display:inline;
}

table#whatsnewList td a span.logs,table#whatsnewList td span.logs {
width:350px;
}

table.logList td span.logs a {
 text-decoration:none;
}

table.logList td a span.date:hover {
 color:#CC0000;
}

table.logList td a.newsCompany,
table.logList td a.newsAcademy,
table.logList td a.newsRecruit,
table.logList td a.newsProduct,
table.logList td a.newsIr,
table.logList td a.newsInfo,
table.logList td a.newsPress {

}


table.logList td a.newsCompany span.date, table.logList td span.Company {
	background:url(/english/images/common/icon_company.gif) no-repeat;
}


table.logList td a.newsAcademy span.date{
	background:url(/english/images/common/icon_academy.gif) no-repeat;
}

table.logList td a.newsRecruit span.date{
	background:url(/english/images/common/icon_recruit.gif) no-repeat;
}

table.logList td a.newsProduct span.date{
	background:url(/english/images/common/icon_product.gif) no-repeat;
}

table.logList td a.newsIr span.date{
	background:url(/english/images/common/icon_ir.gif) no-repeat;
}

table.logList td a.newsInfo span.date{
	background:url(/english/images/common/icon_info.gif) no-repeat;
}

table.logList td a.newsPress span.date{
	background:url(/english/images/common/icon_press.gif) no-repeat;
}


