@charset "utf-8";
/* CSS Document */

#tArea {
	background:url(../images/common/bg_title.png) no-repeat;
	width:968px; height:130px;
	position:relative;
}

.tit {
	position:absolute;
	top:63px; left:35px;
}

/*テーブル*/
table .corpTable {
	margin:5px 0;
}

.corpTable th {
	border-bottom:dotted 1px #666;
	border-top:solid 1px #FFF;
	padding:4px 8px;
	background-color:#e3dfd2;
	color:#333;
}

.corpTable td {
	border-bottom:dotted 1px #666;
	border-top:solid 1px #FFF;
	padding:4px 8px;
	background-color:#f1efe8;
	color:#333;
}
.access {
	border:solid 1px #eeeeee;
}
.h300 {
	height:300px !important;
}

.btBox {
	padding:15px 0;
	margin:0;
	text-align:center;
}