*html .iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

a:link  {color: #003366;}
a:visited {color: #003366;}
a:hover  {color: #003366;}
a:active {color: #003366;}
h1,h2,h3,h4,h5,h6,div,p,ul,li,dl,dt,dd,table,tr,th,td{
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0em;
	line-height: 1.5em;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

#container {
	margin: 0 auto;
	width: 930px;
}
#container #header{
	height: 530px;
}
#container #header #logo{
	position: relative;
	left: 20px;
	width: 300px;
	height: 120px;
	z-index:2;
}
#container #header #logo h1 a{
	background-image: url(../images/h1_logo.png);
	width: 300px;
	height: 120px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#container #header h2{
	display: none;
}
#container #header #mainSwf{
	position: absolute;
	top: 0px;
	z-index:1;
}
#container #header #menu{
	z-index:3;
	position: relative;
	top: 220px;
	height: 190px;
}
#container #contents{
	margin: 0 auto;
	margin-top: 10px;
	width: 900px;
}
#container #contents .contentsBox{
	padding-bottom: 30px;
}
#container #contents .contentsBox h3{
	height: 40px;
	text-indent: -9999px;
}
#container #footer{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 900px;
}
#container #footer #footerMenu{
	margin-bottom: 10px;
	background-image: url(../images/footer_ul_bg.gif);
	width: 900px;
	height: 30px;
}
#container #footer #footerMenu ul{
	margin: 0 auto;
	list-style: none;
	width: 500px;
}
#container #footer #footerMenu ul li{
	color: #FFFFFF;
	display: inline;
}
#container #footer #footerMenu ul li a{
	text-decoration:none;
	color: #FFFFFF;
	line-height: 2.5em;
}
#container #footer #footerLogo{
	padding-left: 20px;
	width: 210px;
	height: 50px;
	float: left;
}
#container #footer #footerLogo p a{
	width: 210px;
	height: 50px;
	display: block;
	overflow: hidden;
	background-image: url(../images/footer_logo.gif);
	text-indent: -9999px;
}
#container #footer #footerAddress{
	padding-left: 50px;
	width: 285px;
	height: 50px;
	float: left;
}
#container #footer #footerAddress address{
	width: 285px;
	height: 50px;
	background-image: url(../images/footer_address.gif);
	text-indent: -9999px;
}
#container #footer #footerCopyright{
	padding-left: 30px;
	width: 285px;
	height: 50px;
	float: left;
}
#container #footer #footerCopyright p{
	width: 285px;
	height: 50px;
	background-image: url(../images/footer_copyright.gif);
	text-indent: -9999px;
}

p.gotoTop{
	margin-top: 5px;
	line-height: 1.4em;
	text-indent: 20px;
	background-image: url(../images/icon02.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100px;
	float: right;
}
p.print{
	margin-top: 5px;
	font-weight: normal;
	line-height: 1.4em;
	text-indent: 20px;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 130px;
	float: right;
}
#contents #contentsRight #mapBox p a{
	color: #000000;
}


