@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
content(フラッシュの高さにより上マージンが変動)
-----------------------------------------------------*/
#content{
	width: 878px;
	margin-top: 49px;
	margin-right: auto;
	margin-left: auto;
}

/*-----------------------------------------------------
primary(左部分)
-----------------------------------------------------*/
#primary{
	color: #FFFFFF;
	width: 611px;
}

#primary h2{
	margin-bottom: -1px;
	*margin-bottom: 0px;
}

#box_mid{
	background-image: url(../images/access_img_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 611px;
	padding-bottom: 20px;
}

table{
	width: 455px;
	margin-left: 138px;
	margin-top: 15px;
}

th{
	width: 80px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	background-image: url(../images/t_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	background-position: left 0.5em;
}

td{
	background-position: left top;
	vertical-align: top;
	padding-bottom: 10px;
}

#box_btm{
	background-image: url(../images/access_img_btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 611px;
}

#map_back{
	background-color: #000000;
	height: 400px;
	width: 611px;
}

#map{
	color: #333333;
	margin-left: 30px;
}

#map h1{
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	margin-top: 2px;
}



