@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}

img{
	border:none;
	}

body{
font-size:80%;
text-align:center;
}

#container{
width:900px;
background:#fff;
margin:0 auto;
text-align:left;
}

p,li,dt,dd,th,td{
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	}

li{
list-style:none;
}

a{
text-decoration:none;
overflow:hidden;
color:#666666;
}



a:hover{
text-decoration:underline;
color:#FF0000;
}

#contents p{
	font-size:120%;
	line-height:1.4em;
	
	}

h4{
	background:url(../images/title_bar.jpg) no-repeat;
	height:42px;
	font-weight:bold;
	padding:14px 0 0 50px;
	font-size:120%;
	color:#555;
	clear:both;
	}	

#container #pankuzu{
	margin-bottom:5px;
	}

#container #pankuzu a{
	color:#09F;
	text-decoration:none;
	}

#container #pankuzu a:hover{
	text-decoration:underline;
	}

h1{
font-size:8pt;
color:#666;
position:relative;
top:18px;
left:130px;
width:420px;
}

#header h2{
	text-indent:-9999px;
	float:left;
	}

#header h2 a{
	display:block;
	width:83px;
	height:83px;
	margin:0 0 0 38px;
	}

#header_menu{
	float:right;
	width:314px;
	padding-right:30px;
	}

#header_menu li{
	text-indent:-9999px;
	float:left;
	}
	
#header_menu li a{
	height:34px;
	display:block;
	}

#hm1{
	background:url(../images/contact.jpg) no-repeat;
	width:106px;
	height:34px;
	}

#hm2{
	background:url(../images/recruit.jpg) no-repeat;
	width:80px;
	height:34px;
}

#hm3{
	background:url(../images/shop_recruit.jpg) no-repeat;
	width:128px;
	height:34px;
}

#header_menu li a:hover{
	background-position:0 -34px;
	}

#flash{
	clear:both;
	}

#wrapper{
	margin-top:10px;
	}

#menu{	
	float:left;
	margin-bottom:20px;
	}

#menu dl{
	background:#BDDAE8;
	padding:5px;
	margin-bottom:5px;
	}

#menu dt{
	text-indent:-9999px;
	width:200px;
	height:40px;
	margin:5px 0 0 0;
	}

#menu dd{
	text-indent:-9999px;
	
	}
	
#menu dt a{
	display:block;
	width:200px;
	height:40px;
	}
	
#menu dd a{
	display:block;
	width:200px;
	height:35px;
	}
	
#b1{background:url(../images/b1.jpg) no-repeat;}
#b2{background:url(../images/b2.jpg) no-repeat;}
#b3{background:url(../images/b3.jpg) no-repeat;}
#b4{background:url(../images/b3_1_2_29.gif) no-repeat;}
#b5{background:url(../images/b3_2.jpg) no-repeat;}
#b6{background:url(../images/b3_3.jpg) no-repeat;}
#b7{background:url(../images/b3_4.jpg) no-repeat;}
#b8{background:url(../images/b3_5.jpg) no-repeat;}
#b9{background:url(../images/b4.jpg) no-repeat;}
#b10{background:url(../images/b5.jpg) no-repeat;}
#b11{background:url(../images/b5_1.jpg) no-repeat;}
#b12{background:url(../images/b5_2.jpg) no-repeat;}
#b13{background:url(../images/b5_3.jpg) no-repeat;}
#b14{background:url(../images/b6.jpg) no-repeat;}
#b15{background:url(../images/b7.jpg) no-repeat;}
#b16{background:url(../images/b3_6.jpg) no-repeat;}

#menu dt a:hover{
	background-position:-200px 0;
	}
	
#menu dd a:hover{
	background-position:-200px 0;
	}

#coupon_50yen{
	background:url(../images/50yen_coupon.jpg) no-repeat;
	width:210px;
	height:120px;
	display:block;
	margin-bottom:10px;
	text-indent:-9999px;
	}
	
#coupon_50yen:hover{
	background-position:0 -120px;
	}

#pankuzu{
	margin:0 0 0 5px;
	}
	
#pankuzu a{
	text-decoration:underline;
	color:#06C;}	

#contents{
	width:680px;
	float:right;
	margin-bottom:20px;
	}

#totop{
	float:right;
	height:30px;
	margin-bottom:5px;
	clear:both;
	}
	
#footer{
	background:url(../images/footer.jpg) repeat-x;
	height:110px;
	}

#footer ul{
	padding-top:10px;
	}

#footer li{
	display:inline;
	border-right:1px solid #ccc;
	padding:1px 5px;
	line-height:2em;
	}

#footer #border_right_none{
	border:none;
	}

#footer p{
	margin-top:10px;
	color:#06C;
	font-weight:bold;}

.red{
	color:#F00;
	font-weight:bold;
	padding:5px;
	}

#container .border_none{
	border:none;
	}


.bold{font-weight:bold;}
.float_l{float:left;}
.float_r{float:right;}
.clear{clear:both;}
.text_l{text-align:left;}
.text_r{text-align:right;}
.text_c{text-align:center;}



/*--CSSハック--*/	
#wrapper:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

#wrapper{
	display:inline-block;/* MAC IE用*/
	min-height:1%;/* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html #wrapper{height: 1%;}
#wrapper{display: block;}	


/*--CSSハック--*/	
.clearfix:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display:inline-block;/* MAC IE用*/
	min-height:1%;/* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}	



/*--イメージ透過--*/	
a img {
	opacity: 1; /* IE以外透過設定 */
	filter: Alpha(opacity=100); /* IE用透過設定 */
}
a:hover img {
	opacity: 0.6; /* IE以外透過設定 */
	filter: Alpha(opacity=50); /* IE用透過設定 */
}

	
