/* 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;}

.hide{
	display:none;
}




#nikusoba{
	width:800px;
	margin:0 auto;
	padding-bottom:20px;
	background:#FFF;
}

.top_img_pre{
	width:800px;
	height:250px;
	background:url(top_upper.jpg) no-repeat;
	text-indent:-9999px;
}

.top_img_name{
	width:800px;
	height:250px;
	background:url(top_middle.jpg) no-repeat;
	text-indent:-9999px;
}

.top_img_date{
	width:800px;
	height:130px;
	background:url(top_under.jpg) no-repeat;
	text-indent:-9999px;
}

.section01{
	width:760px;
	margin:10px auto 0;
	padding:0 0 18px;
	background:url(sec01_back.jpg) no-repeat;
}

.section01 h3{
	width:760px;
	height:89px;
	margin:0 auto 0;
	background:url(sec01_title.gif) no-repeat;
	text-indent:-9999px;
}

.section01 p{
	width:722px;
	margin:0 auto;
	padding:19px;
	font-size:18px;
	color:#000;
	line-height:1.7;
	border:1px solid #A46F10;
}

.section01 p span{
	font-size:22px;
	color:#F00;
	font-weight:bold;
}

p.center_textlink_d{
	text-align:center;
}

p.center_textlink_d a{
	padding-left:20px;
	color:#A46E10;
	font-weight:bold;
	background:url(link_indent_d.gif) no-repeat left;
}

.section02{
	width:760px;
	margin:15px auto;
	padding:18px 0;
	background:#000;
}

.section02 h3{
	width:600px;
	height:70px;
	margin:0 auto 15px;
	background:url(sec02_title.gif) no-repeat;
	text-indent:-9999px;
}

.section02 ul{
	list-style:none;
}

.section02 ul{
	width:722px;
	margin:0 auto;
}

.section02 ul li{
	float:left;
	font-size:11px;
	text-align:center;
	line-height:2.2;
	margin-right:20px;
	margin-bottom:15px;
}

.section02 ul li.list_r{
	margin-right:0;
}

p.center_textlink_l{
	text-align:center;
}

p.center_textlink_l a{
	padding-left:20px;
	color:#D2A143;
	font-weight:bold;
	background:url(link_indent_l.gif) no-repeat left;
}

.section03{
	width:760px;
	margin:10px auto;
	padding:15px 0 0;
	background:#A46F10;
}

.section3_title{
	width:720px;
	height:80px;
	margin:0 auto 18px;
	background:url(sec03_title.gif) no-repeat;
	text-indent:-9999px;
}

.preintro{
	margin-bottom:15px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}

.pre_shoplist{
	text-align:center;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
}

.pre_shoplist_link{
	height:40px;
	padding-left:25px;
	background:url(mushimegane.gif) no-repeat left 4px;
	margin:15px 0 0 420px;
}

.pre_shoplist_link a{
	font-size:15px;
	color:#fff;
	line-height:1.8;
	font-weight:bold;
}

.pre_shoplist_link a:hover{
	text-decoration:none;
}


a.kensaku:link {
	color: #FFF;
}

a.kensaku:hover {
	color: #F00;
}

a.kensaku:visited{
	color: #FFF;
}

.text_center_link{
	text-align:center;
}

.text_center_link a{
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}

.text_center_link a:hover{
	text-decoration:none;
}

