@charset "utf-8";
/* CSS Document */

#product_frame{
	margin:0 auto;
	width:700px;
}

/* フレームトップ */
#product_frame div#top{
	width:700px;
	height:30px;
	background-image:url(../product_img/pro_title_bg.gif);
	background-repeat:no-repeat;
}

/* フレーム中 */
#product_frame div#middle{
	width:660px;
	height:auto;
	padding:0px 20px 0px 20px;
	background-image:url(../product_img/pro_bg.gif);
}

#product_frame div#pro_frame{
	clear:both;
	height:auto;
	margin-top:20px;

}

#product_frame div#middle div#pro01{
	width:240px;
	height:auto;
	position: relative;
}

/* お召し上がり方 */
#product_frame div#middle div#meshi{
	width:600px;
	margin-top:10px;
	margin-left:20px;
}
#meshi_left{
	width:350px;
}
#meshi_right{
	width:220px;
	float:right;
	margin-top:40px;
}

.pr
.pro_img{
	text-align:center;
}
.pro_moji{
	margin:0px auto;
	padding:10px 10px;
}
.pro_shousai{
	position: absolute; top:135px;
	text-align:right;
	width:220px;
}
/* 成分表 */
table#seibun {
  border: 1px solid #999999;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  margin-top:5px;
 }

table#seibun th, table#seibun td {
	padding:2px 3px;
	border: 1px solid #999999;
	font-size:10px;
}

/* フレーム下 */
#product_frame div#bottom{
	clear:both;
	width:700px;
}
/* 詳細ページ */

#sho_top{
	padding-top:15px;
	text-align:center;
	width:700px;
	background-color: #FFFFFF;
	clear:both;
}
#sho_top div#setumei{
	line-height:130%;
	width:500px;
	text-align:left;
	margin-left:18px;
}
#sho_top div#setumei_bot{
	margin-top:10px;
	padding-top:20px;
	padding-right:10px;
	padding-bottom:10px;
	text-align: left;
	line-height:130%;
	float:right;
	width:500px;
	border-top:solid #999999 1px;
}


#sho_middle{
	padding-top:15px;
	width:700px;
	background-color: #FFFFFF;
	clear:both;
}

#sho_middle div#setumei{
	margin-left:20px;
	margin-top:15px;
	text-align:reft;
	line-height:130%;	
	width:660px;
	background-color: #FFFFFF;
	clear:both;
}





.tokuchou{
	margin-left:15px;
	margin-bottom:10px;
}
	



