@charset "UTF-8";


/* for IE6 */
* html #container {
   overflow: hidden;
   height: 1%;
}
/* for IE6 */
* html #main {
   overflow: hidden;
   height: 1%;
}


#left {
	width: 750px;
}

 #sectionMap {
	float: left;
	width: 920px;
	display: inline;
}


 #sectionMap img {
	border: 0;
}

#sectionList {
	float: left;
	width: 920px;
	padding-bottom: 10px;
	background: url(../stage/images/stage-bg.gif) top left repeat-y;
	display: inline;
}
#sectionList dl {
	float: left;
	width: 280px;
	padding: 0 10px;
	line-height: 1.4em;
	display: inline;
}

#sectionList dt {
	margin: 10px 5px;
	font-size: 1.2em;
	
}
 #sectionList dd {
	border-bottom: #ccc dotted 1px;
}
#sectionList dd a,
#sectionList dd span {
	display: block;
	padding: 7px;
	height: 1;
}

#sectionList dl a, #sectionList dl a:link, #sectionList dl a:visited {
	color: #0aa991;
	background: inherit;
}


#sectionList dl a:hover, #sectionList dl a:active {
	color: #85A98B;
	background: inherit;
}

#sectionList dd a, #sectionList dd a:link, #sectionList dd a:visited {
	color: #666;
	background: inherit;
}


#sectionList dd a:hover, #sectionList dd a:active {
	color: #ccc;
	background: inherit;
}