@charset "UTF-8";
@import url(style.css);
@import url(common.css);
@import url(font.css);

/* --- #main_visual ---- */
#main_visual{
	background:url(../img/index/bg_main_img.gif) repeat-x;
	margin: 15px 0 ;
	padding: 15px 0 17px 0;
}
#main_visual #main_visual_box{
	width: 100%;
	background: url(../img/index/main_img00.jpg) no-repeat center;
	height: 324px;
}


/* ----------------------------index_area -----------------------------------*/
#intro{
	height: 100%; /*fig IE6*/
	overflow: hidden;
	margin-bottom: 30px;	
	border: 1px solid #CCC;
	border-top: none;
}
#intro h2{
	font-size: 18px;
	color: #FFF;
	line-height: 48px;
	margin-bottom: 16px;
	padding-left: 15px;
	background-image: url(../img/index/bg_h.gif);
	background-repeat: repeat-x;
}
#intro p{
	margin-bottom: 10px;	
	padding: 0 15px;	
}
#feature {
	padding: 20px;
	margin-bottom: 30px;
	border: 4px solid #eee;
	background: url(../img/index/bg_feature.jpg) no-repeat left top;
	
}
#feature h3{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	color: #010099;
}
#feature p{
	margin-bottom: 10px;
}
#download {
	margin-bottom: 30px;
}
#snav  .contact_snav{ margin-bottom: 0px; }
/* ---- product_box ---- */
#product_box{
	width: 730px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	*margin-bottom: 40px; /*Fig IE7*/
}
#product_box .product{
	width: 345px;
	overflow: hidden;	
	margin:0 20px 20px 0;
	float:left;
}
#product_box .product a{
	height: 110px;
	display: block;
	text-decoration: none;
}
#product_box .product a span{
	width: 210px;
	display: block;
	line-height: 18px;	
	color: #a0a0a0;
	padding: 55px 0 0 15px;
}
#product_box .product .btn_product01{ background: url(../img/index/img_product01.jpg) no-repeat;}
#product_box .product .btn_product02{ background: url(../img/index/img_product02.jpg) no-repeat;}
#product_box .product .btn_product03{ background: url(../img/index/img_product03.jpg) no-repeat;}
#product_box .product .btn_product04{ background: url(../img/index/img_product04.jpg) no-repeat;}



/* ---------------------------- news -----------------------------------*/
#news{	
	border: 1px solid #ccc;
	clear: both;
	margin-bottom: 40px;
	position: relative;
	height: 30px;
}
#news h3{
	width: 95px;
	margin: 1px;
	display: block;
	background: #010099;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
}
#news ul{
	width: 520px;
	position: absolute;
	left: 110px;
	top: 0px;
}
#news ul span{	
	width: 120px;	
	display: inline-block;
	padding-left: 20px;
}
#news ul li{
	background:url(../img/common/arrow03.gif) no-repeat 0 9px;
	padding-top: 5px;	
	line-height: 30px;
	height: 30px;
}
#news a,
#news a:active,
#news a:visited{
	color: #6868c5;
}
#news a:hover{
	color: #999;
}
#news .more{
	position: absolute;
	right: 9px;
	top: 7px;
}
