@charset "utf-8";

@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");

@import url("print.css");


/* /////////////////////////////////////////////////////////////////////////// TOPPAGE */

/* ----------------------------------------------------- Main */

.city_bus {
	margin-top: -8px;
	margin-left: -3px;
}
#access  span {
	color: #00A2D7;
}

/* 詳細＆印刷
--------------------------------------------------------*/

#printBox {
	width:400px;
	margin:0 auto 20px;
}
#print {
	width:400px;
}
#print li,
#print li a {
	width:190px;
	height:42px;
}

#print li a {
	display:block;
	overflow:hidden;
	text-indent:-999em;
	background-position:0 0;
	background-repeat:no-repeat;
}
#print li a:hover {
	background-position:0 -42px;
}
#bt_map a{background-image:url(images/bnr_access01.gif)}
#bt_print a{background-image:url(images/bnr_access02.gif);}
#bt_map {float:left;}
#bt_print {float:right;}

.mapBox {
margin:0 0 20px;}


/* 印刷時だけ表示させるMAPの処理 */
#printOnly {display:none;}

@media print {
	#header, #footer, #wrapper {display:none;}
	#printOnly {
		width:700px;
		margin:0 auto;
		text-align:center;
		display: inline;
	}
}

