@charset "utf-8";

#container {
	margin:30px auto 0;
}

#contents {
	width:960px;
	display:inline;
	float:left;
	margin-bottom:30px;
}

#contents #main {
	width:720px;
	float:right;
}

#contents #left {
	width:200px;
	float:left;
	padding-top:7px;
	border-top:#aaa 1px dotted;
}

#contents #left h3 span {
	font-size:16px;
	line-height:20px;
	padding-left:25px;
	margin-bottom:10px;
	background:url(../../images/activity/icon_close.gif) no-repeat left center;
}

#contents #left h3 span.show {
	background:url(../../images/activity/icon_open.gif) no-repeat left center;
}

#contents #left div {
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom:#aaa 1px dotted;
}

#contents #left ul {
	display:none;
}

#contents #left ul.show {
	display:block!important;
}

#contents #left li {
	width:200px;
	line-height:16px!important;
	padding:7px 0 0 40px;
	background:url(../../images/activity/arrow_blue.gif) no-repeat 25px center;
}

#main h3 {
	clear:both;
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	line-height:24px;
	border-bottom:#aaa 1px solid;
	background:url(../../images/index/arrow_blue.gif) no-repeat left center;
}

#main ul li {
	line-height:50px;
	padding-left:10px;
	border-bottom:#aaa 1px dotted;
	background:url(../../images/link/bullet01_blue.gif) no-repeat left center;
}
