@charset "UTF-8";
/* CSS Document */

body {
	color: #cdb986;
}

/*ヘッドバー色*/
#header-bar {
	background-color: #cdb986;
}
#header-logo {
	float: left;
	height: 68px;
	width: 265px;
	position:relative;
}
#header-logo-text a:link, #header-logo-text a:visited, #header-logo-text a:hover, #header-logo-text a:active {
	display: block;
	color:#cdb986;
}
#header-logo-text {
	font-size:80%;
	position:absolute;
	color:#cdb986;
	top:10px;
	left:2px;
}

/*メインコンテンツテキスト部分ブロック処理*/
.contact-left {
	float: left;
	width: 380px;
	clear: left;
	margin-bottom: 25px;
	background-image: url(../05contact/images/d-company-overview.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 80px;
}
.contact-right {
	float: left;
	width: 185px;
	margin-bottom: 25px;
	background-image: url(../05contact/images/d-contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 95px;
}
.contact-bottom {
	width: 100%;
	clear: left;
}
.main-contents h3 {
	position: relative;
	top: 20px;
}

.main-contents-text h4 {
	border: 0px none #FFFFFF;
	position: relative;
	top: -9999px;
	line-height: 0px;
}