@charset "utf-8";

/*カテゴリボックス
////////////////////////////////////////////////////*/

.mainContent ol {
	overflow: hidden;
	margin-top: 20px;
}

.mainContent ol li {
	width: 233px;
	float: left;
}

.mainContent ol li dl {
	width: 194px;
	overflow: hidden;
}

#productBox {
	margin: 0 auto;
}

#galleryBox {
	float: right;
}

#designDD {
	text-indent: -9999px;
	background: url(../../img/bg_dd_design.jpg) no-repeat;
	border-bottom: 1px solid #C4C4C4;
	height: 30px;
	margin: 5px 0 8px 0;
}

#productDD {
	text-indent: -9999px;
	background: url(../../img/bg_dd_product.jpg) no-repeat;
	border-bottom: 1px solid #C4C4C4;
	height: 30px;
	margin: 5px 0 8px 0;
}

#galleryDD {
	text-indent: -9999px;
	background: url(../../img/bg_dd_gallery.jpg) no-repeat;
	border-bottom: 1px solid #C4C4C4;
	height: 30px;
	margin: 5px 0 8px 0;
}


/*更新情報
////////////////////////////////////////////////////*/

#diagonalBox {
	clear: both;
	background-image: url(../img/bg_diagonal.gif);
	margin-top: 42px;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 9px;
	padding-left: 6px;
}

#diagonalBox dl {
	overflow: hidden;
	margin: 0　14px 0 9px;
}
#diagonalBox 
dt  {
	margin-top: 5px;
	float: left;
}

#diagonalBox dd {
	margin: 5px 0 0 80px;
}

h2 {
	font-size: 14px;
	color: #18243c;
}
