@charset "UTF-8";

header#globalHeader {
	height: 500px;
	border: none;
	overflow: hidden;
	position: relative;
}
header#globalHeader h1{
	height: 465px;
	width: 361px;
	position: absolute;
	left: 0px;
	top: 0px;
}
header#globalHeader  #imgarea{
	height: 465px;
	overflow: hidden;
	z-index: 5;
	left: 361px;
	top: 0px;
	position: absolute;
	width: 663px;}
header#globalHeader  #slider1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
header#globalHeader #gmenu{
	position: absolute;
	left: 44px;
	z-index: 20;
	top: 425px;
	height: 55px;
	width: 936px;
	background-image: url(/common/img/menubg.png);
	background-repeat: no-repeat;
}section#topnews {
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
section#topnews h1 {
	height: 113px;
	width: 154px;
	float: left;
}
section#topnews ul {
	margin-left: 180px;
	list-style-type: none;
}

section#topnews ul li{
	font-size: 70%;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444;
	padding-top: 5px;
	padding-bottom: 5px;
}

section#topnews ul li time{
	float: left;
	margin-right: 20px;
	color: #153B75;
}
