@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------- */
.access_tbl table tr td, .access_tbl table tr th {
	padding: 8px;
	font-size: 14px;
	line-height: 1.5em;
}
.access_tbl table tr th {
	color: #FFF;
	background-color: #b1985d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width:30%;
}
.access_tbl table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1985d;
	background-color: #eee6d2;
}


.access_tbl table {

}
.access_img {
	float: right;
	margin-left: 10px;
}
.access_tbl {
	margin-top: 15px;
}

