@charset "shift_jis";

/* ****************************************************
products.css
Define products's particular layout.
***************************************************** */

/* index.html
=========================================*/
div#contents .subsection .products {
	clear:both;
	width:560px;
}
div#contents .subsection .products .left{
	float:left;
	width:270px;
}
div#contents .subsection .products .right{
	float:right;
	width:270px;
}
div#contents .subsection .products dl dt {
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	background:url(../images/com_bg02.gif) repeat-x 0 0;
}
/* for IE6 */
* html div#contents .subsection .products dl dt {
	height:1%;
}