/* CSS Document */

/*-----------------------------------

フロート用クリアフィックス

-------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { /* for IE */
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear{
	clear:both;
}
.fl_left {float:left;}
.fl_right {float:right;}




#ichibanzeta{
	width:800px;
	margin:0 auto;
	background:#000;
}

.hide{
	display:none;
}

.red{
	color:#FF0000;
	font-weight:bold;
}

.ichibanzeta_upper{
	width:800px;
	height:200px;
	background:url(pre_ichibanzeta_upper.jpg) no-repeat;
}

.ichibanzeta_middle{
	width:800px;
	height:370px;
	background:url(pre_ichibanzeta_middle.jpg) no-repeat;
}

.ichibanzeta_under{
	width:800px;
	height:150px;
	background:url(pre_ichibanzeta_under.jpg) no-repeat;
}

.section1{
	width:800px;
	margin:0 auto;
}

.section1 h3{
	width:800px;
	height:110px;
	background:url(section1_title.jpg) no-repeat;
	text-indent:-9999px;
}

.section1 .text{
	position:relative;
	width:650px;
	height:430px;
	padding:20px 75px;
	background:url(section1_back.jpg) no-repeat;
	font-size:15px;
	color:#000;
	line-height:1.6;
}

.center_link{
	position:absolute;
	left:255px;
	bottom:0;
	text-align:center;
}

.center_link a{
	padding-left:15px;
	background:url(link_indent.gif) no-repeat left;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
}

.section2{
	width:800px;
	margin:0 auto;
}

.section2 .title_area{
	width:800px;
	height:120px;
	padding-top:50px;
	background:url(section2_title_back.jpg) no-repeat;
}

.section2 .title_area h3{
	width:403px;
	height:122px;
	margin-left:330px;
	background:url(section2_title.png) no-repeat;
	text-indent:-9999px;
}

.section2 .text_area{
	width:800px;
	height:320px;
	background:url(section2_text_back.jpg) no-repeat;
}

.section2 .text_area p{
	width:400px;
	margin-left:351px;
	padding-top:15px;
	font-size:13px;
	color:#000;
	line-height:1.4;
}

.section2 .text_area p.ichibanfinal_link{
	margin-top:10px;
	text-align:center;
	font-size:15px;
}

.section2 .text_area p.ichibanfinal_link a{
	padding-left:15px;
	background:url(sec2_link_indent.gif) no-repeat left;
	color:#FFF;
}

.ichibanzeta_prebox{
	width:800px;
	height:315px;
	margin:0 auto;
	padding-top:65px;
	background:url(section3_back.jpg) no-repeat;
}

.ichibanzeta_prebox h4{
	width:711px;
	height:73px;
	margin:0 auto;
	background:url(section3_title.gif) no-repeat;
	text-indent:-9999px;
}

.ichibanzeta_prebox p.ichibanzeta_preintro{
	margin:20px 0 15px;
	text-align:center;
	font-size:16px;
	color:#FF0000;
}

.ichibanzeta_prebox p.pre_shoplist{
	width:600px;
	margin:0 auto;
	font-size:15px;
	color:#000;
}

.pre_shoplist_link{
	height:40px;
	padding-left:30px;
	background:url(mushimegane.gif) no-repeat left top;
	margin:10px 0 0 380px;
}

.pre_shoplist_link a{
	font-size:15px;
	color:#000;
	line-height:1.8;
}


a.kensaku:link { color: #00F; text-decoration: underline; }
a.kensaku:visited { color: #00F; text-decoration:underline; }
a.kensaku:hover { color: #FC0; text-decoration: none;}



