@charset "UTF-8";
/* CSS Document */

h1,
h2{
	display: none;
}

/* @group 共通フォント指定 */


A:link,A:visited{
	color: #1c71e9;
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}

strong{
	font-family: 'HiraKakuPro-W6';
}

em{
	font-family: 'HiraKakuPro-W6';
}

th{
	font-family: 'HiraKakuPro-W6';
}



/*WinIE6のみ*/

* html body,
* html body p,
* html body td,
* html body h1,
* html body h2,
* html body h3,
* html body h4,
* html body h5,
* html body h6,
* html body dd,
* html body dt,
* html body li {
	font-family: "ＭＳ ゴシック","ＭＳ Ｐゴシック","メイリオ";
}

/*WinIE以外*/

html>/**/body,
html>/**/body p,
html>/**/body td,
html>/**/body h1,
html>/**/body h2, 
html>/**/body h3,
html>/**/body h4,
html>/**/body h5,
html>/**/body h6,
html>/**/body dd,
html>/**/body dt,
html>/**/body li {
	font-family: "HiraKakuPro-W3","メイリオ",sans-serif,Osaka;
}

html>/**/body h3,
html>/**/body h4,
html>/**/body h5,
html>/**/body h6
html>/**/body dt,
html>/**/strong,
html>/**/em,
html>/**/th{
font-family: "HiraKakuPro-W6","メイリオ",sans-serif,Osaka;	
font-weight: normal;
}


/*WinIE7のみ*/

*+html body,
*+html body p,
*+html body td,
*+html body th,
*+html body h1,
*+html body h2, 
*+html body h3,
*+html body h4,
*+html body h5,
*+html body h6,
*+html body dd,
*+html body dt,
*+html body li {
	font-family: "メイリオ","ＭＳ ゴシック","ＭＳ Ｐゴシック";
}


*+html body th,
*+html body h1,
*+html body h2, 
*+html body h3,
*+html body h4,
*+html body h5,
*+html body h6,
*+html body dt {
	font-weight: bold;
}


/*テキストの左右揃え*/

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

h1 {
	margin: 0;
	font-size: 14px;
	width: 144px;
	height: 117px;
	background-image: url(../common_parts/header_emblem_main.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 1px;
}

h1 a {
	width: 144px;
	height: 117px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

h2 {
	margin: 0;
}

h3{
	margin: 0;
}

h4{
	font-weight: bold;
	font-family: 'HiraKakuPro-W6';
}

h3{
	clear: both;
	font-family: 'HiraKakuPro-W6';
}

h3.midashi img{
	vertical-align: bottom;
	margin-bottom:8px;
}

em {
	font-weight: bold;
	font-style: normal;
	font-family: "HiraKakuPro-W6";
}

strong{
	font-weight: bold;
	font-family: "HiraKakuPro-W6";
}

dt{
	font-weight: bold;
	font-family: "HiraKakuPro-W6";
}

.large{
	font-size: 14px;
}

/* @end */

div#accessArea table,
div#containerMapW table {
	background-color:#000;
	margin:0 auto 0 auto;
	}
	
div#accessArea table td,
div#containerMapW table td{
	color: #000;
	background-color: #fff;
}

div#accessArea table th,
div#containerMapW table th{
	color: #000;
		background-color:#fff387;

}

div#accessArea table dt,
div#containerMapW table dt,
div#accessArea table dd,
div#containerMapW table dd{
	color: #000;
}

td.access dt.train,
td.access dt.taxi {
	background-image:url(../access/page_parts/icon_train.gif);
	background-repeat:no-repeat;
	background-position: 0 1.1em;
	padding: 1em 0 0 1.5em;
	margin-bottom: 0.7em;
	border-top: 1px dotted #000;
	position: relative;
	height: 1.5em;
	margin-top: 1em;
	}

td.access dt.train.first{
	border-top: none;
	margin-top: 0;
}	
	
	div#accessArea td.access table td,
div#containerMapW td.access table td{
	text-align: center;
}
	
	
	div#containerMapW p#mapArea,
	td.access dt span.right,
	div#accessArea .map,
	div#accessArea .area,
	div#bottomNaviArea,
	div#accessHead,
	div#footArea{
	display: none;
}