/* CSS Document */

@import url("common.css");

/*	index
====================================== */

#slider{
	padding-bottom: 20px;
	background-image: url(../common/slide_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}
#slider #sliderimage li {
	position:absolute;
	left:50%;
	margin:0 0 0 -640px;
}

#index #bannar {
	left:50%;
	margin: -40px 0 0 -540px;
	position: absolute;
	width: 1020px;
	background-image: url(../img/bannar_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 3000;
	padding: 30px 30px 0;
}
#index #bannar ul li {
	margin-left: 30px;
	float: left;
}
#index #bannar ul li:first-child {
	margin-left: 0px;
}

#index #contents {
	margin-top: 220px;
}
#index #lbox {
	width: 470px;
}
#index #rbox {
	width: 470px;
}
#index .title {
	margin-bottom: 25px;
}
#index .title h2.t_news {
	background-image: url(../img/tg_news.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#index .title h2.t_service {
	background-image: url(../img/tg_service.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 44px;
}
#index .title.rl {
	position: relative;
}
#index .title.rl .btn {
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 11px;
}
#index .title.rl .btn a {
	color: #333333;
}
#index .title.rl .btn a:hover {
	color: #007DC3;
	text-decoration: none;
}
#index .news {
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-image: url(../common/boder1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	color: #4C4C4C;
}
#index .news.lt {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#index .news dl {
	margin-bottom: 10px;
}
#index .news dl dt {
	line-height: 1;
	font-size: 12px;
	margin-bottom: 5px;
	color: #000;
}
#index .news dl dd {
	color: #007DC3;
	font-size: 14px;
}
#index .news .tag {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 15px;
}
#index ul.area {
	color: #333333;
	font-size: 13xp;
	line-height: 1.4;
	margin-bottom: 35px;
}
#index ul.area li {
	width: 135px;
	height: 95px;
	padding-top: 40px;
	text-align: center;
	background-repeat: no-repeat;
	float: left;
	margin-left: 32px;
}
#index ul.area li:first-child {
	margin-left: 0px;
}
#index ul.area li.a1 {
	background-image: url(../img/area1.jpg);
}
#index ul.area li.a2 {
	background-image: url(../img/area2.jpg);
}
#index ul.area li.a3 {
	background-image: url(../img/area3.jpg);
}