@charset "utf-8";

/* ---------------------------------------------------------- */
/*     navi  */
/* ---------------------------------------------------------- */

.ja #nav li.press a { background: url(../img/nav_press_on.png) no-repeat; }
.en #nav li.press a { background: url(../img/nav_press_en_on.png) no-repeat; }
#nav li.press a img { display:none; }

/* ---------------------------------------------------------- */
/*     content  */
/* ---------------------------------------------------------- */
#content-inner h2{
	background:url(../press/img/h2_icon.gif) left bottom no-repeat;
	font-size:184%;
	color:#23719A;
	padding:0 0 0 40px;
	margin:0 0 20px 0;
}
#content-inner table{
	width:100%;
	font-size:108%;
}
#content-inner table th{
	background: url(../img/line_table.gif) repeat-x top #F0F0F0;
	border-bottom:#E0E0E0 1px solid;
	padding:10px ;
	width: 15%;
	white-space: nowrap;
}
#content-inner table td{
	border-bottom:#E0E0E0 1px solid;
	padding:10px ;
}
#content-inner table a.none {
	color:#333;
}
#content-inner table span.open {
	background: url(../img/icon_open.gif) no-repeat right top;
	padding-right: 20px;
}

.pagetop {
	margin-top: 30px;
}

/* ---------------------------------------------------------- */
/*     content en */
/* ---------------------------------------------------------- */
.en #content-inner h2{
	padding:0 0 3px 40px;
}