﻿@charset "utf-8";


/*=========================================
	east
===========================================*/

body {
height: 5120px;
background: #000;
}

#fix {
	height: 5120px;
	width: 50px;
	margin: 0;
	position: fixed;
	left: 50%;
	top: 0px;
	z-index: 10px;
}

/*=========================================
	LEFT FIXED
===========================================*/

#east {
	background: url(images/wrap_east.jpg) no-repeat center top;
	height: 100%;
	width: 1600px
	margin: 0 auto;
}

#east #main {
	height: 5120px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#iyomishima{
	height: 950px;
	width: 415px;
	position: absolute;
	top: 0px;
}

#imabari{
	height: 950px;
	width: 415px;
	position: absolute;
	top: 1024px;
}

#nyuugawa{
	height: 950px;
	width: 415px;
	position: absolute;
	top: 2048px;
}

#saijyou{
	height: 950px;
	width: 415px;
	position: absolute;
	top: 3072px;
}
#niihama{
	height: 950px;
	width: 415px;
	position: absolute;
	top: 4096px;
}

/* shop_bg--------------------------------------*/

#iyomishima_bg {
	height: 237px;
	width: 387px;
	position: absolute;
	top: 0px;
	left: -12px;
	z-index: 20;
	background: url(images/iyomishima_bg.jpg) no-repeat right top;
}

#imabari_bg {
	height: 306px;
	width: 378px;
	position: absolute;
	top: -70px;
	left: -3px;
	z-index: 20;
	background: url(images/imabari_bg.jpg) no-repeat right top;
}

#nyuugawa_bg {
	height: 306px;
	width: 378px;
	position: absolute;
	top: -69px;
	left: -3px;
	z-index: 20;
	background: url(images/nyuugawa_bg.jpg) no-repeat right top;
}

#saijyou_bg {
	height: 306px;
	width: 378px;
	position: absolute;
	top: -68px;
	left: -3px;
	z-index: 20;
	background: url(images/saijyou_bg.jpg) no-repeat right top;
}

#niihama_bg {
	height: 306px;
	width: 378px;
	position: absolute;
	top: -68px;
	left: -3px;
	z-index: 20;
	background: url(images/niihama_bg.jpg) no-repeat right top;
}




/*=========================================
	RIGHT
===========================================*/

#right{
	height: 5120px;
	width: 415px;
	margin,padding: 0 ;
	position: absolute;
	left: 565px;
	top: 0px;
	z-index:10;

}



