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

/* CSS reset */
* {
    margin: 0;
    padding: 0;
	position:absolute;
}
img{
	border:none;
}
body{
	cursor:pointer;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}
#ie-fallback{
	z-index:99;
	top:0px;
	left:0px;
	}
/* Contaciner Area */
#wrapper {
	width:960px;
	height:180px;
	overflow: hidden;
	background:#ffffff;
	border:1px solid #666666;
 	box-sizing: border-box;
}

/* Common Frame */
#logo{
	top: -70px;
	left:0px;
	width:960px;
	height:180px;
	background:url(../images/logo.png) no-repeat
}

/* First Frame */
#background{
	width:480px;
	height:180px;
	top:0px;
	left:0px;
	background:#000000;
}
#shop{
	width:960px;
	height:180px;
	top: 0px;
	left: -100px;
	background:url(../images/shop.png) no-repeat;
}

#main_header{
	width:9600px;
	height:180px;
	top: -100px;
	left:0px;
	background:url(../images/main_header.png) no-repeat;
}

#sub_header{
	width:9600px;
	height:180px;
	top: -100px;
	left:0px;
	background:url(../images/sub_header.png) no-repeat;
}
#white_txt{
	width:9600px;
	height:180px;
	top: 80px;
	left:0px;
	background:url(../images/white_txt.png) no-repeat;
}
#marking{
	width:9600px;
	height:180px;
	top: 120px;
	left:0px;
	background:url(../images/marking.png) no-repeat;
}

#product1,#product2,#product3,#product4,#product5,#product6,#product7{
	width:9600px;
	height:180px;
	top: -120px;
	left:0px;
	}
#product1{
	background:url(../images/product1.png) no-repeat;
}
#product2{
	background:url(../images/product2.png) no-repeat;
}

#product3{
	background:url(../images/product3.png) no-repeat;
}
#product4{
	background:url(../images/product4.png) no-repeat;
}
#product5{
	top:120px;
	background:url(../images/product5.png) no-repeat;
}
#product6{
	top:120px;
	background:url(../images/product6.png) no-repeat;
}
#product7{
	top:120px;
	background:url(../images/product7.png) no-repeat;
}