/* CSS Document */

/*-----------------------------------------------------------------
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
-----------------------------------------------------------------*/
html {overflow-y: scroll;
height: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default */
body td,body th{
	font-size:12px;
}
/* for IE6 */
* html body {
    font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
body > #wrap{
        height: auto;
}

/* =============================================
   Base
   ============================================= */
h1{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 15px;
	color: #3F0000;
}

body {
	color: #000000;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 20px;
	height: 100%;
	float: left;
	background-image: url(../images/ichigo.jpg);
	background-repeat: repeat;
}
#wrap {
	width: 100%;
	height: auto !important;
	height: 100%; 
	min-height: 100%; 
	float: none;
	margin-right: auto;
	margin-left: auto;

	position: relative;
}

li{list-style-type:none;}

ul{	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
p,table,td,ul,li,h1,h2,h3,h4,h5,dl,dt,dd{
	margin:0;
	padding:0;}

#contents{padding-bottom:100px;
height: 100%;
}
#contents2{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;}

/* =============================================
   Clear
   ============================================= */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	overflow:hidden;
font-size:0.1em;
line-height:0;
}

.clear{clear:both;}

#contaunerLeft {
	width: 820px;
	float: left;
	height: 100%;
}
#headleft {
	width: 820px;
	height: 155px;
	float: left;
	background-image: url(../images/headleft.png);
}
#logo {
	width: 250px;
	height: 90px;
	float: left;
}
#headerLine {
	width: 350px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 32px;
	padding-left: 75px;
	font-size: 84%;
}
#M_contauner{
	float: right;
	width: 810px;
	background-color: #FFFFFF;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-image: url(../images/conceptback.jpg);
	background-position: center 60px;
	background-repeat: no-repeat;
	height: 100%;
}

#M_contaunerTitle{
	float: left;
	height: 28px;
	width: 795px;
	display: inline;
	margin-bottom: 10px;
	margin-left: 1px;
	background-color: #3D0204;
	padding-top: 7px;
	padding-left: 15px;
}


#contaunerRight {
	width: 150px;
	float: left;
	background-image: url(../images/contaunerRight.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 1000px;
	}

#conceptLeft{
	float: left;
	width: 270px;
	padding-top: 0px;
}

#conceptRight{
	float: left;
	width: 455px;
	height: 100%;
}

#conceptRL{
	float: left;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
#footer {
	background-color: #3D0204;
	float: left;
	width: 100%;
	bottom: 0;
	position: absolute;
	height: 100px;
	left: -1px;
	background-image: url(../images/fotVck.jpg);
	background-repeat: repeat;
}

#footeBx{
	float: none;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;

	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footeBx li{
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 84%;
	line-height: 25px;
	color: #fff;
	padding-left: 20px;
	height: 25px;
}
#topGo{
	float:  none;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	
}
#topGo a{
	float: left;
	width: 50px;
	padding-left: 930px;


}

#footeBx li a{
	float: none;
	height: 25px;
	width: 120px;
	text-decoration: none;
	color: #fff;
}

#top{
	float: left;
}

.top50{margin:50px 0 0 0;} 
.top30{margin:45px 0 0 0;} 
.top302{margin:30px 0 0 0;} 
.top10{margin:10px 0 0 0;} 
.under3{margin:0 0 3px 0;} 
.under5{margin:0 0 5px 0;} 
.under10{margin:0 0 10px 0;} 
.under15{margin:0 0 15px 0;} 
.under20{margin:0 0 20px 0;} 
.under25{margin:0 0 25px 0;}
.under30{margin:0 0 30px 0;}
.under35{margin:0 0 35px 0;}
.under40{margin:0 0 40px 0;}
.under50{margin:0 0 50px 0;}

.under40_p{padding:0 0 40px 0;}

.left10{
	font-size: 90%;
	font-weight: normal;
	line-height: 1.5em;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 350px;
	padding-left: 10px;
}
.right5{margin:0 5px 0 0;}
.right10{margin:0 10px 0 0;}
.right12{margin:0 12px 0 0;}
.right18{margin:0 18px 0 0;}
.right20{margin:0 20px 0 0;}
.right30{margin:0 30px 0 0;}
.right40{margin:0 40px 0 0;}
.rightt{
	text-align: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;}

.left20{margin:0 0 0 20px;}

/* =============================================
   30%オフ
   ============================================= */
   
   	
#M_contauner30{
	float: right;
	
	width: 810px;
	background-color: #FFFFFF;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#offLeft{
	float: left;
	height: auto;
	width: 215px;
	padding-left: 20px;	
}
#offRight{
	float: left;
	width: 575px;
	padding-bottom: 1px;
}

/* =============================================
   infor
   ============================================= */
   
#M_contaunerInfor{
	float: right;
	height: 800px;
	width: 800px;
	background-color: #FFFFFF;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-position: center;
}

#M_contaunerTitleInfor{
	float: left;
	height: 70px;
	top: -1px;
	width: 810px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	background-image: url(../images/M_contaunerTitle2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#inforMain{
	float: left;
	width: 695px;
	margin-left: 25px;
	background-color: #DCC8B4;
	padding: 50px;
	height: 700px;
}

#inforLeft{
	float: left;
	width: 375px;
}
#inforRight{}
#map{
	float: left;
	margin-top: 20px;
}

/* =============================================
   top
   ============================================= */
   #M_contaunerTop{
	float: right;
	height: 800px;
	width: 810px;
	background-color: #CFCFCF;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-position: center top;
	background-image: url(../images/topimg.jpg);
}

#contaunerRightTop {
	width: 150px;
	float: left;
	background-image: url(../images/contaunerRighTop.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 700px;
	background-position: center top;
	}
#cop{
	float: left;
	padding-left: 30px;
	width: 100%;
	height: 950px;
}
.cop{
	float: left;
	padding-left: 60px;
	color: #660000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 125%;
	line-height: 2.5em;
	background-image: url(../images/icon1.png);
	background-position: -4px 80px;
	background-repeat: no-repeat;
	padding-top: 80px;
	width: 100%;
}
.cop2{
	float: left;
	padding-left: 60px;
	color: #660000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 125%;
	line-height: 2.5em;
	background-image: url(../images/icon2.png);
	background-position: -4px 40px;
	background-repeat: no-repeat;
	padding-top: 30px;
	width: 100%;
}

.cop3{
	float: left;
	padding-left: 60px;
	color: #660000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 125%;
	line-height: 2.5em;
	background-image: url(../images/icon3.png);
	background-position: -4px 40px;
	background-repeat: no-repeat;
	padding-top: 30px;
	width: 100%;
}


/* =============================================
   CONT
   ============================================= */

#M_contaunerCon{
	float: right;
	width: 810px;
	background-color: #FFFFFF;
	display: inline;
	background-image: url(../images/contIm2.jpg);
	background-repeat: no-repeat;
	height: 1800px;
	background-position: 30px 30px;
}
	
#conceptLeftCont{
	float: left;
	width: 750px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	background-image: url(../images/contIm2.jpg);
	background-repeat: no-repeat;
}

#conceptRightCont{
	float: left;
	width: 420px;
}

#cont{
	width: 750px;
	float: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
	display: inline;
	height: 400px;
}

#contI{
	width: 350px;
	float: left;
	margin-top: 750px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-right: 100px;
	}

#contI dt{
	float: left;
	padding-left: 5px;
	color: #990033;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
	margin-right: 20px;
	}
#contI dd{
	margin-left: 7.5em;
	font-size: 110%;
	width: 100%;
}

#contI p{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-top: 5px;

}
  
.contMap{
	float: left;
	width: 350px;
	margin-bottom: 400px;
	padding-left: 20px;
}
/* =============================================
   menu
 ============================================= */
#M_contaunerTitleM{
	float: left;
	height: 110px;
	width: 750px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 20px;
	padding-bottom: 30px;
}

#conceptLeftMenu{
	width: 750px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	height: 100%;
}

#M_contaunerMe{
	float: right;
	width: 810px;
	background-color: #FFFFFF;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-position: center 40px;
	height: 1200px;
	background-repeat: no-repeat;
}

#pama {
	float: left;
	width: 750px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
	display: inline;
}
#pama dt{
	float: left;
	color: #6B5445;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
	margin-right: 260px;
	width: 9em;
	background-color: #FFF;
	padding-left: 10px;
	}
#pama dd{
	margin-left: 0em;
	font-size: 150%;
	float: right;
	color: #990033;
	background-color: #FFF;
	width: 95px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: right;
	padding-right: 10px;
	}

#pama dl{

	float: left;
	width: 750px;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: 3px 11px;
}

#pama p{
	float: left;
	width: 750px;
	padding: 0px;
}

.Bno{background-image: url(../images/boda.jpg);
}

#cora {
	float: left;
	width: 360px;
	padding-right: 20px;
	padding-left: 30px;
}


#cora dt{
	float: left;
	color: #6B5445;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
	margin-right: 10px;
	width: 12em;
	background-color: #FFF;
	padding-left: 10px;
	}
#cora dd{
	margin-left: 0em;
	font-size: 150%;
	float: right;
	color: #990033;
	background-color: #FFF;
	width: 100px;
	padding-bottom: 20px;
	padding-left: 10px;
	}

#cora dl{
	background-image: url(../images/boda.jpg);
	float: left;
	width: 355px;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: 3px 11px;}



#coraK {
	float: left;
	width: 355px;
	padding-right: 20px;
	padding-left: 30px;
}




#cora {
	float: left;
	width: 360px;
	padding-right: 15px;
	padding-left: 30px;
	height: 229px;
}
#cora dt{
	float: left;
	color: #6B5445;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
	margin-right: 10px;
	width: 10em;
	padding-left: 10px;
	margin-bottom: 0px;}
#cora dd{
	margin-left: 0em;
	font-size: 150%;
	float: right;
	color: #990033;
	width: 90px;
	padding-bottom: 15px;
	padding-left: 10px;
	}

#cora dl{
	background-image: url(../images/boda.jpg);
	float: left;
	width: 360px;
	background-repeat: repeat-x;
	background-position: 3px 11px;
}



#coraK {
	float: left;
	width: 310px;
	margin-top: 0px;
	background-color: #76914f;
	height: 130px;
	margin-right: 15px;
	margin-left: 30px;
	padding: 15px;
}


#coraK dt{
	float: left;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
	margin-right: 10px;
	width: 6em;
	padding-left: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	}
#coraK dd{
	margin-left: 0em;
	font-size: 150%;
	float: right;
	color: #FFFF99;
	width: 50px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: normal;
	padding-right: 25px;
	}
#coraK dl{
	background-image: none;
	float: left;
	width: 300px;
	background-repeat: repeat-x;
	background-position: 3px 11px;
}
	


#kato {
	float: right;
	width: 360px;
	padding-right: 15px;
	padding-left: 15px;
	height: 230px;
}
#kato dt{
	float: left;
	color: #6B5445;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
	margin-right: 10px;
	width: 5em;
	padding-left: 10px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#kato dd{
	margin-left: 0em;
	font-size: 150%;
	float: right;
	color: #990033;
	width: 90px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
	}

#kato dl{
	background-image: url(../images/boda.jpg);
	float: left;
	width: 360px;
	background-repeat: repeat-x;
	background-position: 3px 11px;
}





#katoK {
	float: right;
	width: 310px;
	padding: 15px;
	margin-top: 0px;
	background-color: #993366;
	height: 130px;
	margin-right: 30px;
	margin-left: 15px;
}


#katoK dt{
	float: left;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
	margin-right: 0px;
	width: 7em;
	padding-left: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-bottom: 100px;
	}
#katoK dd{
	margin-left: 30px;
	font-size: 140%;
	float: right;
	color: #FFFF99;
	width: 130px;
	padding-bottom: 15px;
	font-weight: normal;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: right;
	}
#katoK dl{
	background-image: none;
	float: left;
	width: 300px;
	background-repeat: repeat-x;
	background-position: 3px 11px;
}

#pap{
	background-color: #FFC;
	float: left;
	width: 740px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
}
	
	
/* =============================================
  point
 ============================================= */
#M_contaunerPoi{
	float: right;
	width: 810px;
	background-color: #FFFFFF;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-position: center 20px;
	height: 100%;
}

 #conceptLeftPoi{
	float: left;
	width: 810px;
	padding-top: 30px;
}

#ftc{
	background-image: url(../images/ftc.jpg);
	float: left;
	width: 750px;
	padding-right: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 30px top;
	padding-bottom:60px;
}

.ftc{
	padding-left: 430px;
	font-size: 22px;
	font-weight: bold;
	color: #666;
	padding-top: 130px;
	line-height: 1.5em;
}

.ftc2{
	padding-left: 430px;
	padding-top: 30px;
	line-height: 1.7em;
	font-weight: normal;
	font-size: 109%;
}


#pmc{
	background-image: url(../images/pmc.jpg);
	float: left;
	width: 750px;
	padding-right: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 30px top;
}

.pmc{

	font-size: 22px;
	font-weight: bold;
	color: #666;
	padding-top: 130px;
	line-height: 1.5em;
}

.pmc2{
	padding-top: 15px;
	line-height: 1.7em;
	font-weight: normal;
	font-size: 109%;
	width: 320px;
	padding-bottom: 150px;
}

.px100{
	font-size: 60%;
	font-weight: normal;
}
/* =============================================
 shop
 ============================================= */
 #M_contaunerTitleSp{
	float: left;
	height: 100px;
	width: 750px;
	margin-top: 20px;
}
 
 #shop1{
	background-image: url(../images/shopIm1.png);
	float: left;
	height: 233px;
	width: 750px;
	margin-top: 50px;
	margin-bottom: 0px;
}
	
	
#shop1 dl{
	width: 260px;
	float: left;
	padding-left: 20px;
	margin-top: 110px;
}	
#shop1 dt{
	width: 260px;
	float: left;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: normal;
	padding-bottom: 10px;
}

#shop1 dd{
	font-size: 123%;
	color: #903;
}

#shop2{
	background-image: url(../images/shopIm2.png);
	float: left;
	height: 233px;
	width: 750px;
	margin-top: 50px;
	margin-bottom: 0px;
}
	
	
#shop2 dl{
	width: 260px;
	float: left;
	padding-left: 20px;
	margin-top: 110px;
}	
#shop2 dt{
	width: 260px;
	float: left;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: normal;
	padding-bottom: 10px;
}

#shop2 dd{
	font-size: 123%;
	color: #903;
}
				
#shop3{
	background-image: url(../images/shopIm3.png);
	float: left;
	height: 233px;
	width: 750px;
	margin-top: 50px;
	margin-bottom: 0px;
}
	
	
#shop3 dl{
	width: 260px;
	float: left;
	padding-left: 20px;
	margin-top: 110px;}	
#shop3 dt{
	width: 260px;
	float: left;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: normal;
	padding-bottom: 10px;
}
#shop3 dd{
	font-size: 123%;
	color: #903;
}
	
#shop4{
	background-image: url(../images/shopIm4.png);
	float: left;
	height: 233px;
	width: 750px;
	margin-top: 50px;
	margin-bottom: 0px;
}
#shop4 dl{
	width: 260px;
	float: left;
	padding-left: 20px;
	margin-top: 110px;}	
#shop4 dt{
	width: 260px;
	float: left;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: normal;
	padding-bottom: 10px;
}
#shop4 dd{
	font-size: 123%;
	color: #903;}
	
	
	
#shop5{
	background-image: url(../images/shopIm5.png);
	float: left;
	height: 233px;
	width: 750px;
	margin-top: 50px;
	margin-bottom: 0px;
}
#shop5 dl{
	width: 260px;
	float: left;
	padding-left: 20px;
	margin-top: 110px;}	
#shop5 dt{
	width: 260px;
	float: left;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: normal;
	padding-bottom: 10px;
}
#shop5 dd{
	font-size: 123%;
	color: #903;}
					
	
#M_contaunerSp{
	float: right;
	width: 750px;
	background-color: #FFFFFF;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-position: center 40px;
	padding-right: 30px;
	padding-left: 30px;
	height: 1700px;
	background-image: url(../images/shopIBac);
}
	
.pmP{
	color: #000;
	background-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 30px;
	margin-left: 30px;
	width: 740px;
	height: 50px;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.5em;
}


#colm{
	color: #000;
	background-color: #FFC;
	padding-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	width: 740px;
	height: 20px;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.5em;
	float: left;
	margin-top: 30px;
	padding-left: 10px;
}		

/* =============================================
index
 ============================================= */
#M_contaunerIn{
	float: right;
	width: 810px;
	background-color: #FFFFFF;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-position: center 40px;
	height: 1280px;
}

#img{
	margin: 0px;
	float: left;
	height: 555px;
	width: 810px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}
#img2{
	margin: 0px;
	float: left;
	height: 550px;
	width: 810px;
	padding-top: 0px;
}


#bana{
	float: left;
	height: 700px;
	width: 750px;
	padding-right: 30px;
	padding-left: 40px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/banaback.jpg);
	background-repeat: no-repeat;
	background-position: 40px top;
	margin-top: 10px;
}

#bana1{
	float: left;
	height: 160px;
	width: 160px;
	margin-top: 45px;
	margin-left: 45px;
}
#bana2{
	float: left;
	height: 160px;
	width: 160px;
	margin-top: 45px;
	margin-left: 88px;}
#bana3{
	float: right;
	height: 160px;
	width: 160px;
	margin-top: 	120px;
	margin-right: 45px;}
#bana4{
	float: left;
	height: 160px;
	width: 160px;
	margin-top: 185px;
	margin-left: 90px;}
#bana5{
	float: left;
	height: 160px;
	width: 160px;
	
	margin-left: 45px;}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* =============================================
iキャンペーン
 ============================================= */
#M_contaunerCa{
	float: right;
	width: 810px;
	background-color: #FFFFFF;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-position: center 40px;
	height: 1280px;
	background-image: url(../images/tokutoku-01.jpg);
	background-repeat: no-repeat;
}

#ca1{
	padding-top: 245px;
	padding-left: 300px;
}
