@charset "utf-8";
@import url("common.css");
/* contents */
#index .contents {
	position:absolute;
	top:50px;
	left:440px;
	width:550px;
	color:#444;
}
#index .contents .news {
	position:absolute;
	top:0;
	right:0;
	width:245px;
	height:130px;
	background:url(../images/bg_index_news.png) left top no-repeat;
}
#index .contents .news .more {
	position:absolute;
	display:block;
	top:10px;
	right:10px;
	width:30px;
	height:12px;
}
#index .contents .news table {
	position:absolute;
	display:block;
	top:30px;
	left:10px;
	width:225px;
}
#index .contents .news table a,
#index .contents .training a,
#index .contents .business a {
	color:#777;
}
#index .contents .news table a:hover,
#index .contents .training a:hover,
#index .contents .business a:hover {
	color:#444;
}
#index .contents .news table .title {
	width:160px;
	text-align:left;
}
#index .contents .news table .day {
	width:65px;
	text-align:right;
}
#index .contents .intranet {
	display:block;
	position:absolute;
	top:315px;
	right:250px;
	width:60px;
	height:75px;
	background:url(../images/bg_index_intranet.png) left top no-repeat;
}
#index .contents .coop {
	display:block;
	position:absolute;
	top:380px;
	right:0;
	width:245px;
	height:70px;
	background:url(../images/btn_cooperation.jpg) left top no-repeat;
}
#index .contents .coop .kp {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:120px;
	height:70px;
}
#index .contents .coop .ah {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:120px;
	height:70px;
}
#index .contents .training {
	position:absolute;
	top:140px;
	right:0;
	width:245px;
	height:110px;
	background:url(../images/btn_index_training.png) left top no-repeat;
}
#index .contents .business {
	position:absolute;
	top:260px;
	right:0;
	width:245px;
	height:130px;
	background:url(../images/btn_index_business.png) left top no-repeat;
}
#index .contents .training ul,
#index .contents .business ul {
	position:absolute;
	top:25px;
	left:10px;
}
#index .contents .catalogue {
	position:absolute;
	top:460px;
	right:125px;
	width:120px;
	height:79px;
	background:url(../images/btn_index_ecatalogue.jpg) left top no-repeat;
}
#index .contents .recommend {
	position:absolute;
	top:460px;
	right:0;
	width:120px;
	height:79px;
	background:url(../images/btn_index_recommend.jpg) left top no-repeat;
}
#index .contents .contact {
	position:absolute;
	top:545px;
	right:0;
	width:500px;
	color:#aaa;
	line-height:12px;
	text-align:right;
	font-size:11px;
	background:url(../images/bg_index_line.png) right top no-repeat;
}
#index .contents .contact li {
	position:relative;
	padding:10px 40px 0 0;
}
#index .contents .contact li img {
	position:absolute;
	top:10px;
	right:0;
}
#index .contents .contact .title {
	font-weight:700;
	color:#444;
}
#index .contents .contact .number {
	color:#777;
}
#index .contents{
	height:680px;
}
#index .footer {
	margin:0 0 -30px;
}