@charset "utf-8";

/* import
----------------------------------------------- */
@import "font.css";
@import "common.css";
@import "menu.css";


/* headline
----------------------------------------------- */
h1 {
	display: block;
	width: 115px;
	height: 52px;
	margin: 35px 0 0;
	background: url(../company/images/h1.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* table
----------------------------------------------- */
.tabletype01 {
	width: 100%;
	margin: 50px 0 0;
	background: url(../common/border02.gif) repeat-x left bottom;
}
.tabletype01 th {
	width: 140px;
	padding: 15px 0 15px 20px;
	background: url(../common/border02.gif) repeat-x 0 0;
	color: #A0CD3C;
	font-weight: normal;
	letter-spacing: 0.5em;
	text-align: left;
	vertical-align: top;
}
.tabletype01 td {
	padding: 15px 0;
	background: url(../common/border02.gif) repeat-x 0 0;
	vertical-align: top;
}
.tabletype01 ul li {
	margin: 8px 0 0;
}
.tabletype01 p {
	margin: 0;
	line-height: 2.0em;
}
.tabletype01 dl dt {
	float: left;
	clear: both;
	width: 8em;
	text-align: right;
}
.tabletype01 dl dd {
	margin-left: 10em;
	margin-bottom: 8px;
}
.tabletype01 td a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
