
/* --- common style ---------------------------------------------------- */

html {
	height:100%;
	margin-bottom:1px;
}

body {
	margin:0px;
	border:none;
	padding:0px;
	font-size:0.84em;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6,p,table,tr,th,td,dl,dt,dd,img,span,div {
	margin:0px;
	border:none;
	padding:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

table,
table tr,
table tr th,
table tr td { /* === IE === */
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
	font-size:1em;
}

table caption {
	display:none;
}

.clear:after {
   content: ".";
   display:block;
   clear:both;
   height:0;
   visibility:hidden;
}
.clear { display:inline-block; }
/* exlude MacIE5 \*/
* html .clear { height:1% }
.clear {display:block;}
/* end MacIE5 */

.f_clear {
	clear:both;
}

a:link {color:#97b70c; text-decoration:none;}
a:visited {color:#97b70c; text-decoration:none;}
a:active {color:#7f5e29; text-decoration:none;}
a:hover {color:#7f5e29; text-decoration:underline;}



/* --- site layout ----------------------------------------------------------- */

body {
	text-align:center;
	color:#666666;
}

div#layout {
	overflow:hidden;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:940px;
	background:url(../img/bg_layout.jpg);
	text-align:center;
}


div#layout div#header {
	overflow:hidden;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:900px;
	text-align:left;
}

div#layout div#wrapper {
	overflow:hidden;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:900px;
	background:url(../img/bg_wrapper.jpg) repeat-y;
	text-align:left;
}

div#wrapper div#main {
	float:right;
	display:inline;
	overflow:hidden;
	margin:0 30px 0 0;
	padding:0 0 0 0;
	width:650px;
}

div#wrapper div#navi {
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:200px;
	text-align:left;
}

div#layout div#footer {
	clear:both;
	overflow:hidden;
	margin:0 auto 20px auto;
	padding:0 0 0 0;
	width:900px;
	text-align:center;
	font-size:0.80em;
	color:#666666;
}


/* --- header ---------------------------------------------------------------- */

#topP div#header {
	height:307px;
	background:url(../img/bg_header.jpg) no-repeat;
}

#storyP div#header,
#cultivationP div#header,
#nutritionP div#header,
#recipeP div#header,
#faqP div#header,
#commissionP div#header,
#tradeP div#header,
#linkP div#header,
#mediaP div#header,
#inquiryP div#header,
#privacyP div#header,
#infomationP div#header,
#sitemapP div#header {
	height:230px;
	background:url(../img/bg_header_inner.jpg) no-repeat;
}

div#header h1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:900px;
	height:35px;
}

div#header h1 a,
div#header h1 a span {
	display:block;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:900px;
	height:35px;
}

div#header p {
	overflow:hidden;
	margin:2px 0 0 30px;
	padding:0 0 0 0;
	width:140px;
	height:120px;
}

div#header p a,
div#header p a span {
	overflow:hidden;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:140px;
	height:120px;
}





/* --- navi ------------------------------------------------------------------ */

div#navi ul#navi_main {
	list-style:none;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	width:200px;
}

div#navi ul#navi_main li {
	overflow:hidden;
	margin:0 0 8px 0;
	padding:0 0 0 0;
	width:200px;
	height:29px;
}

div#navi ul#navi_main li a,
div#navi ul#navi_main li a span {
	display:block;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:200px;
	height:29px;
}

div#navi ul#navi_main li a { background:url(../img/bg_navi_main.jpg) no-repeat; }

div#navi ul#navi_main li#n_story a { background-position:0px 0px; }
div#navi ul#navi_main li#n_cultivation a { background-position:0px -37px; }
div#navi ul#navi_main li#n_nutrition a { background-position:0px -74px; }
div#navi ul#navi_main li#n_recipe a { background-position:0px -111px; }
div#navi ul#navi_main li#n_faq a { background-position:0px -148px; }
div#navi ul#navi_main li#n_commission a { background-position:0px -185px; }
div#navi ul#navi_main li#n_trade a { background-position:0px -222px; }
div#navi ul#navi_main li#n_link a { background-position:0px -259px; }

div#navi ul#navi_main li#n_story a:hover { background-position:-200px 0px; }
div#navi ul#navi_main li#n_cultivation a:hover { background-position:-200px -37px; }
div#navi ul#navi_main li#n_nutrition a:hover { background-position:-200px -74px; }
div#navi ul#navi_main li#n_recipe a:hover { background-position:-200px -111px; }
div#navi ul#navi_main li#n_faq a:hover { background-position:-200px -148px; }
div#navi ul#navi_main li#n_commission a:hover { background-position:-200px -185px; }
div#navi ul#navi_main li#n_trade a:hover { background-position:-200px -222px; }
div#navi ul#navi_main li#n_link a:hover { background-position:-200px -259px; }

div#navi ul#navi_main li#n_story a.now { background-position:-200px 0px; }
div#navi ul#navi_main li#n_cultivation a.now { background-position:-200px -37px; }
div#navi ul#navi_main li#n_nutrition a.now { background-position:-200px -74px; }
div#navi ul#navi_main li#n_recipe a.now { background-position:-200px -111px; }
div#navi ul#navi_main li#n_faq a.now { background-position:-200px -148px; }
div#navi ul#navi_main li#n_commission a.now { background-position:-200px -185px; }
div#navi ul#navi_main li#n_trade a.now { background-position:-200px -222px; }
div#navi ul#navi_main li#n_link a.now { background-position:-200px -259px; }

div#navi ul#navi_main li#n_trade {
	overflow:hidden;
	margin:0 0 8px 0;
	padding:0 0 0 0;
	width:200px;
	height:auto;
}

div#navi ul#navi_main li#n_trade ul {
	list-style:none;
	overflow:hidden;
	margin:5px 0 2px 7px;
	padding:0 0 0 0;
	width:180px;
}

div#navi ul#navi_main li#n_trade ul li {
	overflow:hidden;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	width:180px;
	height:24px;
}

div#navi ul#navi_main li#n_trade ul li a {
	display:block;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:180px;
	height:24px;
	background:url(../img/bg_navi_sub.jpg) no-repeat 0px 0px;
	text-indent:25px;
	line-height:24px;
	font-size:12px;
	color:#ffffff;
}

div#navi ul#navi_main li#n_trade ul li a:hover,
div#navi ul#navi_main li#n_trade ul li a.now {
	background:url(../img/bg_navi_sub.jpg) no-repeat -180px 0px;
	font-weight:bold;
}

div#navi ul#navi_sub {
	list-style:none;
	overflow:hidden;
	margin:0 0 50px 7px;
	padding:0 0 0 0;
	width:180px;
}

div#navi ul#navi_sub li {
	overflow:hidden;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	width:180px;
	height:24px;
}

div#navi ul#navi_sub li a {
	display:block;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:180px;
	height:24px;
	background:url(../img/bg_navi_sub.jpg) no-repeat 0px 0px;
	text-indent:25px;
	line-height:24px;
	font-size:12px;
	color:#ffffff;
}

div#navi ul#navi_sub li a:hover,
div#navi ul#navi_sub li a.now {
	background:url(../img/bg_navi_sub.jpg) no-repeat -180px 0px;
	font-weight:bold;
}





/* --- footer ---------------------------------------------------------------- */

div#footer a { color:#666666; }

div#footer ul {
	list-style:none;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	width:900px;
	background:#ebe9dc;
}

div#footer ul li {
	display:inline;
}

div#footer p {
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:900px;
}



/* --- main ------------------------------------------------------------------ */

div#main p {
	overflow:hidden;
	margin-bottom:1em;
}

div#main p#bread {
	margin-bottom:10px;
}

div#main p.p_margin_b_0 {
	margin-bottom:0px;
}

div#main p.p_margin_l_18 {
	margin-left:18px;
}

div#main p.p_margin_l_30 {
	margin-left:30px;
}

div#main p.p_txt_right {
	text-align:right;
}

div#main p.p_txt_center {
	text-align:center;
}

div#main p.img_right,
div#main img.img_right {
	float:right;
	display:inline;
	margin-bottom:3px;
	margin-left:10px;
}

div#main p.img_left,
div#main img.img_left {
	float:left;
	display:inline;
	margin-bottom:3px;
	margin-right:10px;
}

div#main p.page_top {
	clear:both;
	margin-top:20px;
	margin-bottom:30px;
	line-height:15px;
	text-align:right;
}

div#main p.page_top img {
	margin:0 2px 0 0;
	vertical-align:bottom;
}

#storyP div#main h2.h2_page,
#cultivationP div#main h2.h2_page,
#nutritionP div#main h2.h2_page,
#recipeP div#main h2.h2_page,
#faqP div#main h2.h2_page,
#commissionP div#main h2.h2_page,
#tradeP div#main h2.h2_page,
#linkP div#main h2.h2_page,
#mediaP div#main h2.h2_page,
#inquiryP div#main h2.h2_page,
#privacyP div#main h2.h2_page,
#infomationP div#main h2.h2_page,
#sitemapP div#main h2.h2_page {
	clear:both;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0 0 0 0;
	width:650px;
	height:35px;
	background:url(../img/ttl_h2_page.jpg) no-repeat;
	text-indent:10px;
	line-height:35px;
	font-weight:normal;
	font-size:1.25em;
	color:#5a3d1c;
}

#storyP div#main h2,
#cultivationP div#main h2,
#nutritionP div#main h2,
#recipeP div#main h2,
#faqP div#main h2,
#commissionP div#main h2,
#tradeP div#main h2,
#linkP div#main h2,
#mediaP div#main h2,
#inquiryP div#main h2,
#privacyP div#main h2,
#infomationP div#main h2,
#sitemapP div#main h2 {
	clear:both;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0 0 0 0;
	width:650px;
	height:30px;
	background:url(../img/ttl_h2.jpg) no-repeat;
	text-indent:40px;
	line-height:32px;
	font-weight:bold;
	font-size:1.1em;
	color:#ffffff;
}

#storyP div#main h3,
#cultivationP div#main h3,
#nutritionP div#main h3,
#recipeP div#main h3,
#faqP div#main h3,
#commissionP div#main h3,
#tradeP div#main h3,
#linkP div#main h3,
#mediaP div#main h3,
#inquiryP div#main h3,
#privacyP div#main h3,
#infomationP div#main h3,
#sitemapP div#main h3 {
	clear:both;
	overflow:hidden;
	margin:20px 0 15px 0;
	padding:0 0 0 0;
	width:650px;
	height:25px;
	background:url(../img/ttl_h3.jpg) no-repeat;
	text-indent:28px;
	line-height:25px;
	font-weight:bold;
	font-size:1.1em;
	color:#97b60d;
}

#storyP div#main h4,
#cultivationP div#main h4,
#nutritionP div#main h4,
/*#recipeP div#main h4,*/
#faqP div#main h4,
#commissionP div#main h4,
#tradeP div#main h4,
#linkP div#main h4,
#mediaP div#main h4,
#inquiryP div#main h4,
#privacyP div#main h4,
#infomationP div#main h4,
#sitemapP div#main h4 {
	clear:both;
	overflow:hidden;
	margin:20px 0 5px 0;
	border-left:3px solid #5a3d1c;
	padding:0 0 0 0;
	width:647px;
	height:1.5em;
	text-indent:3px;
	line-height:1.5em;
	font-weight:bold;
	font-size:1em;
	color:#5a3d1c;
}




/* --------------------------------------------------------------------------- */
/* --- topP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */

#topP div#main a:link {color:#666666;}
#topP div#main a:hover {color:#7f5e29;}

#topP div#main div div { /* === IE === */
	position:relative;
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 8px 0 0;
	border-right:2px dotted #cccccc;
	padding:0 7px 0 0;
	width:205px;
	height:280px;
}

#topP div#main div div.top_box_last {
	margin:0 0 0 0;
	border-right:none;
	padding:0 0 0 0;
	width:205px;
}

#topP div#main div div h2 {
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	width:205px;
	height:32px;
}

#topP div#main div div h2 a,
#topP div#main div div h2 a span {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:205px;
	height:32px;
}

#topP div#main div div#box_nutrition h2 a { background:url(../img/ttl_top_nutrition.jpg) no-repeat; }
#topP div#main div div#box_faq h2 a { background:url(../img/ttl_top_faq.jpg) no-repeat; }
#topP div#main div div#box_recipe h2 a { background:url(../img/ttl_top_recipe.jpg) no-repeat; }

#topP div#main div div#box_recipe h3 {
	margin:0 0 0 0;
	padding:0 0 0 28px;
	background:url(../img/ttl_pistachio.jpg) no-repeat 0px 0px;
	line-height:15px;
	font-size:1em;
}

#topP div#main div div p {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#topP div#main div div p.to_detail {
	position:absolute;
	bottom:0px;
	right:0px;
	margin:0 5px 0 0;
	padding:0 0 0 0;
	text-align:right;
}

#topP div#main div div p.to_detail a img {
	margin-right:2px;
	vertical-align:text-bottom;
}

#topP div#main div div#box_faq ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:205px;
}

#topP div#main div div#box_faq ul li { /* === IE === */
	list-style:none;
	margin:0 0 5px 0;
	border-bottom:1px dotted #cccccc;
	padding:0 0 5px 33px;
	width:172px;
	height:42px;
	background:url(../img/ttl_question.png) no-repeat;
}

#topP div#main h2#ttl_top_news {
	overflow:hidden;
	margin:25px 0 10px 0;
	padding:0 0 0 0;
	width:650px;
	height:30px;
}

#topP div#main h2#ttl_top_news a,
#topP div#main h2#ttl_top_news a span {
	display:block;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:650px;
	height:30px;
}

#topP div#main h2#ttl_top_news a {
	background:url(../img/ttl_top_news.jpg) no-repeat;
}

#topP div#main ul#ul_news {
	list-style:none;
	overflow:hidden;
	margin:0 0 0 15px;
	padding:0 0 0 0;
	width:635px;
}

#topP div#main ul#ul_news li {
	clear:both;
	margin:0 0 5px 0;
	border-bottom:1px dotted #999999;
	padding:0 0 0 0;
	width:635px;
}

#topP div#main ul#ul_news li a {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:635px;
}

#topP div#main ul#ul_news li a span {
	float:left;
	display:inline;
	width:70px;
	color:#7f5e29;
}




/* --------------------------------------------------------------------------- */
/* --- storyP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */

#storyP div#main p.p_strong {
	font-size:1.1em;
	font-weight:bold;
	color:#97b60d;
}


/* --------------------------------------------------------------------------- */
/* --- cultivationP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */
/* --- nutritionP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */

#nutritionP div#main h2#ttl_h2_healthy {
	clear:both;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0 0 0 0;
	width:650px;
	height:80px;
	background:url(../img/ttl_nutrition_h2_healthy.jpg) no-repeat;
}

#nutritionP div#main h2#ttl_h2_healthy span {
	display:block;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:650px;
	height:80px;
}

#nutritionP div#main h3 { /* === IE === */
	clear:both;
	overflow:hidden;
	margin:30px 0 15px 0;
	border-bottom:2px solid #97b70e;
	padding:0 0 0 28px;
	width:622px;
	height:auto;
	background:url(../img/ttl_pistachio.jpg) no-repeat;
	text-indent:0;
	line-height:25px;
	font-weight:bold;
	font-size:1.1em;
	color:#5a3d1c;
}

#nutritionP div#main div#box_topic { /* === IE === */
	overflow:hidden;
	margin:20px auto 30px auto;
	border:1px dotted #97b60d;
	padding:0 0 0 0;
	width:598px;
}

#nutritionP div#main div#box_topic h4 {
	clear:both;
	overflow:hidden;
	margin:0 0 0 0;
	border-bottom:1px dotted #97b60d;
	border-left:none;
	padding:0 0 0 0;
	width:598px;
	height:1.5em;
	background:#dfffc8;
	text-indent:5px;
	line-height:1.5em;
	font-weight:bold;
	font-size:1em;
	color:#5a3d1c;
}

#nutritionP div#main div#box_topic p {
	margin:10px 10px 10px 15px;
}

#nutritionP div#main div.box_chemical_01 {
	position:relative;
	overflow:hidden;
	margin:30px 0 20px 0;
	border-bottom:1px dotted #97b60d;
	padding:0 0 0 0;
	width:650px;
}

#nutritionP div#main div.box_chemical_01 h4 {
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	margin:0 10px 0 0;
	border:none;
	padding:0 0 0 0;
	width:100px;
	height:237px;
	background:none;
	text-indent:0;
}

#nutritionP div#main div.box_chemical_01 h4 span {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100px;
	height:237px;
}

#nutritionP div#main div.box_chemical_01 h4#ttl_nutrition_h4_01 {
	background:url(../img/ttl_nutrition_h4_01.jpg) no-repeat;
}

#nutritionP div#main div.box_chemical_01 h4#ttl_nutrition_h4_02 {
	background:url(../img/ttl_nutrition_h4_02.jpg) no-repeat;
}

#nutritionP div#main div.box_chemical_01 h4#ttl_nutrition_h4_03 {
	background:url(../img/ttl_nutrition_h4_03.jpg) no-repeat;
}

#nutritionP div#main div.box_chemical_01 h5 {
	overflow:hidden;
	margin:0 0 5px 110px;
	border-left:3px solid #5a3d1c;
	padding:0 0 0 0;
	width:auto;
	height:1.5em;
	text-indent:3px;
	line-height:1.5em;
	font-weight:bold;
	font-size:1em;
	color:#5a3d1c;
}

#nutritionP div#main div.box_chemical_01 h5.add_star {
	overflow:hidden;
	margin:0 0 5px 110px;
	border-left:none;
	padding:0 0 0 0;
	width:auto;
	height:auto;
	text-indent:3px;
	line-height:1.5em;
	font-weight:bold;
	font-size:1.2em;
	color:#97b60d;
}

#nutritionP div#main div.box_chemical_01 h5.add_star img {
	vertical-align:bottom;
}

#nutritionP div#main div.box_chemical_01 p {
	margin-left:110px;
}

#nutritionP div#main dl.dl_faq {
	overflow:hidden;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	width:650px;
}

#nutritionP div#main dl.dl_faq dt {
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 0 35px;
	height:32px;
	background:url(../img/ttl_faq_question.jpg) no-repeat;
	line-height:32px;
	color:#97b70c;
}

#nutritionP div#main dl.dl_faq dd { /* === IE === */
	margin:0 0 0 0;
	padding:0 0 0 35px;
	background:url(../img/ttl_faq_answer.jpg) no-repeat;
	min-height:30px;
}

#nutritionP div#main h2#ttl_h2_phyto {
	clear:both;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0 0 0 0;
	width:650px;
	height:222px;
	background:url(../img/ttl_nutrition_h2_phyto.jpg) no-repeat;
}

#nutritionP div#main h2#ttl_h2_phyto span {
	display:block;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:650px;
	height:222px;
}

#nutritionP div#main div.box_chemical_02 {
	overflow:hidden;
	margin:20px 0 30px 0;
	border-bottom:1px dotted #97b60d;
	padding:0 0 0 0;
	width:650px;
}

#nutritionP div#main div.box_chemical_02 h4 {
	overflow:hidden;
	margin:0 0 5px 0;
	border:none;
	padding:0 0 0 0;
	width:650px;
	height:40px;
	background:none;
	text-indent:0;
}

#nutritionP div#main div.box_chemical_02 h4 span {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:650px;
	height:40px;
}

#nutritionP div#main div.box_chemical_02 h4#ttl_nutrition_h4_04 {
	background:url(../img/ttl_nutrition_h4_04.jpg) no-repeat;
}

#nutritionP div#main div.box_chemical_02 h4#ttl_nutrition_h4_05 {
	background:url(../img/ttl_nutrition_h4_05.jpg) no-repeat;
}

#nutritionP div#main div.box_chemical_02 h4#ttl_nutrition_h4_06 {
	background:url(../img/ttl_nutrition_h4_06.jpg) no-repeat;
}

#nutritionP div#main div.box_chemical_02 h4#ttl_nutrition_h4_07 {
	background:url(../img/ttl_nutrition_h4_07.jpg) no-repeat;
}

#nutritionP div#main div.box_chemical_02 h4#ttl_nutrition_h4_08 {
	background:url(../img/ttl_nutrition_h4_08.jpg) no-repeat;
}




/* --------------------------------------------------------------------------- */
/* --- recipeP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */

#recipeP div#main div.box_patissier { /* === IE === */
	position:relative;
	overflow:hidden;
	margin:15px 0 0 0;
	border-bottom:1px dotted #97b70c;
	padding:0 0 15px 0;
	width:650px;
	height:96px;
}

#recipeP div#main div.box_patissier_last {
	position:relative;
	overflow:hidden;
	margin:15px 0 0 0;
	border-bottom:none;
	padding:0 0 15px 0;
	width:650px;
	height:96px;
}

#recipeP div#main div.box_patissier h3,
#recipeP div#main div.box_patissier_last h3 {
	position:absolute;
	top:0px;
	left:90px;
	overflow:visible;
	margin:0 0 0 0;
	border-bottom:1px dotted #999999;
	padding:0 0 0 0;
	width:460px;
	height:25px;
	background:url(../img/ttl_recipe_h3_01.jpg) no-repeat;
	text-indent:35px;
	line-height:25px;
	font-weight:bold;
	font-size:1.1em;
	color:#7f5e29;
}

#recipeP div#main div.box_patissier h3 span,
#recipeP div#main div.box_patissier_last h3 span {
	position:absolute;
	top:30px;
	left:0;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:460px;
	height:1em;
	text-indent:35px;
	line-height:1em;
	font-weight:normal;
	font-size:0.84em;
	color:#7f5e29;
}

#recipeP div#main div.box_patissier p.recipe_name,
#recipeP div#main div.box_patissier_last p.recipe_name {
	position:absolute;
	top:50px;
	right:90px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:460px;
	height:45px;
	text-align:right;
}

#recipeP div#main div.box_patissier p.recipe_name img,
#recipeP div#main div.box_patissier_last p.recipe_name img {
	margin-right:3px;
	vertical-align:text-bottom;
}

#recipeP div#main div.box_patissier p.img_profile,
#recipeP div#main div.box_patissier_last p.img_profile {
	position:absolute;
	top:0px;
	left:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:80px;
	height:96px;
}

#recipeP div#main div.box_patissier p.img_recipe,
#recipeP div#main div.box_patissier_last p.img_recipe {
	position:absolute;
	top:0px;
	right:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:80px;
	height:96px;
}

#recipeP div#main div.box_cook {
	overflow:hidden;
	margin:15px 0 0 0;
	border-bottom:1px dotted #97b70c;
	padding:0 0 15px 0;
	width:650px;
}

#recipeP div#main div.box_cook h3 span {
	float:right;
	display:inline;
	text-align:right;
	font-size:0.84em;
	font-weight:normal;
	color:#999999;
}

#recipeP div#main div.box_cook p span {
	font-weight:bold;
	color:#97b70c;
}

#recipeP div#main div.box_cook p.p_m_left {
	margin-left:15px;
}

#recipeP div#main div.box_cook div {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#recipeP div#main div.box_cook div p {
	overflow:hidden;
	float:left;
	display:inline;
	margin:0 6px 0 6px;
	padding:0 0 0 0;
	width:150px;
	height:190px;
	text-align:center;
	font-size:1em;
	line-height:1.2;
}

#recipeP div#main div.box_resipe_01 {
	margin:0 0 20px 0;
	padding:0 0 0 0;
	width:650px;
}

#recipeP div#main div.box_resipe_01 p.p_txt {
	float:none;
	display:block;
	margin:0 0 1em 0;
	padding:0 0 0 0;
	width:420px;
}

#recipeP div#main div.box_resipe_01 p {
	float:left;
	display:inline;
	margin:0 15px 0 0;
	padding:0 0 0 0;
	width:210px;
}

#recipeP div#main div.box_resipe_01 p img {
	border:1px solid #cccccc;
	padding:2px;
	background:#ffffff;
}

#recipeP div#main div.box_resipe_01 table {
	margin:0 0 0 0;
	border-collapse:collapse;
	border-spacing:3px;
	padding:0 0 0 0;
	width:420px;
}

#recipeP div#main div.box_resipe_01 h4 { /* === IE === */
	font-weight:bold;
	color:#809814;
}

#recipeP div#main div.box_resipe_01 table tr th,
#recipeP div#main div.box_resipe_01 table tr td {
	margin:0 0 0 0;
	border:1px #97b60d solid;
	padding:3px 5px 3px 5px;
	background:#ffffff;
	vertical-align:top;
	font-size:0.8em;
}

#recipeP div#main div.box_resipe_01 table tr th {
	width:180px;
	background:#e0fcc3;
	text-align:right;
	color:#809814;
}

#recipeP div#main div.box_resipe_01 table tr th.th_ttl {
	width:420px;
	background:#e0fcc3;
	font-weight:bold;
	color:#809814;
}

#recipeP div#main div.box_resipe_01 table tr td {
}

#recipeP div#main div.box_resipe_02 { /* === IE === */
	margin:0 0 20px 0;
	border:1px solid #97b60d;
	border-top:none;
	padding:0 0 0 0;
	width:648px;
	background:#ffffff;
}

#recipeP div#main div.box_resipe_02 h4 { /* === IE === */
	margin:0 0 0 0;
	border-top:1px solid #97b60d;
	border-bottom:1px solid #97b60d;
	padding:5px 0 5px 10px;
	width:638px;
	background:#e0fcc3;
	font-weight:bold;
	color:#809814;
}

#recipeP div#main div.box_resipe_02 ol,
#recipeP div#main div.box_resipe_02 ul { /* === IE === */
	margin-right:15px;
}

#recipeP div#main div.box_resipe_02 ol li,
#recipeP div#main div.box_resipe_02 ul li { /* === IE === */
	margin-bottom:5px;
	font-weight:bold;
	color:#809814;
}

#recipeP div#main div.box_resipe_02 ol li span,
#recipeP div#main div.box_resipe_02 ul li span {
	font-weight:normal;
	color:#666666;
}

#recipeP div#main div.box_resipe_03 { /* === IE === */
	margin:0 0 20px 0;
	border:1px solid #97b60d;
	padding:0 0 0 0;
	width:648px;
	background:#ffffff;
}

#recipeP div#main div.box_resipe_03 h4 {
	margin:0 0 0 0;
	border-bottom:1px solid #97b60d;
	padding:5px 0 5px 10px;
	background:#e0fcc3;
	font-weight:bold;
	color:#809814;
}

#recipeP div#main div.box_resipe_03 p {
	margin:5px 15px 1em 22px;
}

#recipeP div#main div.box_resipe_04 {
	margin:0 0 20px 0;
	padding:0 0 0 0;
	width:650px;
}

#recipeP div#main div.box_resipe_04 h4 {
	font-weight:bold;
	color:#809814;
}

#recipeP div#main div.box_resipe_04 p {
	float:right;
	display:inline;
	margin:0 0 1em 0;
	padding:0 0 0 0;
	width:500px;
}

#recipeP div#main div.box_resipe_04 p.txt_small {
	font-size:0.8em;
}

#recipeP div#main div.box_resipe_04 p.img_pro {
	float:left;
	display:inline;
	margin:0 15px 0 0;
	width:130px;
}

#recipeP div#main div.box_resipe_04 p.img_pro img {
	float:left;
	display:inline;
	margin:0 0 0 0;
	border:1px solid #cccccc;
	padding:2px;
	background:#ffffff;
}





/* --------------------------------------------------------------------------- */
/* --- faqP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */

#faqP div#main dl {
	overflow:hidden;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	width:650px;
}

#faqP div#main dl dt {
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 0 35px;
	height:32px;
	background:url(../img/ttl_faq_question.jpg) no-repeat;
	line-height:32px;
	color:#97b70c;
}

#faqP div#main dl dd { /* === IE === */
	margin:0 0 0 0;
	padding:0 0 0 35px;
	background:url(../img/ttl_faq_answer.jpg) no-repeat;
	min-height:30px;
}


/* --------------------------------------------------------------------------- */
/* --- commissionP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */
/* --- tradeP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */

#tradeP div#main p a img.img_btn {
	margin:0 20px 0 20px;
}

#tradeP div#main table {
	margin:0 5px 20px 5px;
}

#tradeP div#main table th,
#tradeP div#main table td {
	margin:0 0 0 0;
	border-top:1px solid #cdee40;
	border-right:1px solid #97b70e;
	border-bottom:1px solid #97b70e;
	border-left:1px solid #cdee40;
	padding:5px;
	text-align:left;
	font-size:0.9em;
}

#tradeP div#main table th {
	width:130px;
	background:#f2fcc8;
	text-align:right;
	color:#5a3d1c;
}

#tradeP div#main table th span {
	color:#97b70e;
}

#tradeP div#main table td {
}

#tradeP div#main table tr td ol { /* === IE === */
	list-style-type:lower-alpha;
	padding-left:20px;
}

#tradeP div#main table tr td ol li {
	margin-bottom:5px;
}

#tradeP div#main table tr td ol li ol {
	list-style-type:decimal;
}

#tradeP div#main table tr td ol li ol li ol {
	list-style:lower-roman;
}

#tradeP div#main table tr td table {
}

#tradeP div#main table tr td table caption {
	display:table-caption;
	text-align:left;
}

#tradeP div#main table tr td table tr th {
	width:auto;
	text-align:left;
}

#tradeP div#main table tr td table tr th.th_center {
	text-align:center;
}

#tradeP div#main table tr td table tr td {
	text-align:center;
}



/* --------------------------------------------------------------------------- */
/* --- linkP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */
/* --- mediaP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */
/* --- inquiryP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */

#inquiryP div#main table {
	margin:0 auto 0 auto;
	border-collapse:separate;
	border-spacing:2px 4px;
	width:500px;
}

#inquiryP div#main table th,
#inquiryP div#main table td {
	margin:0 0 0 0;
	border-top:1px solid #cdee40;
	border-right:1px solid #97b70e;
	border-bottom:1px solid #97b70e;
	border-left:1px solid #cdee40;
	padding:3px 3px 3px 2px;
	text-align:left;
	font-size:0.9em;
}

#inquiryP div#main table th {
	width:170px;
	background:#f2fcc8;
	text-align:right;
	color:#5a3d1c;
}

#inquiryP div#main table th span {
	color:#97b70e;
}

#inquiryP div#main table td {
	background:#f8fce7;
}

#inquiryP div#main table td input {
	padding:2px;
	width:280px;
	font-size:1em;
}

#inquiryP div#main table td textarea {
	padding:2px;
	width:280px;
	height:60px;
	font-size:1em;
}

#inquiryP div#main p#p_reauired {
	margin:0 auto 10px auto;
	width:500px;
	text-align:right;
	font-weight:bold;
	color:#5a3d1c;
}

#inquiryP div#main p#p_reauired span {
	color:#97b70e;
}

#inquiryP div#main p#p_bottun {
	text-align:center;
}

#inquiryP div#main p#p_bottun input {
	margin:0 30px;
}



/* --------------------------------------------------------------------------- */
/* --- privacyP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */
/* --- infomationP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */

#infomationP div#main h3 span {
	float:right;
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100px;
	height:25px;
}

#infomationP div#main p.p_information {
	margin-bottom:2em;
	margin-left:30px;
	border-bottom:2px dotted #cccccc;
	padding-bottom:1em;
}



/* --------------------------------------------------------------------------- */
/* --- sitemapP ------------------------------------------------------------------ */
/* --------------------------------------------------------------------------- */

#sitemapP div#main ul {
	list-style:none;
	float:left;
	display:inline;
	margin:0 20px 50px 20px;
	padding:0 0 0 0;
	width:260px;
}

#sitemapP div#main ul li {
	overflow:hidden;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	width:260px;
	height:25px;
	background:url(../img/ttl_h3.jpg) no-repeat;
	text-indent:28px;
	line-height:25px;
	font-weight:bold;
	font-size:1.1em;
	color:#97b60d;
}

#sitemapP div#main ul li.sitemap_trade {
	height:auto;
}

#sitemapP div#main ul li.sitemap_trade ul {
	float:none;
	display:block;
	margin:15px 20px 0 20px;
	padding:0 0 0 0;
	width:260px;
}

#sitemapP div#main ul li.sitemap_trade ul li {
	font-size:12px;
}





















