﻿@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
strong {
	font-weight: bold;
}
h3 {
	line-height: 200%;
	color: #3B5A9D;
}
.txt1 {
	font-size: 14px;
	line-height: 200%;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


option {
	padding-right: 10px;
}
body {
	font-size: 100%;
	line-height: 140%;
	color: #000;
	text-align: center;
	background: #fff;
}

a:visited { text-decoration:none; color: #F90;}
a {
	color: #F90;
}

a:active { text-decoration:none; color: #F90;}
a:hover { text-decoration:none; color: #F90;}

h1 {
	color: #666666;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
}

#container {
	width: 100%;
	text-align: center;
}

.wideslider {
	padding-bottom: 60px;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

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

.wideslider ul li img {
	width: 100%;
	display: none;
}

.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: #fff url(../image/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../image/next.jpg) no-repeat left center;}

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

.pagination a {
	margin: 0 5px;
	width: 30px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
}


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

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


/* #wrapper
-------------------------------- */
#wrapper {
	margin: 0 auto;
	padding: 0 40px;
	text-align: left;
}

#wrapper p {
	padding: 0 0 20px 0;
	font-size: 100%;
	line-height: 180%;

}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}
h4 {
	font-size: 19px;
	font-weight: bold;
}
input {
	margin: 5px;
}
textarea {
	margin: 5px;
}
