/*---import CSS-----------------------------------*/
@import "base_layout.css";
@import "common_parts.css";
/*---import CSS-----------------------------------*/

/*---main image-----------------------------------*/

#mainImg_box{
	width: 870px;
	height: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	background: url(../images/common/main_shop.jpg) no-repeat center top;
	}
	
/*---right contents-----------------------------------*/

#TextArticle{
	width: 600px;
	margin: 0px auto 20px auto;
	padding: 0px;
	font-size: 13px;
	line-height: 1.6;
	overflow: hidden;
	display: block;
	}
	
.textBox{
	width: 550px;
	margin: 0px auto 20px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	}
	
.text_L{
	width: 210px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: left;
	}
	
.text_R{
	width: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: right;
	}
	
.mapArticle{
	width: 550px;
	height: 300px;
	margin: 20px auto 20px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	}
	
.chirashi{
	margin: 30px auto 0px auto;
	padding: 0px;
	display: block;
	}
	
/*---title setting-----------------------------------*/

h2#title_flyer{
	width: 600px;
	height: 50px;
	margin: 0px auto 10px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/title/flyer.jpg) no-repeat center top;
	}
	
/*---Top tenpo box-----------------------------------*/
#tenpoBox{
	width: 870px;
	height: 170px;
	margin: 30px auto 0px auto;
	padding: 0px;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	display: block;
	overflow: hidden;
	float: clear;
	}
	
#tenpoArticle{
	width: 870px;
	height: 140px; 
	margin: 20px 0px 10px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	}
	
#tenpo_naka{
	width: 423px;
	height: 140px;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	background: url(../images/banner/tenpo_naka.jpg) no-repeat center top;
	}
	
#tenpo_kitaibaraki{
	width: 422px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
	background: url(../images/banner/tenpo_kitaibaraki.jpg) no-repeat center top;
	}
	
	/*IE6—p*/
	#menu ul {
		behavior: url("csshover.htc");
		}
	*html #menu ul li ul {
		margin: 0 8px 0 0;
		width: 158px;
		}
	*html #menu ul li ul li a{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		float: left;
		width: 158px;
		}
