@charset "utf-8";
/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(%)
10px : 77%
11px : 85%
12px : 93%
13px : 100%
14px : 108%
15px : 116%
16px : 123.1%
17px : 131%
18px : 138.5%
19px : 146.5%
20px : 153.9%
21px : 161.6%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197%
*/

/* html
------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	color: #332405;
}
img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
}
#nadiaBP {
	padding: 10px 9px;
	border: #ccbfa7 solid 1px;
	background: url(../img/bp_bg.gif) repeat left top;
}
/* clearfix
------------- */
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* header
------------------------------- */
h1 {
	font-size: 93%;
	margin: 0 0 5px;
}

/* contents
------------------------------- */
#recipeWrap {
}
.recipe {
	width: 140px;
	padding: 0 0 7px;
	float: left;
	background: url(../img/bp_line_01.png) repeat-x left bottom;
}
.recipeTit {
	font-size: 10px;
	line-height: 1.5;
	padding: 0 5px;
	margin: 0;
	height:30px;
}
.recipeFig {
	padding: 7px 12px 0;
	background: url(../img/bp_line_01.png) repeat-x left top;
}
#btnWrap {
	margin: 9px 0 0;
	position: relative;
}
#btnMore {
	text-align: center;
}
#navLeft {
	position: absolute;
	top: 2px;
	left: 0;
}
#navRight {
	position: absolute;
	top: 2px;
	right: 0;
}
/* footer
------------------------------- */
#logo {
	margin: 3px 0 0;
	text-align: center;
}
#btnNavi {
	margin: 10px 0 0;
	text-align: center;
}
