@charset "Shift_JIS";

@import url("/css/reset.css");
@import url("/css/common.css");

#h1-Function {
	width: 960px;
	height: 32px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(/images/h1-Function.gif) left top no-repeat;
}

#functionTable {
	width: 100%;
	border: 1px solid #666666;
	border-bottom: none;
}

#functionTable th {
	padding: 7px 10px 4px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
}

#functionTable th.th-1 {
	text-align: center;
	background-color: #669933;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#functionTable th.th-2 {
	text-align: left;
	background-color: #85B754;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#functionTable td {
	padding: 7px 10px 4px;
	text-align: left;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

#functionTable td.td-1 {
	font-weight: bold;
	background-color: #C7E8A6;
	white-space: nowrap;
}

#functionTable tr.even td.td-1 {
	background-color: #E4F3D5;
}

#functionTable td.td-3 {
	background-color: #E8E8E8;
	border-right: none;
}

#functionTable tr.even td.td-3 {
	background-color: #F6F6F6;
}

#functionTable tr.end td {
	border-bottom: 1px solid #666666;
}

#functionTable td.td-2 {
	background-color: #E8E8E8;
}

#functionTable tr.even td.td-2 {
	background-color: #F6F6F6;
}

.caption {
	color: #F92727;
	font-size: 85%;
}

#functionTable td.center { text-align: center; }