﻿@charset "utf-8";

/* ベース */
html,body{
font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
color:#111;
font-size:13px;
line-height:1.5;
z-index:0;
}

.wrapper{
width:900px;
height:500px;
margin:auto;
background:#000000;
}

#product1{background:url(../img/product1.png) no-repeat;}
#product2{background:url(../img/product2.png) no-repeat;}
#product3{background:url(../img/product3.png) no-repeat;}
#product4{background:url(../img/product4.png) no-repeat;}

#product1 iframe{
margin-left:90px;
margin-top:45px;
position:absolute;
}

#product2 iframe{
margin-left:70px;
margin-top:205px;
position:absolute;
}

#product3 iframe{
margin-left:50px;
margin-top:145px;
position:absolute;
}

#product4 img{
margin-left:70px;
margin-top:50px;
position:absolute;
}