@charset "utf-8";
/* CSS Document */

#container{
	min-height:190px;
	_height:190px;
	/*padding-bottom:10px;*/
}
#primary{
	margin:20px 15px;
}

#index_product{
	width:537px;
	float:left;
}
#index_news{
	width:270px;
	float:right;
	margin-right:25px;
}

.index_product_item a,.index_product_link{
	display:block;
	position:relative;
	border:solid 1px #ababab;
	width:154px;
	height:126px;
	float:left;
	margin:8px 5px 10px 15px;
	_margin:8px 5px 10px 13px;
	background-color:#8744b9;
}

.index_product_item a:hover,.index_product_link:hover{
	background-color:#001179;
	text-decoration:none;
}
.index_product_name{
	position:absolute;
	left:0px;
	bottom:0px;
	width:156px;
	height:19px;
	text-align:center;
	cursor:pointer;
}

.index_product_img{
	background-color:#ffffff; 
	position:absolute;
	top:0px;
	left:0px;
	width:154px;
	/*height:78px;*/
	height:104px;
	cursor:pointer;
	overflow:hidden;
	text-align:center;
	padding:1px 0px;
}
.index_product_img table{
	border-collapse:collapse;
	
}

.index_news_list{
	margin-bottom:9px;
}
.index_news_text a{
	display:block;
	background-image:url(images/icon_off.gif);
	background-repeat:no-repeat;
	background-position:0 0.6em;
	padding-left:10px;
	
}
.index_news_text a:hover{
	background-image:url(images/icon_on.gif);
}