@charset "utf-8";

#mainVisArea{
	padding: 0px 0px 31px;
	background: url(../img/mainvis_bg.jpg) no-repeat left top;
}

#mainContents #leadtext{
	margin-left: 0;
}

#mainContents #contNav,
#mainContents #newsArea{
	margin-left: 0;
	width: 600px;
}

#contNav li{
	float: left;
	display: inline;
	padding-bottom: 30px;
}

#contNav .padding{
	padding-right: 30px;
}

#contNav{
	zoom: 1;
}

#contNav:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

#mainContents .goldtext{
	margin: 15px 0;
}

#newsArea dt{
	position: relative;
}

#newsArea #moreIcon{
	position: absolute;
	right: 10px;
	top: 5px;
	background: url(../img/mainc_news_button_bg.png) no-repeat left top;
}

#newsArea dd{
	padding: 0px 10px 15px;
	background: #E6E6E6;
}

#newsArea #newsTable{
	margin: 0;
}

#newsArea #newsTable th,
#newsArea #newsTable td{
	border-bottom: 1px dotted #FFF;
	padding: 10px 0px;
	margin-bottom: 15px;
}

#newsArea #newsTable th{
	font-weight: bold;
}

#newsArea #newsTable td{
	padding-left: 15px;
}
