@charset "utf-8";



/*----------------------------------------------------------
	基本レイアウト
----------------------------------------------------------*/

body#baru {
	color: #333;
	background: url(../img/baru/bg_body.jpg) repeat;
}

#container {
	margin: 0 auto 30px;
	width: 919px;
	height: 1604px;
	text-align: center;
	background: url(../img/baru/bg_container.png) no-repeat;
}

* html #container { /* IE 6 以下で PNG 表示 */
	behavior: expression(IEPNGFIX.fix(this));
}

#contents {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* -- clear float -- */ 
#contents {
	min-height:0;
	display: inline-table;
}

#contents:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #contents {height:0;}
#contents {display: block;}
/* */
/* -- end clear float -- */

#footer {
	clear: both;
	width: 900px;
	text-align: right;
}



/*----------------------------------------------------------
	コンテンツ内の設定
----------------------------------------------------------*/

#logoArea {
	float: left;
	width: 437px;
	text-align: right;
	padding: 85px 0 0 0;
}

#shopIntro {
	float: right;
	width: 447px;
	padding: 60px 0 0 15px;
}

#recommendArea {
	float: left;
	width: 422px;
	text-align: center;
	padding: 230px 0 0 15px;
}

* html #recommendArea { /* for IE6 */
	width: 437px;
}

#recommendArea img {
	margin: 0 0 5px 0;
}

#cacthArea {
	float: right;
	width: 463px;
	text-align: center;
	padding: 60px 0 0 0;
}

#cacthArea img {
	margin: 0 0 8px 0;
}

#cacthArea img#about {
	margin: 15px 0 20px 0;
}

.shopArea {
	clear: both;
	width: 855px;
	height: 190px;
	margin: 0 auto 20px;
	border: 1px solid #000;
}

* html .shopArea { /* for IE6 */
	margin: 0 0 20px 25px;
}

/* -- clear float -- */ 
.shopArea {
	min-height:0;
	display: inline-table;
}

.shopArea:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html .shopArea {height:0;}
.shopArea {display: block;}
/* */
/* -- end clear float -- */

.shopArea img.shop {
	margin: 0 0 0 25px;
}

.shopDetailArea {
	width: 420px;
	line-height: 1.4;
	position: relative;
}

.shopArea .left {
	float: left;
	padding: 10px 0 0 25px;
}

.shopArea .right {
	float: right;
	padding: 10px 25px 0 0;
}

.shopDetailArea img {
	margin: 0 0 10px 0;
}

.shopDetailArea .tel {
	font-size: 130%;
}

.shopDetailArea a {
	display: block;
	width: 148px;
	height: 37px;
	background: url(../img/baru/bt_detail.gif) no-repeat;
	position: absolute;
	bottom: 0px;
	left: 280px;
}

.shopDetailArea a:hover {
	background-position: bottom;
}

.shopDetailArea a span {
	display: none;
}

#footer {
	font-size: 80%;
	margin: 0 25px 0 0;
}


