@import "default2.css";


/* maps */
#maps .list .hyo{
	width:590px;
	margin-top:5px;
	margin-bottom:10px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	color:#000000;
}
#maps .list .hyo td{
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:5px 5px 5px 15px;
}

/* access */
#access_contents{
	margin:0 auto;
	padding:10px;
	font-size:80%;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background:#ffffff;
}

#access_contents table#access{
	margin-bottom:20px;
	border-collapse:collapse;
}

#access_contents table#access td{
	vertical-align:middle;
	padding:4px 6px;
	border:solid 1px #000000;
}

#access_contents table#access td.gray{
	color:#ffffff;
	background:#969696;
}

#access_contents table#access td.yellow{
	background:#ffe900;
}

#access_contents table#access td.red{
	color:#ffffff;
	background:#ff0000;
}

#access_contents table#access td.center{
	text-align:center;
}

#access_contents table#access td.note{
	border:none;
}

#access_contents #time_contents{
	padding:10px;
	border:solid 1px #000000;
}

#access_contents #time_contents table.time{
	margin-bottom:20px;
	border-collapse:collapse;
}

#access_contents #time_contents table.time caption{
	text-align:left;
}

#access_contents #time_contents table.time td{
	vertical-align:middle;
	padding:4px 6px;
}

#access_contents dl{
	padding:10px;
	border:solid 1px #000000;
}

#access_contents dl dt{
	color:#0000ff;
	margin-bottom:5px;
}

#access_contents dl dd{
	margin-bottom:10px;
	padding:0 0 0 20px;
}

#access_contents dl dd ul{
	list-style-type:none;
	padding:0;
}

#access_contents dl dd dl{
	padding:0;
	border:none;
}

#access_contents dl dd dl dt{
	color:#666666;
}


