@charset "utf-8";

/* Table Of Contents
----------------------------------------

# sidebarLeft
# content
# sidebarRight

----------------------------------------*/

div.pageBodyInner {
	background: #fff url(../../common/images/bg_pagebodyinner.gif) repeat-y left top;
	padding-bottom: 20px;
}

div#pageBody {
	padding-bottom: 0;
}

div.menu ul li.access {
	background:url(../../common/images/gnav_btn_o.gif) no-repeat;
}

div.menu ul li.access span {
color:#fff !important;
}

/* # content
---------------------------------------------------------------------------- */

div#content {
	width: 736px;
}

div#content  dl.logoLine {
	border: solid #CCC 1px;
}

div#content h2.pageTitle {
	background: #000;
}

div#content h3 {
	border-bottom: solid 1px #000000;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px;
}

div#content  div.section ul.trans li table.accessTable {
	margin: 0 auto;
	text-align: center;
	width: 60% !important;
}

div#content  div.section ul.trans li table.accessTable th {
	background: #034f89;
	text-align: center !important;
}

div#content  div.section ul.trans li table.accessTable td {
	background: #fff;
	border: 1px solid #d4cfc6;
}

.ttl {
	font-weight: bold;
}

div#content  div.section ul.jr {
	float: left;
	width: 350px;
}

div#content  div.section ul.VenueMap {
	float: right;
	width: 380px;
}

