@charset "utf-8";
@import url("main.css");
/* CSS Document */

#mainmenu    #home a{
	background-position:right bottom;
	width: 100%;
}
table {
	border-left-style: none;
	padding-bottom: 0.8em;
}
td,tr{
	padding:8px 8px;
	color:#666666;
	font-size:1em;
	text-align:left;
	letter-spacing:0.01em;
	white-space:0.02em;
}
.tdcolor {
	background-color: #E6E6E6;
}
.press li {
	float:left;
	padding-right:10px;
}
.press li img {
	border:none;
}
/*メニュー選択中のリンク切り*/
#mainmenu #home {
	width:120px;
	background-image: url(../../images/material/menu_home.png);
	background-position:right bottom;
	display:block;
}
li#home{
	text-indent:-9999px;
	}