
#top{
	background: url(../img/back_img.jpg) repeat-x;
}



#top_contents{
	padding: 15px 0 30px 0;
}



#top_contents .top_c_fl{
	float: left;
	width: 620px;
}



#top_contents .top_c_fr{
	float: right;
	width: 270px;
}

#top_contents .m_b10 {
	width: auto;
}

#top_contents .news {
	width: 900px;
	height: 28px;
	overflow:hidden;
}
#top_contents .news img {
	float: left;
	margin-right: 3px;
}
/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
	width: 770px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	margin: 0;
	padding: 0 5px 0;
	overflow:hidden;
	background: url(../../img/news_back.gif) no-repeat;
	color: white;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0px;
	top: 0px;
	width: 770px;
	height: 28px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 780px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}
ul.newsticker span {
	margin: 0 40px 0 0;
	white-space: nowrap;
}
ul.newsticker span a {
	color: white;
	text-decoration: none;
}
ul.newsticker span a:hover {
	color: #FC3;
}

#top_contents .top_c_fl .events {
	background: url(../../img/event_back.gif) no-repeat;
	width: 598px;
	padding: 38px 10px 10px;
	border: 1px solid #999;
}

#top_contents .top_c_fl .event {
	width: 598px;
	margin-top: 10px;
	border: 1px solid #999;
	border-collapse: collapse;
}

#top_contents .top_c_fl .event th {
	border: 1px solid #999;
	padding: 0 15px;
	line-height: 28px;
	text-align: left;
	background: url(../../img/event_heading.gif) repeat-x;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#top_contents .top_c_fl .event td {
	background-color: white;
	vertical-align: top;
}

#top_contents .top_c_fl .event td.text {
	padding: 10px 0 10px 15px;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0.6px;
	text-align: left;
}

#top_contents .top_c_fl .event td.image {
	padding: 10px 5px 5px 0;
	text-align: right;
}

#top_contents .top_c_fl .event td p {
	width: 360px;
	margin: .5em 0 0;
}

#top_contents .top_c_fl .event td a.detail,
#top_contents .top_c_fl .event td span.comming-soon {
	display: block;
	margin-top: .5em;
	color: #036;
	font-weight: bold;
}

#top_contents .top_c_fl .event td a {
	text-decoration: underline;
}

#top_contents .top_c_fl .event td span.comming-soon {
	text-decoration: none;
}

#top_contents .top_c_fl .note{
	border: 1px solid #999;
}

#top_contents .top_c_fl .note img{
	vertical-align: top;
}

#top_contents .top_c_fl .note dl{
	display:block;
	padding: 0 10px;
	width:598px;
	height:326px;
	overflow:auto;
	scrollbar-3dlight-color:#BABDC2;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#BABDC2;
	scrollbar-face-color:#BABDC2;
	scrollbar-highlight-color:#BABDC2;
	scrollbar-shadow-color:#BABDC2;
	scrollbar-track-color:#FFFFFF;
}

#top_contents .top_c_fl .note dt{
	padding-bottom: 7px;
	width:320px;
}



#top_contents .top_c_fl .note dd{
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px #E8E8E8 dotted;
	line-height: 140%;
}

#top_contents .top_c_fr .banner img{
	margin-bottom: 10px;
	vertical-align: top;
}

#top_contents .guide {
	width: 900px;
	/*height: 225px;*/
	background: url(../../img/guide_back.gif) no-repeat;
	padding: 10px;
}

#top_contents .guide h2 {
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0.6px;
}
#top_contents .guide th,
#top_contents .guide td {
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0.6px;
	vertical-align: top;
}
#top_contents .guide th {
	white-space: nowrap;
	text-align: right;
	padding: 4px 0 0 0;
}
#top_contents .guide td {
	text-align: left;
	padding: 4px 0 0 4px;
}
