@charset "UTF-8";








/*======================================

	top-head
	
========================================*/
#top-head{
	width:100%;
	height:600px;
	min-width: 960px;
	border-bottom:3px solid #42bddc;
	background: #000;
	padding: 0px 0 0 0;
	position: relative;
	margin: 0px 0 0 0;
}




p#top-catchcopy{
	text-align: center;
	font-size:35px;
	line-height: 55px;
	font-weight: 500;
	margin: 0px 0 0px 0;
	padding: 286px 0 0 0;
	color:#fff;
	text-shadow:1px 1px 3px #222;
}
p#top-catchcopy span{
	display: block;
	text-align: center;
	font-size:16px;
	line-height: 20px;
	font-weight: 500;
	margin: 20px 0 0px 0;
	padding: 0px 0 0 0;
	color:#42bddc;
	text-shadow:1px 1px 2px #222;
}

p.top-text{
	text-align: center;
	margin: 0px 0 40px 0;
}
p.top-text span{
	display: block;
}

/*======================================

	topmenu
	
========================================*/

#topmenu{
	position: relative;
	width:960px;
	min-width: 960px;
	padding:0 0 0 0;
	margin: 30px auto 50px auto;
	text-align: center;
}

.topmenu-box{
	display: inline-block;
	width:450px;
	padding:10px 10px 10px 10px;
	margin: 0 30px 0px 0px;
	text-align: center;
	vertical-align: top;
	background: transparent;
	background: #efefef;
	border-left:4px solid #42bddc;
}

.topmenu-box h3{
	font-size:18px;
	font-weight: 500;
	line-height: 22px;
	padding: 0 0 0 0;
	margin: 15px 0 8px 0;
}

.topmenu-box-left{
	display: block;
	width:215px;
	float: left;
	padding:0px 0px 0px 0px;
	margin: 0 0px 0px 0px;
	text-align: center;
	vertical-align: top;
}
.topmenu-box-right{
	display: block;
	width:200px;
	float: right;
	padding:0px 0px 0px 0px;
	margin: 0 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

.box-last{
	display: inline-block;
	width:300px;
	padding:12px 12px 12px 12px;
	margin: 0 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	background: transparent;
	background: #efefef;
}

.topmenu-box p{
	font-size:14px;
	line-height: 30px;
	margin: 10px 0 0px 0;
	padding: 0 0 0 0;
}
.topmenu-box p span{
	display: block;
	font-size:10px;
	color:#42bddc;
	font-weight: 500;
}
a.to-page{
	display: block;
	width:100%;
	height: 50px;
	color: #fff;
	padding: 12px 0 0 0;
	background: #999  ;
}
.isoimg{
	border: 1px solid #efefef;
}




