/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

a{
	color: #000000;
}

ol,
ul {
	list-style: none;
}

img{
	max-width:100%;
	height: auto;
	vertical-align:bottom
}


/* Header -------------------------*/
header{
    background-repeat: no-repeat;
    background-image: url(../img/headback.jpg),url(../img/bar.jpg);
    background-position: center top,center bottom;
    background-size: auto auto,2600px 3px;
    padding-bottom: 3px;
    height: 88px;
    z-index: 10;
    font-size: 14px;
    line-height: 1.4;
}
#home header{
	background-image: url(../img/bar+.jpg);
	background-position: center bottom;
	background-size: 2600px 3px;
	padding-bottom: 3px;
}
header #top{
	margin: 0 auto;
	padding: 10px 15px;
	max-width: 1000px;
	min-height: 68px;
	position: relative;
	z-index: 10;
}
header #top::after{
    content: '';
    display: block;
    clear: both;
}
header .logo{
	padding: 25px 0;
	float: left;
	margin-right: 50px;
}

#index{
	position: relative;
	min-height: 815px;
}
#index .logotitle{
	position: absolute;
	max-width: 570px;
	text-align: center;
	top: 65px;
	left: 0;
	right: 0;
	margin: auto;
}
#index .logotitle p{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 20px;
	font-weight: bold;
}
#index .topmenu{
	position: absolute;
	max-width: 600px;
	text-align: center;
	top: 240px;
	left: 0;
	right: 0;
	margin: auto;
}
#index .topmenu li{ float: left; }
#index .topmenu li+li{ float: right; }
#index .topmenu+.topmenu{
	max-width: 360px;
	top: 580px;
}
#index .topmenu+.topmenu li a{
	width: 175px;
	background-color: rgba(255,255,255,0.5);
	display: block;
	color: #333369;
	font-weight: bold;
	padding: 15px 0;
	font-size: 21px;
	text-decoration: none;
}
#index .topmenu+.topmenu li span{
	display: block;
	font-size: 12px;
}

#toppho{
	min-height: 335px;
	background-color: #CCCCCC;
	position: relative;
}
#toppho img{
	width: 100%;
}
#toppho p{
	width: 250px;
	position: absolute;
	top: 40%;
	left: 0px;
	padding: 10px 30px;
	right: 0px;
	border: 2px solid #FFFFFF;
	margin: auto;
	text-align: center;
	font-size: 35px;
	color: #FFFFFF;
}

/* Navigation -------------------------*/
header nav:after{
    content: '';
    display: block;
    clear: both;
}
header nav{
	position: absolute;
	top: 35px;
	left: 310px;
	margin: 0;
	zoom: 1; /* for IE6/7 */
	float: left;
}

header nav ul{
	margin:0;
	padding:0;
}

header nav li{
	float:left;
	margin-right:30px;
	padding:0;
	position: relative;
}

header nav a{
	display: block;
	padding: 5px 25px 5px 5px;
	text-decoration: none;
	background-image: url(../img/arrow1.png);
	background-repeat: no-repeat;
	background-position: right 5px top 10px;
	background-size: 10px auto;
}
header nav li ul{
	position: absolute;
	top: 100%;
	left: 0px;
}
header nav li li{
	display: none;
	float: none;
	width: 100%;
	border-top: 1px solid #FFFFFF;
}
header nav li:hover li{ display: block; }
header nav li li a{
	background-color: #E6E7E8;
	padding: 5px;
	background-image: none;
}
header nav a:hover{
	background-color:#CCCCCC;
	opacity: 1;
}
.sub{
	margin: 25px 0;
	float: right;
}
.sub p{
    float: left;
    margin-right: 10px;
}
.sub p a{
    text-decoration: none;
}
.sub p i{
    font-size: 20px;
}
.sub p:nth-child(2){
	margin-left: 5px;
}

/* Footer -------------------------*/
footer{
	padding: 40px 0 30px;
	background-color: #221E1F;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.5;
	position: relative;
	z-index: 1000;
}
footer a{
	text-decoration: none;
	color: #FFFFFF;
}
.footermenu{
	float: left;
}
.footermenu ul{
	float: left;
	margin-right: 30px;
}
.footermenu ul:nth-child(3),.footermenu ul:nth-child(4){
	margin-top: 15px;
}
.copy{
	float: left;
	margin-top: 40px;
}
.areaguide{
	float: right;
}

/* Layout -------------------------*/
.wrap{
	max-width: 980px;
	padding: 0px 15px;
	margin: 50px auto;
}

.box{
	max-width:1000px;
	padding:0px;
	margin:0 auto;
}

/* Clearfix -------------------------*/
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.clearfix{
	zoom: 1; /* for IE6/7 */
}
