@charset "shift_jis";
/* CSS Document */

@import 'base.css';

@media print{
	*{
		background:none !important;
	}
	
	h1, #gnav, h2, h3, #kanban{
		display:none;
	}
	
	#top, #shadow,#main, #map, #map img, h2 img, #option, #option table{
		width:640px !important;
	}
	
	#main{
		background-color:#fff !important;
	}
}

h2{
	margin-bottom:0px !important;
}

h3{
	text-align:center;
}

#map{
	width:730px;
	margin:auto;
}

#option{
	width:730px;
	margin:auto;
	margin-top:30px;
}

#option p{
	font-size:14px;
	line-height:21px;
	letter-spacing:1px;
	font-weight:bold;
	padding:1ex;
}

#carnavi{
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}