@charset "utf-8";

/***** Common *****/

p,hr,h1,h2,h3,h4,h5,h6,ul,ol,li,table,tr,td,form,dl {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	border: 0;
}

br {
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

a:link{text-decoration:none;color:#2222cc;}
a:hover{text-decoration:underline;color:#000000;}
a:visited{text-decoration:none;color:#2222cc;}

#container {
	width:1000px;
	margin:0px auto;
}

#header {
	width:1000px;
	height:100px;
	margin:0px auto;
	background-image:url(../image/header.png);
	background-repeat:no-repeat;
	background-size:contain;
}

#menu-container {
	width:1000px;
	height:40px;
	column-fill:auto;
	font-size:24px;
}

#image-container {
	width:1000px;
	height:280px;
	margin:0px auto;
	background-image:url(../image/banner.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

#background {
	width:1000px;
	margin:0px auto;
	border:1px solid #cccccc;
}

#separater {
	width:1000px;
	height:20px;
	margin:0px auto;
	background-color:#1e2d58;
	color:#ffffff;
	font-size:15px;
	text-align:left;
}

#textblock {
	width:960px;
	padding:0px 10px 0px 30px;
	font-size:14px;
}

#topnews {
	width:960px;
	padding:0px 10px 0px 30px;
	font-size:14px;
}
#newsdate {
	width:100px;
	font-size:14px;
}

#news {
	width:880px;
	margin:0px 10px 0px 70px;
	font-size:14px;
}

#back {
	font-size:12px;
	text-align:right;
}

#footer {
	width:1000px;
	height:100px;
	margin:0px auto;
	background-image:url(../image/footer.png);
	background-repeat:no-repeat;
	background-size:contain;
}
   