@charset "utf-8";
/* CSS Document */

dl,dt,dd {
	margin:0;
	padding:0;
	line-height: 0;
	list-style: none;
}


#ABOUT_US .MainImg {
	width: 950px;
	background-image: url(img/main/shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#ABOUT_US  .message p {
	text-indent: 10px;
	margin-bottom: 10px;
}

.sign {
	font-size: 10px;
	color: #666666;
	} 

.message_page {
	background-image: url(img/main/to_message_ov.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}
.company_page {
	background-image: url(img/main/to_profile_ov.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
.company dl {
	display: block;
	width: 580px;
	}

.company dt {
	float: left;
	width: 160px;
	clear:both;
	text-indent: 10px;
	line-height: 20px;
	border-bottom: solid #CCCCCC 1px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	}
.company dd {
	margin-left:160px;  
	line-height: 20px;
	border-bottom: solid #CCCCCC 1px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	}

.company a{
	color: #000000;
	text-decoration: none;
	}

.company a:hover{
	color: #000000;
	text-decoration: underline;
	}
	