@charset "utf-8";

@import "common.css";



/* アクセス
---------------------------------------------------- */

/*　表 */

#access table,
#e_access table {
	border-collapse: collapse;
	width: 100%;
}

#access table th,
#e_access table th {
	font-weight: bold;
	text-align: left;
	padding: 8px;
	vertical-align: top;
	border: #fff solid 2px;
	border-left: #d69c1e solid 4px;
	background: #f3f2f1;
	white-space: nowrap;
}

#access table td,
#e_access table td {
	padding: 8px;
	vertical-align: middle;
	border: #fff solid 2px;
	text-align: left;
	background: #f3f2f1;
}

#access table td li,
#e_access table td li {
	list-style: disc;
	margin-left: 15px;
}




#access dl.txtBox,
#e_access dl.txtBox {
	overflow: hidden;
	_zoom:1;
}

#access dl.txtBox dt,
#e_access dl.txtBox dt {
	float: left;
}

#access dl.txtBox dd {
	float: right;
	padding-top: 445px;
}

#e_access dl.txtBox dd {
	float: right;
	padding-top: 425px;
}





#access iframe,
#e_access iframe {
	border: #d1d2d2 solid 1px;
}


