@charset "utf-8";

@import url("../../../css/common.css");
@import url("../../css/common.css");
@import url("common.css");

/*===========================================

    product
	
	option
	
	index.css
		
===========================================*/



/*	indexmenu
===========================================*/
div.indexmenu_back {
	width: 980px;
	margin: 0 auto 20px auto;
	background: url(../img/index/back.gif) bottom no-repeat;
}

dl#indexmenu_product {
	width: 942px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

dl#indexmenu_product dt a {
	width: 310px;
	float: left;
	margin-right: 6px;
	margin-bottom: 8px;
	background-color: #CCCCCC;
}

dl#indexmenu_product dt.menu3 a {
	margin-right: 0;
}
	
dl#indexmenu_product dd {
	display: none;
}


