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

#main #contents em{
	text-transform: uppercase;
	color: #FF6600;
}

#main #contents table{
	margin-top: 10px;
	border-collapse:collapse;
	width: 600px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#main    #contents    table    .odd{
	border-bottom-width: 1px;
	border-bottom-style: none;
}

#main #contents table th{
	text-align: center;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3333FF;
}

#main #contents table td{
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 500px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #3333FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3333FF;
}
#main #contents td #map {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
