@charset "Shift_JIS";
/* index */ 
 
/*-- 商品案内 --*/ 
div#productsBox {
	margin-top: 5px;
}
div#productsBox h3{
	float: left;
	width: 170px;
	height: 170px;
/*\*/
	overflow: hidden;
/**/
}
div#productsBox h3 a{
	display: block;
	width: 165px;
	height: 170px;
	text-indent:-9999px;
}
div#productsBox h3.buttonoff {background-position: 0px 0px;}
div#productsBox h3.buttonon {background-position: 0px -170px;}

h3#productsWagashi{
	background-image: url(../image/index_products_wabg.jpg);
	background-repeat: no-repeat;
}
h3#productsYogashi{
	background-image: url(../image/index_products_yobg.jpg);
	background-repeat: no-repeat;
}
h3#productsKosyokuhin{
	background-image: url(../image/index_products_kobg.jpg);
	background-repeat: no-repeat;
}
 	
/*-- 新商品・オススメ商品 --*/ 
div.newproductBox {
	height: 135px;
}
h3.newproductTitle,
p.newproductComment,
p.newproductLink {
	padding-left: 180px;
	padding-right: 15px;
}
h3.newproductTitle {
	padding-top: 15px;
	padding-bottom: 3px;
}
p.newproductComment {
	font-size: 11px;
	line-height: 1.2;
}
/* 詳細リンク */
p.newproductLink {
	margin-right: 15px;
	font-size: 11px;
	text-align: right;
	background-image: url(../image/index_newproduct_linkicon.gif);
	background-repeat: no-repeat;
	background-position: 100% 4px;
}

div.newproduct-ue {
	background-image: url(../image/index_newproduct_ue.jpg);
	background-repeat: no-repeat;
}
div.newproduct-shita {
	background-image: url(../image/index_newproduct_shita.jpg);
	background-repeat: no-repeat;
}
div.newproduct-p1 {
	background-image: url(../image/index_newproduct_h1bg.gif);
	background-repeat: no-repeat;
}
div.newproduct-p2 {
	background-image: url(../image/index_newproduct_h2bg.gif);
	background-repeat: no-repeat;
}
div.newproduct-p3 {
	background-image: url(../image/index_newproduct_h3bg.gif);
	background-repeat: no-repeat;
}
div.newproduct-p4 {
	background-image: url(../image/index_newproduct_h4bg.gif);
	background-repeat: no-repeat;
}
div.newproduct-p5 {
	background-image: url(../image/index_newproduct_h5bg.gif);
	background-repeat: no-repeat;
}
div.newproduct-p6 {
	background-image: url(../image/index_newproduct_cafe.jpg);
	background-repeat: no-repeat;
}
div.newproduct-p7 {
	background-image: url(../image/index_newproduct_mon.jpg);
	background-repeat: no-repeat;
}
 
/*-- トピックス --*/ 
table#topics {
	width: 100%;
	margin-bottom: 1em;
}
table#topics th{
	width: 100px;
	padding-left: 20px;
	background-image: url(../image/index_topicsicon.gif);
	background-position: 5px 5px ;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #F00;
}
table#topics td{
	color: #36C;
}
table#topics th,
table#topics td{
	border-bottom: 1px dashed #333;
	vertical-align: top;
}
 
/*-- マルト製菓について --*/ 
p#companyComment {
	font-size: 13px;
	margin-top: 5px;
}
img#companyPhoto {
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-right: 10px;
}
 

