@font-face {
	font-family: 'HeliosCond';
	src: url('/template/fonts/helioscond.bold.eot');
}
@font-face {
	font-family: 'HeliosCond';
	src: url(//:) format('no404'),
		 url('/template/fonts/helioscond.bold.woff') format('woff'),
		 url('/template/fonts/helioscond.bold.ttf') format('truetype'),
		 url('/template/fonts/helioscond.bold.svg#HeliosCondBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HeliosCond';
	src: url('/template/fonts/helioscond.eot');
}
@font-face {
	font-family: 'HeliosCond';
	src: url(//:) format('no404'),
		 url('/template/fonts/helioscond.woff') format('woff'),
		 url('/template/fonts/helioscond.ttf') format('truetype'),
		 url('helioscond.svg#HeliosCondRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

ENG{font-size:18px;color:#7EABE0;}

.navi ul {
        margin: 0px 0 0 0 ;
        border: 0 none;
        padding: 0;
        list-style: none;
}

.navi ul li {
		font: 18px 'HeliosCond', Arial, Helvetica, sans-serif;
    	/* background: transparent url('../images/navi1.png') no-repeat center center;
		background-size: 70px 70px; */
		width: 113px;
		text-align: center;
        margin: 0;
        border: 0 none;
        padding: 12px 80px 0 20px;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
}

.navi ul a {
		font: 18px 'HeliosCond', Arial, Helvetica, sans-serif;
		border: 0px;
		padding: 0;
		float: none !important;
		color: #fff;
		text-decoration: none;
		height: auto !important;
}

/* Main Menu Hover */
.navi ul li.active a,
.navi ul a:hover,
.navi ul li:hover a,
.navi ul li.iehover a {
       /*  background: transparent url('../images/but_a.png') repeat-x center left; */
        color:#da5840 !important;
}