/***** top *****/

#imageup{
	font-size		: 0;
	line-height		: 0;
	padding			: 5px 5px 0 5px;
	margin			: 0 0 5px 0;
}




.inavi{
	width			: 100%;
	display			: block;
	padding			: 0 0 0 0;
	margin			: 0 0 0 0;
	text-align		: center;
}

.cover  img{

}


#numbers{
	text-align		: center;
}



/* topmenu */

.topmenu{
	float			: left;
	width			: 100%;
	border-top		: 2px solid #0099ff;
	margin			: 3px 0 10px 0;
	clear			: both;
	background		: #ffffff url(./img/hbg.jpg) repeat top center;
	background-size		: 10px 10px;
	-webkit-background-size	: 10px 10px;
	-moz-background-size	: 10px 10px;
}

.topmenu ul{
	width			: 100%;
	float			: left;
	font-family		: minfont;
}

.topmenu ul li{
	width			: 100%;
	font-size		: 15px;
	border-bottom		: 1px dotted #0099ff;
}
.topmenu ul li:nth-child(5){
	width			: 100%;
	font-size		: 15px;
	border-bottom		: 2px solid #0099ff;
}

.topmenu ul li span{
	display			: block;
	background		: url(./img/arrow2.gif) no-repeat right 50%;
}


.topmenu ul li a{
	display			: block;
	padding			: 12px 10px 11px 10px;
	text-shadow		: -1px -1px 0px #ffffff;
}

.topmenu ul li a font{
	background		: #ffff00;
}







.topmicon{
	width			: 100%;
	border-top		: 3px solid #ffafde;
	float			: left;
	border-bottom		: 3px solid #ffafde;
	margin			: 0 0 10px 0;
	clear			: both;
	background		: #000000;
}

.topmicon ul{
	width			: 100%;
	padding			: 0 0 0 0;
	float			: left;
}

.topmicon li{
	float			: left;
	text-align		: center;
	padding			: 15px 0 15px 0;
	width			: 25%;
}

.topmicon li img{
	display			: block;
	margin			: 0 auto;
}


.topmicon li font{
	display			: inline-block;
	width			: 70px;
	height			: 70px;
}

.topmicon li:nth-child(1) , .topmicon li:nth-child(3) , .topmicon li:nth-child(6) ,.topmicon li:nth-child(8) ,.topmicon li:nth-child(9) ,.topmicon li:nth-child(11) ,.topmicon li:nth-child(13){
}
.topmicon li:nth-child(2) , .topmicon li:nth-child(4) , .topmicon li:nth-child(5) ,.topmicon li:nth-child(7) ,.topmicon li:nth-child(10) ,.topmicon li:nth-child(12) ,.topmicon li:nth-child(14){
	background		: #1f1905 url(../img/dot2.gif) repeat top center;
}





/* submenu */
.submenu{
	font-size		: 14px;
	text-align		: center;
	margin			: 0 0 10px 0;
}

.submenu a{
	background		: #ffff00;
}



.bt2{
	clear			: both;
	width			: 100%;
	margin			: 0 0 5px 0;
	padding			: 0 0 0 0;
	border-bottom		: none;
}



.wideslider {
	width: 100%;
	height: 143px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin	: 0 0 10px 0;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #000 url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #000 url(../img/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #0099ff;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
