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

/* ================================
	Base
================================ */

html {
	font-size: 62.5%; /* 1em = 10px */
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 1.3rem;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #333333;
	min-width: 990px;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
#contentsbase {
    width: 100%;
    height: 3130px;
    position: relative;
    background-image: url("../images/bg_main.gif");
    background-repeat: repeat;
}
#titlebox {
    width: 990px;
    height: 500px;
    margin: 0px auto;
    position: relative;
    background-image: url(../images/titleimage.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.title {
    position: absolute;
    left: 176px;
    top: 163px;
}
.titlecoupon {
    position: fixed;
	top: 15px;
	right: 10px;
	z-index: 9999;
}
#contents {
    width: 990px;
    height: 2630px;
    margin: 0px auto;
    position: relative;
    background-color: #fff;
}
.maincopy {
    position: absolute;
    left: 25px;
    top: 20px;
}
.lnk-btn1a {
    position: absolute;
    left: 95px;
    top: 450px;
}
.lnk-btn2a {
    position: absolute;
    left: 44px;
    top: 570px;
}
.lnk-btn3a {
    position: absolute;
    left: 350px;
    top: 570px;
}
.lnk-btn4a {
    position: absolute;
    left: 656px;
    top: 570px;
}
.lnk-btn1b {
    position: absolute;
    left: 95px;
    top: 2415px;
}
.lnk-btn2b {
    position: absolute;
    left: 44px;
    top: 2535px;
}
.lnk-btn3b {
    position: absolute;
    left: 350px;
    top: 2535px;
}
.lnk-btn4b {
    position: absolute;
    left: 656px;
    top: 2535px;
}
.deli-btn {
    position: absolute;
    left: 75px;
    top: 680px;
}
.nat-btn {
    position: absolute;
    left: 515px;
    top: 680px;
}
.deli-title {
    position: absolute;
    left: 76px;
    top: 804px;
}
.deli-photo1 {
    position: absolute;
    left: 65px;
    top: 934px;
}
.deli-photo2 {
    position: absolute;
    left: 370px;
    top: 934px;
}
.deli-photo3 {
    position: absolute;
    left: 675px;
    top: 934px;
}
.deli-photo4 {
    position: absolute;
    left: 65px;
    top: 1261px;
}
.deli-photo5 {
    position: absolute;
    left: 370px;
    top: 1261px;
}
.deli-photo6 {
    position: absolute;
    left: 675px;
    top: 1251px;
}
.deli-name1 {
    position: absolute;
    left: 65px;
    top: 1114px;
}
.deli-name2 {
    position: absolute;
    left: 370px;
    top: 1114px;
}
.deli-name3 {
    position: absolute;
    left: 675px;
    top: 1114px;
}
.deli-name4 {
    position: absolute;
    left: 65px;
    top: 1442px;
}
.deli-name5 {
    position: absolute;
    left: 370px;
    top: 1442px;
}
.deli-name6 {
    position: absolute;
    left: 675px;
    top: 1442px;
}
.nat-title {
    position: absolute;
    left: 71px;
    top: 1625px;
}
.nat-photo1 {
    position: absolute;
    left: 65px;
    top: 1758px;
}
.nat-photo2 {
    position: absolute;
    left: 370px;
    top: 1758px;
}
.nat-photo3 {
    position: absolute;
    left: 675px;
    top: 1758px;
}
.nat-photo4 {
    position: absolute;
    left: 65px;
    top: 2085px;
}
.nat-photo5 {
    position: absolute;
    left: 370px;
    top: 2085px;
}
.nat-photo6 {
    position: absolute;
    left: 675px;
    top: 2085px;
}
.nat-name1 {
    position: absolute;
    left: 65px;
    top: 1938px;
}
.nat-name2 {
    position: absolute;
    left: 370px;
    top: 1938px;
}
.nat-name3 {
    position: absolute;
    left: 675px;
    top: 1938px;
}
.nat-name4 {
    position: absolute;
    left: 65px;
    top: 2265px;
}
.nat-name5 {
    position: absolute;
    left: 370px;
    top: 2265px;
}
.nat-name6 {
    position: absolute;
    left: 675px;
    top: 2265px;
}


/* ================================
	Style
================================ */

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
a {
    overflow: hidden;
    outline: none;
}
a img {
	border: none;
}

.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }

.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.text-bold {
	font-weight: bold;
}
.clearFix:after{  
    display:block;  
    clear:both;  
    height:0;  
    visibility:hidden;  
    content:".";  
    zoom:1;  
}
.align-center {
	text-align: center;
}
