@charset "utf-8";
/* CSS Document */

.bannerArea{
	background:url(../images/home/bg_banner.jpg) repeat-x;
	height:296px;}

.bannerArea ul.sideList{
	float:left;
	background:url(../images/home/titleword_product.jpg) no-repeat;
	width:300px;
	padding-top:60px;}

.bannerArea ul.sideList li{
	padding-left:30px;}

.bannerArea ul.sideList li a{
	font-size:18px;
	color:#fff000;
	line-height:2;
	text-transform:uppercase;}

.bannerArea ul.sideList li a:hover{
	text-decoration:underline;}

.bannerArea .bannerBox{
	float:left;
	position:relative;
	top:3px;
	width:880px;
	height:288px;
	overflow:hidden;}

ul.productList{
	padding:20px 0;
	width:1140px;
	margin:0 auto;}

ul.productList li{
	float:left;
	margin:20px;
	width:340px;}

ul.productList li .Img{
	border:1px solid #000;}

ul.productList li h2{
	font-weight:normal;}

ul.productList li h2 a{
	display:block;
	text-align:center;
	color:#000;
	font-size:24px;
	line-height:2;
	text-transform:capitalize;}

ul.productList li:hover h2 a{
	color:#FF6600;}
