@charset "utf-8";

/* schedule/index.html
------------------------------------------------------------ */

div#contentsArea div#topiclist {
	margin: 0px 10px 10px 10px;
	width: 900px;
	border-top: 1px dashed #B2B2B2;
}
div#topiclist div.topicdeta {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px dashed #B2B2B2;
	padding: 10px 5px;
	overflow: hidden;
}
div#topiclist p.topicday {
	font-size: 110%;
	width: 100px;
	text-align: center;
	float: left;
}
div#topiclist p.topicmark {
	font-size: x-small;
	width: 120px;
	float: left;
	padding-left: 10px;
}
div#topiclist h3 {
	float: left;
	font-size: 110%;
	width: 540px;
	font-weight: normal;
}
div#daylist h3 a,
div#daylist h3 a:visited {
	color: #0DB2DD;
}
div#topiclist h3a:hover {
	color: #00DBF2;
}
div#topiclist p.bt-detail {
	height: 20px;
	width: 103px;
	float: right;
}
div#topiclist p.bt-detail a {
	background: url(../img/bt_detail.gif) no-repeat 0 0;
	display: block;
	height: 20px;
	width: 103px;
}
div#topiclist p.bt-detail span {
	height: 20px;
	width: 103px;
	z-index: -1;
	overflow: hidden;
	display: block;
	position: relative;
}
div#topiclist p.bt-detail a:hover {
	background: url(../img/bt_detail.gif) no-repeat 0 -20px;
}

div#detailArea {
	width: 900px;
	margin: 10px;
}
div#detailArea div.Mbox {
	width: 880px;
	padding: 5px 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EBE6E8;
}
div#detailArea div.Mbox .date {
	font-weight: bold;
	float: left;
	width: 7.5em;
	margin-top: 3px;
}
div#detailArea div.Mbox .icon {
	float: left;
	width: 100px;
	margin-top: 5px;
}
div#detailArea div.Mbox h3 {
	font-size: 120%;
	padding: 3px;
	margin-left: 200px;
}


div#detailArea div.topiBox {
	padding: 20px 0px;
	width: 900px;
	overflow: hidden;
}

div#detailArea div.topiBox .photo {
	float: right;
	margin-left: 10px;
}




div#contentsArea div#thistopiBox {
	border-bottom: 4px dotted #2E2E68!important;
	width: 920px;
	overflow: hidden;
	margin-bottom: 2em;
	clear: both;
}
div#contentsArea div#thistopiBox h2.stdetail {
	float: left;
	overflow: visible;
	display: block;
	padding: 0.5em 0 0.2em 0!important;
}

div#contentsArea div#thistopiBox p.btback {
	width: 84px;
	height: 24px;
	float: right;
	margin-top: 15px;
}
div#contentsArea div#thistopiBox p.btback a {
	background: url(../../topics/img/bt_retern.gif) no-repeat;
	width: 84px;
	height: 24px;
	display: block;
}
div#contentsArea div#thistopiBox p.btback a span {
	width: 84px;
	height: 24px;
	z-index: -1;
	overflow: hidden;
	display: block;
	position: relative;
}
div#contentsArea div#thistopiBox p.btback a:hover {
	background-position: 0 -24px;
}

