@charset "UTF-8";


/* layout (2column-layout)
----------------------------------------------- */
#main {
	float: right;
	width: 675px;
	background: #fff;
}
#side {
	float: left;
	width: 200px;
	margin: 0 25px 0 0;
}


/* show.html
----------------------------------------------- */
.show h1 {
	margin: 25px 0 0;
	padding: 0 0 5px;
	background: url(/images/common/border01.gif) repeat-x left bottom;
}
.show h2 { margin: 30px 0 0; }


/* column */
.show .column {
	width: 675px;
	margin: 25px 0 0;
}
.show .column .left {
	float: left;
	width: 350px;
}
.show .column .right {
	float: right;
	width: 305px;
}


/* column2 */
.show .column2 {
	width: 675px;
	margin: 15px 0 0;
}
.show .itemBox {
	float: left;
	width: 168px;
	background: url(/images/common/border02.gif) repeat-y right top;
}
.show .itemBox img {
	width: 126px;
	margin: 0 0 0 20px;
}
.show .itemBox a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.show .itemBox h3 {
	width: 126px;
	margin: 5px 0 0 20px;
}
.show .itemBox p {
	width: 126px;
	margin: 5px 0 0 20px;
}
.show .noborder {
	background: none;
}


/* table */
.tableType_ingredients {
	width: 305px;
	border: 1px solid #d8d8d8;
}
.tableType_ingredients caption {
	width: 305px;
	background: #A0CD3C;
	color: #fff;
	font-weight: bold;
}
.tableType_ingredients td {
	padding: 2px 5px;
	border: 1px dotted #d8d8d8;
}
.tableType_ingredients .alphabet {
	border-right: 1px solid #d8d8d8;
}
.tableType_ingredients .end {
	border-bottom: 1px solid #d8d8d8;
}


.show .derections {
	width: 675px;
	margin: 15px 0 0;
}
.show .derections dt {
	width: 2em;
	padding: 0 0 0 5px;
	font-weight: bold;
}
.show .derections dd {
	margin-left: 2em;
	margin-top: -1.6em;
}



/* clearfix
----------------------------------------------- */
.show .column:after,
.show .column2:after,
.show ul.icon:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}
