@charset "UTF-8";

html{overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{
	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{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
hr,legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
li{list-style-type:none;}

img,abbr,acronym,fieldset{border:0;}
select:focus{background:#f7f4ee;}
input.brdno{border:none;}

body{
	font-size:0.9em;
	/* font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: 'PT Sans Caption',Helvetica,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','HiraKakuProN-W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height:1.6;
	text-align:left;
	color:#333;
	background:#fafadd;	
}


* html body{  
    overflow: hidden;  
}   

div#headerArea {
	position: fixed !important;
	/* position: absolute;  */
	top: 0;
	left: 0;
	width: 100%;
	height: 107px;
	z-index: 10;
} 

* html div#contentsArea{  
    height: 100%;  
    overflow: auto;  
}  






textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, 'ＭＳ Ｐゴシック', sans-serif; }
* html body {	/* for IF6 */
	font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}

a:link{
	color: #22a02b;
	text-decoration: none;
}


a:hover img.hov,input.hov:hover {
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
	filter: alpha(opacity=50); /* for IE6,7 */
	-moz-opacity: 0.7; /* for Legacy Mozilla */
	opacity: 0.8; /* for Morden(Safari3-/Opera 9.5-/Firefox 3.5-) */
	zoom:1.0;
}








img {
	vertical-align: bottom;
}


.vaM {
    vertical-align: middle !important;
}

/* CSS Document */


#js_on {
	padding: 3px;
	width: 100%;
	background: #e00;
	color: #fff;
	text-align: center;
}

/* ユーザーCSS全体 */


#header{
	width: 100%;
	margin: 0 auto;
	height: 107px;
	background-color: #e60012;
}

.article {
	width: 1020px;
	margin: 0 auto;
	padding-top: 107px;
}


.toparticle {
	width: 100%;
	margin:0 auto;
	 padding-top: 154px;
}


.topwapper {
	width:1020px;
	margin:0 auto;
}

.header_wrapper{
	width:1020px;
	margin:0 auto;
	}


#maincont{
	background: #fff;
	width: 980px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	}


#header h1 {
	font-size: 0.7em;
	/*position: absolute;
	top: 5px;
	z-index: 100;*/
	color: #fff;
}




#header .logoarea {
	float: left;
	height: 83px;
	width: 550px;
}

#header .logo {
	float: left;
	margin-right:8px;
}

#header .shopname {
	color:#ffffff;
	font-weight:bold;
	margin-top:30px;
	font-size:1.2em;
}



#header .tel {
    float: right;
}


#gNavi  {
    height: 47px;
	background:#dae1e5;
	width:100%;
}


#gNavi li{
	 float: left;
	 }
	 

.sideBox {
	float: right;
	margin: 0 0 0 30px;
	width: 230px;
	background-color: #E3E3E3;
	border-radius: 8px;
	padding: 20px;
}


.sideBox2 {
	float:left;
	margin: 0 30px 0 0px;
	width: 230px;
	background-color: #E3E3E3;
	border-radius: 8px;
	padding: 20px;
}




.sideBox2 .navi {
	background:#fff;
    border-radius: 8px ;
	margin-bottom:20px;
	border: #f70013 2px solid;
 }

.sideBox2 .navi h2 {
	background: #f70013;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3;
	padding: 15px 0 15px 15px;
}

.sideBox2 .navi ul li {
    border-bottom: 1px solid #dbdbdb;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding:0px 5px;
}

.sideBox2 .navi ul li:last-child {
    border-bottom: none;
}

.sideBox2 .navi ul li a {
    background: url("../../images/ico_arrow_red_02.gif") no-repeat scroll 5px center #fff;
    display: block;
    padding: 1em 10px 1em 25px;
    text-decoration: none;
	color:#333 !important;
}
.sideBox2 .navi ul li a:hover {
    background: url("../../images/ico_arrow_red_02.gif") no-repeat scroll 10px center;
	text-decoration:underline;
	color:#333 !important;
}

.sideBox2 .navi ul li.active a {
    background: url("../../images/ico_arrow_red_02.gif") no-repeat scroll 10px center;
	color:#333 !important;
}




.sidewaku{
	background: #FFFFFF;
	border-left: #f70013 2px solid;
	border-right: 2px solid #F70013;
	border-bottom: #f70013 2px solid;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	padding:15px 0px;
	}

.mainbox{
	float:left;
	width:680px;
	}
	
.mainbox2{
	float:right;
	width:680px;
	}
	
.mainbox2 h3{
	color: #f70015;
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 5px;
	}
	


.midashi{
	background:url(../../images/top_intro_ttl.jpg)  no-repeat;
	color: #f70013;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 50px;
	height: 46px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top:10px;
	}
	



.mainBtn01 {
    background: none repeat scroll 0 0 #f70015 ;
    border-radius: 10px;
	color:#ffffff !important;
    cursor: pointer;
    font-weight: bold;
    line-height: 3;
    padding: 10px;
    text-decoration: none;
}



.mainBtn01 a:link{
    color: #ffffff !important;
    text-decoration: none;
}


 .mainBtn01 a:hover {
	background: none repeat scroll 0 0 #c80112;
    color: #ffffff !important;
    text-decoration: none;
}




.mainBtn02 {
    background: none repeat scroll 0 0 #22a02b;
    border-radius: 10px;
    color: #ffffff !important;
    cursor: pointer;
    font-weight: bold;
    line-height: 3;
    padding: 10px;
    text-decoration: none;
}



.mainBtn02 a:link{
     color: #ffffff !important;
    text-decoration: none;
}


.mainBtn02 a:hover {
	background: none repeat scroll 0 0 #1b7f23;
     color: #ffffff !important;
    text-decoration: none;
}

.pagebottomwaku {
	background: none repeat scroll 0 0 #fee0e2;
	border-radius: 8px;
	padding: 10px;
	margin-top: 20px;
}




#pagebottom ,#reason01 ,#reason02 ,#reason03 ,#reason04 ,#reason05{
	margin-top:20px;
	margin-top:-154px;
    padding-top:154px;
	}

#pagebottom li{
	 float: left;
	 margin-right:20px;
	 }
	 
#pagebottom .shopinfo{	 
font-size: 1.2em;
font-weight:bold;
}


#pagebottom .shopabout{
	float:right;
	width:418px;
	}
	
#pagebottom .shopabout p  {
	line-height:1.5em;
}

#pagebottom .shopabout p a {
	color: #22a02b !important;
}


#pagebottom .shopabout p a:link {
	color: #22a02b !important;
	text-decoration: none;
}

#pagebottom .shopabout p a:visited {
	color: #22a02b !important
	text-decoration: none;
}

#pagebottom .shopabout p a:hover {
	text-decoration: underline;
	color: #22a02b !important;
}





#footer{
	width: 100%;
	margin: 0 auto;
	height:178px;
	background:url(../images/footer_bg.gif) repeat-x;
}

.footer_inner{
	width:980px;
	margin:0 auto;
	position:relative;
	}
	
#footer .footerNavi {
    float: left;
    padding: 10px 0 0 0px;
	height:37px;
	width:500px;
}

#footer .footerNavi ul li {
    border-left: 1px solid #333333;
    float: left;
    font-size: 0.9em;
    line-height: 1.2;
    margin: 0 10px 5px 0;
    padding: 0 0 0 10px;
	color:#333333 !important;
}

#footer .footerNavi ul li.last {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    float: left;
    font-size: 0.9em;
    margin: 0 0 5px;
    padding: 0 10px;
}

#footer .footerNavi ul li a {
    color: #333333 !important;
    text-decoration: none;
}

#footer .footerNavi ul li a:hover  {
    color: #333333 !important;
	text-decoration:underline;
}

#footer .footer_inner .goTop {
	position: absolute;
	top: -40px;
	float: right;
	left: 760px;
}


#footer .footer_inner .footlogo{
	margin:10px 60px 0px 48px;
	float:left;
	}

#footer .footer_inner .footbtn{
	margin-top:8px;
	float:left;
	}
	
#footer .footer_inner #footLink{
	width: 800px;
	margin: 10px auto;
	}
	
#footLink ul li {
    background: url(../images/ico_arrow_white.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 0.8em;
    padding: 1px 0;
	color:#ffffff !important;
}

#footLink ul li a {
    color:#ffffff !important;
    display: block;
    padding: 0 5px 0 15px;
    text-decoration: none;
}

#footLink ul li a:hover  {
    color:#ffffff !important;
	text-decoration:underline;
}

#footLink ul {
    float: left;
}

#copy{
	background:#FFFFFF;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	font-size:0.9em;
	color:#f70015;
	
	}




.textLink {
    background: url(../../images/ico_arrow_red_02.gif) no-repeat scroll 5px center  !important;
    color: #f70013 !important;
    padding: 2px 0 2px 30px !important;
    text-decoration: none;
	font-size:1.1em;
	font-weight:bold;
	line-height:2em;
}


.textLink a:link{
    color: #f70013;
    text-decoration:none;
}

.textLink a:hover {
    background: url(../../images/ico_arrow_red_02.gif) no-repeat scroll 10px center  !important;
    color: #f70013 !important;
    padding: 2px 0 2px 30px !important;
    text-decoration:underline;
	font-size:1.1em;
	font-weight:bold;
}

.reasonlistarea {
    color: #f70015!important;
    margin-bottom: 25px;
    margin-left: 25px;
}


.reasonlistarea p a {
	color:#f70015 !important;
	text-decoration:none;
	}


.reasonlistarea  a:hover {
	color:#f70015!important;
	text-decoration:underline;
	}



.subtitle {
    background: url(../../images/subtitle_bg.gif) repeat-y scroll left center rgba(0, 0, 0, 0);
    color: #333333;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}

.note{
font-size: 24px;
 color: #f70013;
 font-weight:bold;
}



.cmsttl{
	font-weight:bold;
	font-size:1.6em;
	padding-left:25px;
	background:url(../../images/ttl_cms.gif) no-repeat;
	width:680px;
	color:#fff;
	padding-top:20px;
	height:68px;
	}
	
	
.chirashiarea{
	text-align:center;
	}
	
	
ul.chirashiarea li img {
    width:196px;
	margin-bottom:15px;
}	
