@charset "utf-8";
@import url("main.css");
/* CSS Document */
#home a {
	background-position:right bottom;
	width: 100%;
}
table {
	border-left-style: none;
	padding-bottom: 0.8em;
}
td,tr{
	padding:8px 8px;
	font-size: 1em;
}
.trcolor {
	background-color: #CCCCCC;
	text-align: left;
}
.tdcolor {
text-align:center;
	background-color: #E6E6E6;
}
.press li {
	float:left;
	padding-right:10px;
}
.press {
	height: 200px;
	margin-bottom: 20px;
}
.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;
	}
