@charset "utf-8";


/*メインコンテンツ*/


#main {
	width: 475px;
	float: left;
	padding-bottom: 20px;
}


.intro {
	background: url(../img/item_bar.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: 15px;
}


p.kinds {
	background: url(../img/sankaku.jpg) no-repeat 0 2px;
	text-indent: 15px;
	line-height: 1.7;
	margin-left: 15px;
}


.title_bar {
	background-color: #7d071f;
	color: #ffffff;
	margin-top: 15px;
	font-size: 1.2em;
	text-indent: 4px;
}


#products {
	width: 475px;
	height: 120px;
	border-bottom: 1px dotted #999;
	padding:15px 0px 20px 0px;
}

	
.cake {
	width: 150px;
	float: left;
	margin-right: 10px;
}


.detail {
	width: 296px;
	float: left;
}


.name {
	font-size: 1.2em;
	font-weight: bold;
}


.price {
	font-size:0.8em;
}


.btn {
		margin-top: 12px;
}

/*  //////   item.html  /////    */
h3.product_name {
	margin-bottom: 5px;
	color: #7c0725;
	font-size: x-large;
}


ul.tdftad{display:none;
}

