@charset "Shift_JIS";

/* ************************************** */
/* ************* トップページ *********** */

h2{
	background-image:url(../images2/title_bg01.gif);
}

@media print{
	h2{
/*		color:#000;*/
		border-style:solid;
		border-width:2px;
		border-color:#3165E0;
	}
	* html h2{/* IE only */
		background-color:#3165E0;
	}
}


/* トップページなので、HOMEボタンは隠す */
div#headerMenu #hMenu00{
	display:none;
}
#fMenu00{
	display:none;
}


#categories{
	position:relative;
	z-index:5;
	width:670px;
	height:330px;
	background-image:url(../images2/top-cat_bg_inf.gif);
	background-repeat:no-repeat;
}

#categories img{
	margin:13px 6px 13px 6px;
}
#categories img.first{
	margin-left:18px;
}

/* ポップアップメニュー */
#categories .popup{
	position:absolute;
	left:0;
	top:250px;
	visibility:hidden;
}

#categories .popup img{
	margin:0;
}

#categories #popupMenu01{
	left:100px;
}
#categories #popupMenu02{
	left:300px;
}
#categories #popupMenu03{
	left:480px;
}

/* ================================================ */
/* 新製品情報 */
#news{
	position:relative;
	z-index:1;
}

#news h2{
	margin:10px 0 6px 0;
}

#news .unit{
	width:638px;
	padding:12px 12px;
	border:1px solid #ccc;
	background-color:transparent;
}

#news .unit div,
#news .unit .indent{
	margin-left:16px;
}

#news .unit p{
	margin:3px 3px 6px 6px;
	padding:0 0 0 18px;

	background-image:url(../images2/mark02.gif);
	background-repeat:no-repeat;
	background-position:1px 3px;
}