#indexBoxTop{
	background:url(../img/index/bg01.gif);
	height:14px;
	width:802px;
	display:block;
}
#indexBox01{
	background:url(../img/index/topimage01_new1809.png);
	height:405px;
	width:773px;
	display:block;
	margin:0px;
}
body{background:url(../img/index/bgimg.gif) repeat-x 0px 0px;}
#indexBox01 h1,h2,h3,p{display:none;}
#indexBox02 h2{
	background:url(../img/index/toptitle.jpg);
	height:35px;
	width:773px;
	display:block;
	text-indent:-9999px;
}
#indexBox03{
	background:url(../img/index/topimage02.png);
	height:205px;
	width:773px;
	display:block;
	margin-top:15px;
	padding:0px;
}
#indexBox03 li{display:none;}
#indexBox{
	background:url(../img/index/bg02.gif);
	width:774px;
	padding-right:14px;
	padding-left:14px;
}
#indexContainer{
	width:802px;
	margin-right:auto;
	margin-left:auto;
	margin-top:28px;
}
#indexBoxUnder{
	background:url(../img/index/bg03.gif);
	display:block;
	height:14px;
	width:802px;
	margin:0px;
}
#indexLink{
	display:block;
	margin-top:20px;
	float:inherit;
}

/* News Button */
#topNews{margin:20px 0 12px;}
#topNews p{display:block;}
#topNews a{
	font-size:14px;
	text-decoration:none;
	color:#E50012;
	border:1px solid #E50012;
	background:#FFF;
	padding:10px 30px 10px 10px;
	display:block;
	border-radius:5px;
	position:relative;
	transition:0.4s;
}
#topNews a::before{
	display:block;
	content:'';
	width:6px;
	height:6px;
	border-width:2px 2px 0 0;
	border-style:solid;
	transform:rotate(45deg);
	position:absolute;
	right:1em;
	top:calc(50% - 6px);
}
#topNews a:hover{
	color:#FFF;
	background:#E50012;
}
#topNews a:hover::before{border-color:#FFF;}