@charset "utf-8";

.top p.ttl{
	margin-bottom:50px;
	text-align: center;
}
.top p.ttl img{
	display: inline;
}

.box01{
	width:960px;
	height:510px;
	background:url(../images/top/top-cont01-bg.png) no-repeat 0 0;
	position:relative;
	top:0;
	left:0;
}

.box01 span{
	position:absolute;
	top:70px;
	left:-20px;
}
/* 3個 
.box01 ul{
	font-weight:bold;
	list-style-type:none;
	width:660px;
	overflow: hidden;
	position:absolute;
	top:35px;
	right:25px;
}

.box01 ul li{
	float:left;
	margin: 0 95px;
	width: 200px;
}

.box01 ul li:last-child {
	margin:0;
}*/


.box01 ul{
	font-weight:bold;
	list-style-type:none;
	width:660px;
	overflow: hidden;
	position:absolute;
	top:35px;
	right:25px;
}

.box01 ul li{
	float:left;
	margin:0 25px 0 0;
	width: 200px;
}

.box01 ul li:last-child {
	margin:0;
}

.box01 ul li img{
	margin-bottom:10px;
}

.box01 ul li a{
	text-decoration:none;
	color:#231714;
}

.box01 ul li a:hover{
	color:#915E11;
}

.box01 p{
	width:445px;
	position:absolute;
	bottom:10px;
	right:15px;
}

/*top-nav*/
.top-nav ul{
	width:960px;
	height:69px;
	overflow: hidden;
	margin:0 0 90px 0;
	padding:0;
}

.top-nav ul li{
	float:left;
}

.top-nav ul li a{
	display:block;
}

.top-nav ul li:nth-child(2) a{
	width:355px;
	padding-top:69px;
	background:url(../images/top/nav01.png) no-repeat 0 0;
}

.top-nav ul li:nth-child(2) a:hover{
	background:url(../images/top/nav01-on.png);	
}

.top-nav ul li:nth-child(3) a{
	width:355px;
	padding-top:69px;
	background:url(../images/top/nav02.png) no-repeat 0 0;
}

.top-nav ul li:nth-child(3) a:hover{
	background:url(../images/top/nav02-on.png);	
}

/*top-dd*/
.top dd{
	color:#FFF;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	padding:20px 0 70px;
	text-align:center;
}

/*slideBox*/
#slideBox {
	margin-bottom: 60px;
	}
#slideBox h2 {
	margin-bottom: 40px;
	text-align: center;
	}
#slideBox h2 img {
	display: inline-block;
	}
#slideBox ul {
	overflow: hidden;
	list-style: none;
	padding: 10px;
	}
#slideBox ul li {
	float: left;
	width: 16.6%;
	padding: 10px;
	}
#slideBox ul li img {
	width: 100%;
	}