/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
/* Global properties ======================================================== */

.slider-bg {
	width:980px;
	background:url(../images/slider-bg-sp.png) 0 0 no-repeat;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
	position: relative;
	z-index: 9999;	
	
}
.slider {
	width:100%;
	height:389px;
	background:url(../images/slider-img-sp.jpg) 1px 0 no-repeat;
	position:relative;
	overflow:hidden;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
	#page1 .slider-bg {height:399px; background:url(../images/slider-bg.png) 0 0 no-repeat;}
	#page1 .slider {height:399px; background:url(../images/slider-img.jpg) 1px 0 no-repeat;}

.banner {
	width:320px;
	height:200px;
	position:absolute;
	right:100px;
	top:40px;
}
	#page1 .banner {right:70px; top:100px;}
	.banner a {
		font-size:21px;
		line-height:1.2em;
	}
.title-1 {
	display:block;
	font-size:53px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:-7px;
}
.text-1 {
	display:block;
	font-size:28px;
	line-height:1.2em;
	color:#ccc;
	margin-bottom:30px;
}
