div#inner_wrap h3#head_title {
	margin-bottom:0.5em;
	height:35px;
	background:url(../img/top_head_title.gif) no-repeat left top;
	text-indent:-99999px;
	overflow:hidden;
}

/* -- For Top News -------------------------------------------------- */
div#top_news_list_wrap {
	margin-bottom:1.5em;
}
div#top_news_list_wrap h3 {
	padding-left:1em;
	height:35px;
	line-height:25px;
	background:url(../img/news_line.gif) no-repeat left center;
	text-indent:-99999px;
	overflow:hidden;
}

div#top_news_list_wrap li {
	margin-left:1em;
	margin-bottom:0.5em;
	padding-left:1em;
	background:url(../img/list_marker.gif) no-repeat left center;
	border-bottom:1px dotted #ccc;
}

/* -- For Top Plans ------------------------------------------------- */

div.PlanListDsp {
	margin-bottom:1em;
}
div.PlanListDsp h4 {
	margin-bottom:0.5em;
	color:#977a2f;
	font-size:1em;
	border-bottom:1px solid #dbbe72;
}
div.PlanListDsp h4 a {
	padding-right:1.2em;
	color:#977a2f;
	font-weight:bold;
	background:url(../img/external.gif) no-repeat right center;
}
div.PlanListDsp img {
	margin-right:5px;
	padding:5px;
	border:1px solid #dbbe72;
	float:left;
}

div.PlanList_left,
div.PlanList_right {
	width:49%;
}
div.PlanList_left {
	float:left;
}
div.PlanList_right {
	float:right;
}

/*
------------------------------------------------------------------------
Banner_wrap Add 2012 01 23
----------------------------------------------------------------------*/
div.top_banner_wrap {
	margin-bottom:1.5em;
}
div.top_banner_wrap div.banner_left,
div.top_banner_wrap div.banner_right {
	width:285px;
}
div.top_banner_wrap div.banner_left {float:left;}
div.top_banner_wrap div.banner_right {float:right;}

