@charset "UTF-8";

/*----------------------------------------------------
    コンセプト
----------------------------------------------------*/
#concept {
	border:1px solid #200;
	width:788px;
	height:200px;
	background:#fff url('../img/wood.png') 0 0 repeat;
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 10px;
}

#concept h1 {
	color:#fff;
	text-align:left;
	font-size:140%;
	font-weight: normal;
}

#concept h2 {
	color:#fff;
	text-align:left;
	font-size:120%;
	font-weight: normal;
}

#concept:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	visibility:hidden;
	content:".";
}

/*----------------------------------------------------
    店舗住所
----------------------------------------------------*/

#address {
	float:right;
	border:1px solid #200;
	width:300px;
	height:200px;
	background:#fff url('../img/wood.png') 0 0 repeat;
	margin:0px 0px 10px 0px;
}

#address ul {
	padding:15px;
	color:#fff;
}

#address li {
	list-style-type:none;
	line-height:200%;
}

#address:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	visibility:hidden;
	content:".";
}

/*----------------------------------------------------
    インフォメーション
----------------------------------------------------*/

#info {
	border:1px solid #200;
	background:#fff url('../img/wood.png') 0 0 repeat;
	float:left;
	width:485px;
	height:200px;
	text-align:left;
	margin:0px 0px 10px 0px;
}

#info ul {
	padding:15px;
	color:#fff;
}

#info li {
	list-style-type:none;
	line-height:200%;
}

#info:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	visibility:hidden;
	content:".";
}

/*----------------------------------------------------
    トピックス
----------------------------------------------------*/

#topic {
	clear:both;
	margin:0px 0px 10px 0px;
	width:810px;
}

#topic ul {
	margin:0 0px 0 0;
}

#topic li {
	float:left;
	list-style-type:none;
	overflow:hidden;
	text-indent:-100000px;
	border:1px solid #200;
	margin:0 10px 0 0;
	width:258px;
	height:158px;
}

#topic li a {
	height:160px;
	display:block;
}

#topic:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	visibility:hidden;
	content:".";
}

#gn {
	background:#fff url('none') 0 0 repeat-x;
}

#sn {
	background:#fff url('none') 0 0 repeat-x;
}

#el {
	background:#fff url('none') 0 0 repeat-x;
}

/*----------------------------------------------------
    リンク
----------------------------------------------------*/

#link {
	margin:10px 0px 10px 0px;
	width:810px;
}


#link ul {
	margin:0 -10px 0 0;
}

* html #link ul {
	zoom:1;
}

#link li {
	float:left;
	list-style-type:none;
	overflow:hidden;
	text-indent:-100000px;
	border:1px solid #200;
	margin:0 10px 0 0;
	width:258px;
}

#link li a {
	height:60px;
	display:block;
}

#link:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	visibility:hidden;
	content:".";
}

#bl {
	background:#fff url('none') 0 0 repeat-x;
}

#yb {
	background:#fff url('none') 0 0 repeat-x;
}

#cp {
	background:#fff url('none') 0 0 repeat-x;
}