@charset "UTF-8";
@import url(default.css);
@import url(common.css);
@import url(class.css);

/*------------------------------------------
///////////// Local Tag Rule ///////////////
------------------------------------------*/

div#content table {
	border-top:1px solid #77b;
	border-left:1px solid #77b;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
div#content table th {
	padding:0.2em 0.2em;
	border-right:1px solid #77b;
	border-bottom:1px solid #77b;
	background-image:url(../imgs/common/th.gif);
	background-color:#ccf;
	text-align:center;
	color:#333;
}
div#content table td {
	padding:0.3em 0.5em;
	border-right:1px solid #77b;
	border-bottom:1px solid #77b;
}

div#content table caption {
	margin:0.5em 0 0 0;
	font-size:1.1em;
	font-weight:bold;
}

div#content ul.localNavi { margin:1.5em 0 0 1.5em; }
div#content ol.competent { margin:0.5em 0 0.5em 1.5em }
div#content table.innTbl th { width:6.5em; }

div#content table td.noPadd {
	padding:0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

div#content table td dl {
	margin:0;
	padding:0 0 0 1em;
}

div#content table td dl dd {
	margin:0;
	padding:0 0 1.5em 2em;
}

div.mapBlock {
	float:left;
	width:230px;
}

div.accText,
div.busMapBind {
	float:right;
	width:320px;
}

div.busMap {
	float:left;
	width:160px;
	text-align:center;
}

div.exLeft { float:left; width:270px; margin-bottom:1em; }
div.exRight { float:right; width:270px; margin-bottom:1em; }

h3.borders {
	border-bottom:1px solid #aaa;
	margin:1.5em 0 0 0;
}

div.exTbox {
	float:left;
	width:580px;
}