@charset "utf-8";


/* ---------------------------------------------------------------- *
	common
 * ---------------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;

}



/* ---------------------------------------------------------------- *
	header
 * ---------------------------------------------------------------- */
#header {
	margin: 0 auto;
	background: transparent;
	background-image: url(../img/bg_product.gif);
	background-repeat: no-repeat;
	display: block;
	width: 746px;
	height: 95px;
	text-align: left;
}

#header img{ 
	border: 0px;
}

#header h1.logo{ 
	position: relative;
	display: block;
	width:144px;
	height: 35px;
	left: 598px;
	top: 20px;
	text-indent: -9999px;
	}

#header h1.logo a{ 
	display: block;
	width:114px;
	height: 35px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
}

#header h2.title{ 
	position: relative;
	display: block;
	width:198px;
	height: 35px;
	top: -17px;
	left: 30px;
	text-indent: -9999px;
	z-index: 1000;
}

#header h2.title a{ 
	display: block;
	width:198px;
	height: 35px;
	background-image: url(../img/t_product.gif);
	background-repeat: no-repeat;
}


 
 
 
