/* -- map -- */
#content.map {
	width: 920px;
	font-size: 18px;
}

#content.map h1 {
	padding: 0 0 0 40px;
	font-size: 24px;
	font-weight: bold;
	background: url(../img/icon_m_m.png) no-repeat;
	background-position: left;
	margin: 25px 0 5px 0;
}

#content.map p {
	font-size: 18px;
}

#map{
	width: 520px;
	height: 400px;
}

#map-container{
	border-top: 10px #cccccc solid;
	border-bottom: 10px #cccccc solid;
	border-left: 10px #cccccc solid;
	float: left;
}

#list-container {
	float: left;
	width: 370px;
	height: 400px;
	border: 10px #cccccc solid;
}

#list-container #list-title{
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0 5px 0 5px;
}

#list-container #list-description{
	font-size: 0.9em;
	margin-bottom: 5px;
	padding: 0 5px 0 5px;
}

#list-container #list-contents{
	height: 300px;
	overflow: auto;
}

#list-container #list-table{
	width: 100%;
	border-collapse: collapse;
	border: 1px #1C79C6 solid;
}

#list-container #list-table th#sy{
	width: 80px;
}

#list-container #list-table th{
	background: #d6edc2;
	border: 1px #999999 solid;
	padding: 7px;
}
#list-container #list-table td{
	border: 1px #999999 solid;
	padding: 8px;
} 

#list-container #list-table td.list-item-sy{
	width: 80px;
	text-align: center;
}

#list-container #list-table td.list-item-sy img{
	margin-bottom: 3px;
}

#list-container #list-table td.list-item-contents .list-item-name{
//	cursor: pointer;
	margin-bottom: 5px;
}

#shortcutItems {
	margin: 10px 0 10px 0;
	padding: 0 0 0 5px;
}

#shortcutItems li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
}

#shortcutItems li.da {
	background: url(../img/downarrow.png) no-repeat;
	background-position: left;
	width: 120px;
}

#shortcutItems li a {
	padding: 0 0 0 20px;
}

#shortcutContainer {
	border: solid 1px #cccccc;
	padding: 10px;
	height: 4em;
	width: 898px;
	margin: 20px 0 0 0px;
}
.course-button{
	width: 110px;
	margin: 7px 10px 0 0;
	font-size: 0.7em;
}

.panto-button{
	width: 110px;
	margin: 7px 0 0 0;
	font-size: 0.7em;
}

.markerExplanation{
	margin:1em 0 0 0;
	padding:0 0 0 2em;
	background: url('../img/icon99_m.png') no-repeat;
}

