@charset "utf-8";
/*////////////////////////////////////////////////////////////
/*index.css*/


/*------------------------------------------------------------
	1. 製品インデックス　
---------------------------------------------------------------*/
#titleArea {
	background: url(../img/productsbg.jpg) no-repeat;
	width: 940px;
	height: 265px;
	margin: 0 auto;
	position: relative;
}

#titleArea h3.tit {
	position: absolute;
	top: 71px;
	left: 196px;
}

#titleArea .ribbon {
	position: absolute;
	top: 120px;
	left: 295px;
}


#titleArea .copy {
	position: absolute;
	top: 177px;
	left: 301px;
}


ul#indexMenu {
	width: 910px;
	padding-left: 16px;
	padding-bottom: 10px;
}

ul#indexMenu li {
	float: left;
}

ul#indexMenu li.center {
	padding: 0 5px;
}