@charset "UTF-8";

*{
font-family: "MS ゴシック",Arial,Verdana,sans-serif;
}

a:link {color: #535353; text-decoration: underline; }
a:visited {color: #535353; text-decoration: underline; }
a:hover {color: #FF9900; text-decoration: underline; }

img {
border: 0px;
}
h1 {
margin-bottom:1em;
padding: 0;
font-size: 120%;
font-weight: bolod;
}

h2,h3,h4,h5,h6 {
margin-bottom: 1em;
padding: 0;
font-size: 100%;
font-weight: bolod;
}
ul,li {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
em,address {
font-style: normal;
}

/* INDEX navi
------------------------------------------------------------------------------*/
div#navi {
display: none;
}


/* foot
------------------------------------------------------------------------------*/
div#foot {
clear: both;
margin-top: 1em;
border-top: 1px #ff7b24 solid;
}
div#foot ul {
margin: 0;
padding: 0.5em 0;
}
div#foot li {
float: left;
}
div#foot li a {
margin-right: 1em;
}

div#foot address {
clear: both;
padding: 0.5em 0;
}



/* CHEF PATISSIER
------------------------------------------------------------------------------*/
body#chef div#wrap div#bodyBox div#chef {
	margin: 0 auto;
	width: 681px;
	display: inline-block;
}
body#chef div#wrap div#bodyBox div#chef:after {  
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}  
body#chef div#wrap div#bodyBox div#chef img {
	margin-right: 1em;
	float: left;
}
div#wrap div#bodyBox div.conceptBottom div.conceptBox div img {
	margin-left: 1em;
	float: right;
}

/* SHOP GUIDE
------------------------------------------------------------------------------*/
body#guide div#wrap div#bodyBox div#guide {
	margin: 0 auto 30px;
	width: 681px;
	display: inline-block;
}
body#guide div#wrap div#bodyBox div#guide:after {  
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
body#guide div#wrap div#bodyBox div#guide img.p2 {
	margin-left:1em;
	float: right;
}
div#wrap div#bodyBox div.guideBottom div.guideBox div:after {  
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div#wrap div#bodyBox div.guideBottom div.guideBox div img {
	float: right;
}

/* ITEM
------------------------------------------------------------------------------*/
body#item0 div#wrap div#bodyBox div#items {
	display: inline-block;
	width:650px;
}
body#item0 div#wrap div#bodyBox div#items:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
body#item0 div#wrap div#bodyBox div#items div.items {
	padding: 0 0 0 13px;
	height: 155px;
	color: #726137;
	float: left;
}
body#item0 div#wrap div#bodyBox div#items div.items img {
	margin: 10px 0 5px 0;
	display: block;
}
body#item0 div#wrap div#bodyBox div#items div.items a img {
	border: 1px #fff solid;
}
body#item0 div#wrap div#bodyBox div#items div.items a:hover img {
	border: 1px #ccc solid;
}
body#item0 div#wrap div#bodyBox br {
	clear: both;
}

