@charset "UTF-8";
/* CSS Document */

/*
body {
	background-image:url(/_img/index/mainimg.jpg);
}
*/


html,body {
	width:100%;
	background:#000;
}

#whole {
	z-index:10;
	position:relative;
}


#mainvisual{
	width:100%;
	height:100%;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	z-index:1;
}
	#mainvisual ul{
		width:100%;
		position: absolute;
		left:0px;
		top: 0;
	}
		#mainvisual ul li{
			width:100%;
		}
		#mainvisual ul li img {
			/* Set rules to fill background */
			min-height: 750px;
			min-width: 1000px;

			/* Set up proportionate scaling */
			width: 100%;
			height: auto;

			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}


header {
	width:382px;
}
	#logo {
		}

#contentsArea {
	width:100%;
	position:relative;
	height:100%;
	margin:0 auto;
}
#newsArea {
	width:100%;
	position:fixed;
	bottom:36px;
	height:30px;
	line-height:36px;
	background:url(/_img/index/hBackground.png) repeat-x bottom;
}
#newsArea dl {
	width:1000px;
	margin:0 auto;
	height:30px;
	line-height:36px;
}
	#newsArea dt {
		font-size:1px;
		width:156px;
		float:left;
		display:block;
		height:30px;
		line-height:30px;
	}
	#newsArea dd {
		width:841px;
		float:right;
		display:block;
		height:30px;
		line-height:30px;
	}
		#newsArea ul {
			height:30px;
			line-height:30px;
		}
		#newsArea dd li {
			font-size:12px;
			height:30px;
			line-height:30px;
			color:#FFF;
		}
		#newsArea dd span {
			color:#b6a09c;
			font-size:12px;
			height:30px;
			line-height:30px;
		}

@media screen and (min-width: 1224px) {
	#mainvisual ul li img {top: -15%;}
}
@media screen and (min-width: 1824px) {
	#mainvisual ul li img {top: 0;}
}
@media screen and (max-width: 1024px) {
	#mainvisual ul li img {
        left: 50%;
        margin-left: -500px;   /* 50% */
    }
}
@media screen and (max-device-width: 640px) {
	#mainvisual ul li img {
        left: 50%;
        margin-left: -750px;   /* 50% */
        height: 100%;
        width: auto;
    }
}