@charset "UTF-8";

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

category.css

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

.headline {
	width: 760px;
	height: 180px;
	margin-top: 10px;
	color: #fff;
}

.headline#category {
	background: url(../../../en/img/product_bg001.jpg) no-repeat 0 0;
}
.headline#memories {
	background: url(../../../en/img/memories_bg001.jpg) no-repeat 0 0;
}

.headline#clocks {
	background: url(../../../en/img/clocks_bg001.jpg) no-repeat 0 0;
}

.headline#sensors {
	background: url(../../../en/img/sensors_bg001.jpg) no-repeat 0 0;
}
.headline#analog {
	background: url(../../../en/img/analog_bg001.jpg) no-repeat 0 0;
}
.headline h1 {
	padding: 50px 0 0 40px;
	font-size: 150%;
}

.headline #tagline {
	padding: 40px 0 0 40px;
}
