@charset "Shift_JIS";

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

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

#corporateTable {
	width: 100%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

#corporateTable th {
	width: 21%;
	padding: 7px 10px 4px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #669933;
	white-space: nowrap;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#corporateTable tr.even th {
	background-color: #85B754;
}

#corporateTable td {
	padding: 7px 10px 4px;
	text-align: left;
	background-color: #E8E8E8;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

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

/*リンク指定*/

a{
	text-decoration: none;
}

a:link {
	color: #669933;
}

a:visited {
	color: #669933;
}

a:active {
	color: #77cb24;
}

a:hover {
	color: #aed389;
	text-decoration: underline
}
