div.s_expl{font-weight:bold;} 

.product_list {
	float: left;
	width: 140px;
	text-align: center;
	padding:5px 0px 25px;
	border : 1px solid #e0e0e0;
	}


.product_item {
	text-align:center;
	width:145px;
	margin:0px auto;
	}

div.howtocultivate{
text-align:right;
border : thin solid #B8860B;
padding:10px;
margin : 0px 0 10px 0;
}

img.glowing{
float:right;
margin:5px 15px 5px 5px;
overflow: hidden; 
}

td.expcell { padding: 10px; }

iframe{
margin:0;
padding:0;
}

div.request{
border:none;
width:200px;
background-color:#fcece3;
}

div.newproduct{
position:relative;
left:350px;
top:20px;
z-index:999;
}


td.potato_setsumei{
  font-size:12px;
  vertical-align:top;
 padding:5px 8px 20px 8px;
}
span.potato_name{
  color:#b39559;
  font-weight:700;
  font-size:14px;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #A0A0A0;
margin: 4px 5px 0px 5px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #99FFFF;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

padding: 5px;
left: -1000px;
border: none;
visibility: hidden;
color: #FFF6CC;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 4px;
left:-170px; /*position where enlarged image should offset horizontally */
z-index: 50;
	position:absolute;
	top:50%;
	left:50%;
	width:480px;
	height:140px;
	margin:-80px 0 0 -250px;

}


#detail {
	text-align:center;
	color:<{$font_color}>;
	}


.main_title {
	padding: 5px;
	margin:10px 0;
	background-color:#dacdb9 ;
	width:580px;
	}

h2.main_title {
	font-size:12px;
	font-weight:700x;
	margin:0;
	padding: 5px;
	width:580px;
	}


#detail .expl {
	line-height:150%;
	text-align: left;
	margin: 10px 10px 5px 10px;
	}

#detail .main_img {
	padding: 4px;
	border:1px #dacdb9 solid;
	}

#detail .sub {
	float: left;
	width: 188px;
	text-align: center;
	}

#detail .sub img {
	width: <{$productimg_border}>px;
	padding: 4px;
	border:1px #dacdb9 solid;
	}


#detail .table  {
	border:1px #866629 solid;
           border-collapse: collapse;
	}

#detail .table .cell_1 {
	width: 130px;
	height: 28px;
	color: #6d2916;
	font-weight:bold;
	background:#c5a05a;
	border-bottom:1px #866629 solid;
           border-collapse: collapse;
	}

#detail .table .cell_2 {
	width: 270px;
	height: 28px;
	color: #6d2916;
	border-bottom:1px #866629 solid;
	border-collapse: collapse;
	text-align:left;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}


table.prd_info{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.prd_info th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.prd_info td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}

span.teishoku{
    letter-spacing: 2em;
}