@charset "UTF-8";

@import url("./common.css");

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
}

.areaBlack {
	color: #FFF;
	width: 100%;
	background: #000;
	padding: 100px 0;
}
.areaWhite {
	color: #000;
	width: 100%;
	background: #FFF;
	padding: 100px 0;
}
.areaGray {
	color: #000;
	width: 100%;
	background: #EEE;
	padding: 100px 0;
}


.contents {
	width: 1200px;
	text-align: left;
	margin: 0 auto;
}

#areaTop {
	padding-top: 30px!important;
}

#header {
	width: 100%;
	position: relative;
}
#header h1 {
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 382px;
}
#header .tel {
	position: absolute;
	top: 29px;
	left: 822px;
}

#header ul {
	position: absolute;
	top: 56px;
	left: 345px;
}
#header ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: url(../images/header_gnavi_bg_01.gif) no-repeat right top;
	float: left;
}
#header ul li.last-of-child {
	background: none;
}
#header ul li a {
	line-height: 39px;
	padding: 0 53px;
	display: block;
}

#mainv {
	text-align: center;
	margin: 100px auto 0;
}

#bumper {
	background: url(../images/bumper_bg_01.jpg) no-repeat 385px 45px;
	margin: 0 0 0 80px;
}

#service {
	margin: 0 100px 0 80px;
}
#service .left {
	width: 550px;
	float: left;
}
#service .right {
	width: 460px;
	padding: 15px 0 0 0;
	float: right;
}
#service .left li {
	margin: 0 0 10px;
}

#contact {
	margin: 0 200px 0 80px;
}
#contact .contactH {
	margin: 0 0 40px;
}
#contact .contactH h2 {
	margin: 0 140px 0 0;
	float: left;
}
#contact .contactH p {
	padding: 15px 0 0 0;
}

#contact dl {
	margin: 0 0 0 150px;
}

#contact dl dt {
	width: 180px;
	padding-top: 5px;
	float: left;
}
#contact dl dd {
	margin: 0 0 15px;
	padding: 0 0 0 200px;
}
#contact dl dt.required {
	background: url(../images/contact_s_required.gif) no-repeat right center;
}

#contact div.btn {
	margin: 30px 0 0 350px;
}

#contact input, #contact textarea {
	width: 510px;
	border: solid 1px #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
}
#contact textarea {
	height: 200px;
}
#contact input.btn {
	width: auto;
	border: none;
	padding: 0;
}

#contact .thanksmessage {
	margin: 0 0 0 150px;
}



#company {
	margin: 0 20px 0 80px;
}
#company .left {
	width: 460px;
	float: left;
}
#company .right {
	width: 600px;
	float: right;
}
#company .right iframe {
	background: #FFF;
}

#company table {
	width: 100%;
}
#company table th, #company table td {
	color: #000;
	border: solid 1px #F1F1F1;
	padding: 10px;
}
#company table th {
	width: 110px;
	text-align: center;
	background: #B9BABA;
}
#company table td {
	background: #E3E3E3;
}

#gallery {
	margin: 0 55px 0 80px;
}
#gallery li {
	width: 330px;
	margin: 0 25px 25px 0;
	float: left;
}

#access {
	margin: 0 55px 0 80px;
}

#access .map {
	margin: 0 0 10px;
}
#access .address {
	float: right;
}

#areaBottom {
	padding-top: 0;
	padding-bottom: 50px;
}
#fnavi {
	text-align: center;
}

#footer {
	color: #FFF;
	text-align: center;
	background: #7A7A7A;
	padding: 10px 0;
}

