@charset "utf-8";

@import "subpage.css";

@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */

/*** body Area用レイアウト ***/

#mainSection {
	width: 600px;
	padding: 0 15px;
	float: left;
}

#sidebarSection {
	width: 170px;
	float: right;
}

/*** visitorカテゴリ共通のパーツ ***/
#breadcrumb {
	padding: 5px 0;
}

.blockTitle {
	clear: both;
	padding: 5px 0 2px;
}

h2.blockTitle {
	clear: both;
	padding: 10px 0 0 15px;
}


/*** index.html用のスタイル ***/
.visitorHowtoentry {
	margin: 10px 0 0 25px;
}

.visitorHowtoentry dt {
	background-image: url(../images/common/subtitle_bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	text-indent: 12px;
	margin: 10px 0 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #06F;
}

.howtoenjoy {
	width:  550px;
	margin: 10px 0 0 20px;
}

.howtoenjoy th {
	padding-left: 3px ;
	background-color: #FFc;
	color:#A82B31 ;
}

 .howtoenjoy td {
	padding: 0 7px;
	vertical-align: top;
}

/**** highlight.html用CSS ****/

.highlight {
	margin: 15px 0 0 25px;
}

.highlight dt, .highlight dd {
	padding: 5px 0;
}

.highlight dd strong {
	color: #060;
	font-size: 1.1em;
}

.visitorExhibitProducts {
	margin: 10px 0 0 25px;
}

.visitorExhibitProducts dt {
	background-image: url(../images/common/subtitle_bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-indent: 12px;
	margin: 10px 0 5px;
	font-weight: bold;
}



/**** access.html用CSS ****/
.accessAnchorNav {
	width:575px;
	padding: 10px 0 0 25px;
	margin: 5px 0;
	height: 2em;
	list-style-type: none;
	background-color: #eee;
}

.accessAnchorNav li {
	background-image: url(../images/common/listbullet_gray_ongray.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: 12px;
	width:165px;
	display: block;
	float: left;
}

.mapGuidePic {
	padding-left:10px;
	margin-bottom: 10px;
	text-align:center;
}

.mapGuidePic img {
	margin: 0 15px;
}

.accessPDFdownload {
	padding-left:30px;
	list-style-type: none;
	margin-bottom: 10px;
}

.accessPDFdownload li, .accessFromAirpot li {
	background-image: url(../images/news/info_graybullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left:15px;
	display: inline;
	margin-right: 20px;
/*.accessFromAirport is defined as below too*/
}

.mapBody {
	margin: 10px 0 10px 25px;
}

h3.accessByCar, h3.accessFromAirpot {
	margin-left: 30px;
	font-size: 1.1em;
}

p.accessByCar {
	margin: 3px 0 10px 30px;
	list-style-type: none;
}



/**** hotels.html用CSS ****/
.hotelBody {
	margin: 10px 0 10px 25px;
}

.hotelApply {
	padding: 10px 15px 5px 20px;
}

.hotelApply dd {
	clear: both;
	width: 6em;
	text-align: right; 
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.hotelApply dt {
	float: left;
	width: 35em;
	padding-bottom: 10px;
	border-left: 3px #9c6 solid;
	padding-left: 5px;
	margin-bottom: 5px;
}

.hotelPrice {
	margin: 15px 0 15px 25px;
	border: 1px #333 solid;
	border-collapse: collapse;

}

.hotelPrice th, .hotelPrice td {
	padding: 3px;
	vertical-algin: top;
	border: 1px #333 solid;
}

.hotelName {
	text-align: center;
	width: 175px;
}

.venueAccess {
	text-align: center;
	width: 150px;
}

/*** sidebarSectionのスタイル ***/

#subNavi {
	list-style-type: none;
	text-align: center;
	margin-top: 30px;
}

#subNavi li {
	margin: 10px 0;
}
 
#subNavi li.visitorsSubnaviTitle {
	background-image: url(../images/visitors/subnavi/visitors.gif);
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999em;
	margin-bottom: 18px;
}

#subNavi li a.visitorsEntry {
	background-image: url(../images/visitors/subnavi/howtoentry.gif);
	background-position: 0 30px;
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999em;
}

#subNavi li a.visitorsEntry:hover {
	background-image: url(../images/visitors/subnavi/howtoentry.gif);
	background-position: 0 0;
	display: block;
	width: 150px;
	height: 30px;
}

#subNavi li a.visitorsTop {
	background-image: url(../images/visitors/subnavi/highlight.gif);
	background-position: 0 30px;
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999em;
}

#subNavi li a.visitorsTop:hover {
	background-image: url(../images/visitors/subnavi/highlight.gif);
	background-position: 0 0;
	display: block;
	width: 150px;
	height: 30px;
}

#subNavi li a.visitorsAccess {
	background-image: url(../images/visitors/subnavi/access.gif);
	background-position: 0 30px;
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999em;
}

#subNavi li a.visitorsAccess:hover {
	background-image: url(../images/visitors/subnavi/access.gif);
	background-position: 0 0;
	display: block;
	width: 150px;
	height: 30px;
}

#subNavi li a.visitorsHotels {
	background-image: url(../images/visitors/subnavi/hotels.gif);
	background-position: 0 30px;
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999em;
}

#subNavi li a.visitorsHotels:hover {
	background-image: url(../images/visitors/subnavi/hotels.gif);
	background-position: 0 0;
	display: block;
	width: 150px;
	height: 30px;
}

#subNavi li a.visitorsHallmap {
	background-image: url(../images/visitors/subnavi/hallmap.gif);
	background-position: 0 30px;
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999em;
}

#subNavi li a.visitorsHallmap:hover {
	background-image: url(../images/visitors/subnavi/hallmap.gif);
	background-position: 0 0;
	display: block;
	width: 150px;
	height: 30px;
}