/*
///////////////////////////////////////////
CSS FOR Index
Made by Tram
/////////////////////////////////////
*/

@charset "utf-8";
body {
	color:#1f1f1f;
}
#Content-wrap {
	padding-bottom:10px;	
}
/*------ Information ----------*/
.tit-map {
	background:url(../images/company/bg_map.png) no-repeat;	
}
.tit-map li {
	width:320px;
	text-align:center;
	color:#fff;
	font-size:125%;	
	float:left;
	height:85px;
	line-height:85px;
}
.tit-map img {
	vertical-align:middle;
	margin-right:10px;	
}
#Information {
	background:url(../images/company/bg_company.jpg) no-repeat;
	min-height:735px;
	padding-top:35px;
	position:relative;
	margin-bottom:65px;	
}
#Information .tit {
	position:absolute;
	top:-25px;
	left:15px;	
}
.hito01 {
	position:absolute;
	top:294px;
	left:70px;	
}
.hito02 {
	position:absolute;
	top:299px;
	right:40px;	
}
.info {
	background:#fff;
	width:680px;
	margin:0 100px 0 180px;	
	border-top:1px solid #cccccc;
}
.info dl {
	background:url(../images/company/bg_info.png) repeat-y;	
	font-size:117%;
	padding:15px 0;
	border-bottom:1px solid #cccccc;
	line-height:20px;
}
.info dt {
	float:left;	
	padding-left:45px;
	font-weight:bold;
}
.info dd {
	padding-left:180px;	
}