@charset "utf-8";

#header .content
{
	position: relative;
}

/*
	header cover
*/
#header .cover
{
	position: relative;
	z-index: 2;
	
	width: 960px;
	height: 620px;
	background: url(../images/top/header_bg.png) no-repeat;
}

#header .cover .logo
{
	position: absolute;
	
	left: 70px;
	top: 60px;
}

#header .cover .contact
{
	position: absolute;
	
	left: 705px;
	top: 25px;
}

#header .cover .contact a
{
	display: block;
	
	width: 124px;
	height: 26px;
	
	background: url(../images/top/header_contact.png) no-repeat;
}

#header .cover .contact a:hover
{
	background-position: bottom;
}

#header .cover .blog
{
	position: absolute;
	
	left: 863px;
	top: 25px;
}

#header .cover .facebook
{
	position: absolute;
	
	left: 895px;
	top: 25px;
}

#header .cover .text
{
	position: absolute;
	
	left: 110px;
	top: 445px;
}

#header .cover .continue
{
	position: absolute;
	
	left: 898px;
	top: 575px;
}

#header .cover .continue a
{
	display: block;
	
	width: 23px;
	height: 23px;
	
	background: url(../images/top/header_continue.png) no-repeat;
}

#header .cover .continue a:hover
{
	background-position: bottom;
}

#header .cover .link-01
{
	position: absolute;
	
	left: 94px;
	top: 309px;
}

#header .cover .link-01 a.main
{
	display: block;
	width: 78px;
	height: 54px;
	
	background: url(../images/top/header_link_01.png) no-repeat;
}

#header .cover .link a:hover.main
{
	background-position: bottom;
}

#header .cover .link-02
{
	position: absolute;
	
	left: 263px;
	top: 257px;
}

#header .cover .link-02 a.main
{
	display: block;
	width: 67px;
	height: 52px;
	
	background: url(../images/top/header_link_02.png) no-repeat;
}

#header .cover .link-03
{
	position: absolute;
	
	left: 431px;
	top: 197px;
	
	width: 80px;
	height: 60px;
}

#header .cover .link-03 a.main
{
	display: block;
	width: 80px;
	height: 60px;
	
	background: url(../images/top/header_link_03.png) no-repeat;
}

#header .cover .link-04
{
	position: absolute;
	
	left: 602px;
	top: 103px;
}

#header .cover .link-04 a.main
{
	display: block;
	width: 179px;
	height: 94px;
	
	background: url(../images/top/header_link_04.png) no-repeat;
}

#header .cover .sublink
{
	position: absolute;
	display: inline-block;
}

#header .cover .sublink .visible
{
	display: none;
	
	border: 1px solid #EDEDED;
	background-color: rgba(0,0,0,0.70);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#B3000000,EndColorStr=#B3000000);/*IE8以下用*/
}

#header .cover .sublink .item
{
	display: block;
	padding: 6px 20px;
	
	color: #EDEDED;
	text-decoration: none;
	white-space: nowrap;
	border-top: 1px solid #EDEDED;
}

#header .cover .sublink .item:first-child
{
	border-top: none;
}

#header .cover .link-03 .sublink
{
	left: 10px;
	top: 54px;
}

#header .cover .link-04 .sublink
{
	left: 10px;
	top: 92px;
}

/*
	header photo
*/
#header .photo
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	
	width: 960px;
	height: 620px;
}

#header .photo .slider
{
	overflow: hidden;
	
	width: 1920px;
	height: 620px;
}

#header .photo .slider .item
{
	float: left;
	
	width: 960px;
	height: 620px;
}


/*
	continuebox
*/
.continuebox .centerview
{
	display: none;
}


/*
	box
*/
.box .centerview
{
	padding-top: 20px;
}

.box .news
{
	padding-left: 40px;
	padding-right: 15px;
	
	border-right: 2px solid #cecfcf;
}

.box .news a.more
{
	display: inline-block;
	margin-left: 95px;
	margin-top: 10px;
	
	width: 45px;
	height: 10px;
	
	background: url(../images/top/news_more.png) no-repeat;
}

.box .news a.more:hover
{
	background-position: bottom;
}

.box .news .detail
{
	overflow-y: auto;
	
	margin-top: 45px;
	
	width: 350px;
	height: 375px;
	
	font-size: 110%;
}

.box .news .detail .item
{
	margin-bottom: 30px;
}

.box .news .detail a
{
	color: #000000;
	text-decoration: none;
}

.box .news .detail a:hover
{
	color: #e5881f;
}

.box .news .detail .title
{
	font-weight: bold;
}

.box .pickup
{
	padding-right: 70px;
}

.box .pickup .banner
{
	margin-top: 5px;
}

.box .pickup .banner .item
{
	margin-top: 20px;
}

.box .pickup .banner .item a
{
	display: block;
	width: 450px;
	height: 121px;
}

.box .pickup .banner .item-01 a
{
	background: url(../images/top/pickup_banner_01.jpg) no-repeat;
}

.box .pickup .banner .item-01 a:hover
{
	background-position: bottom;
}

.box .pickup .banner .item-02 a
{
	background: url(../images/top/pickup_banner_02.jpg) no-repeat;
}

.box .pickup .banner .item-02 a:hover
{
	background-position: bottom;
}

.box .pickup .banner .item-03 a
{
	background: url(../images/top/pickup_banner_03.jpg) no-repeat;
}

.box .pickup .banner .item-03 a:hover
{
	background-position: bottom;
}