@charset "UTF-8";

/***** index *****/
#h1-home{
	position: absolute;
	top: 385px;
	right: 320px;
	left: auto;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	background: rgba(0,0,0,.42);
	border-radius: 5px;
	padding: 3px 7px;
}
#h1-home-sub{
	position: absolute;
	top: 425px;
	right: 321px;
	color: #fff;
//	background: rgba(0,0,0,.42);
//	border-radius: 0 0 5px 5px;
//	padding: 3px 7px;
//	width: 335px;
}
#h1-page{
	position: absolute;
	top: 300px;
	right: 290px;
	left: auto;
//	top: auto;
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	background: rgba(0, 0, 0, .57);
	border-radius: 5px;
	padding: 3px 7px;
}

.news-area{width:100%; margin-bottom:30px;}
ul.news{
	width:100%;
	border-bottom:1px dotted #333333;
	overflow: hidden; /* MacIE */
}

/* NN7 */
ul.news:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* IE6 */
* html ul.news{
	height: 1em;
	overflow: visible;
}
.row1{
	float:left;
	width:20%;
	margin:5px 0;
}
.row2{float:right; width:80%; margin:5px 0;}

/***** access *****/
#map_canvas{width:600px; height:500px; margin:0 auto 30px auto; border:1px solid #cccccc;}
#map_canvas3{width:500px; height:500px; margin:0 auto 30px auto; border:1px solid #cccccc;}

/***** inquiry *****/
.btn2{width:534px; margin-left:auto; margin-right:auto;}
.btn2 p{float:left; margin-left:15px; margin-right:15px;}

.error span{font-weight:bold;}

/***** service *****/
.CONTACT_details {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	border: 1px solid #cccccc;
	margin-bottom:30px;
}
.CONTACT_details .coment {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 50px;
}
.CONTACT_details .detailsbox {
	position: relative;
	border: 2px solid #929070;
	background-image: URL(../service/images/service_detailsbox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 622px;
	height: 171px;
	margin-left: auto;
	margin-right: auto;
}
.CONTACT_details .detailsbox .display {
	display: none;
}
.CONTACT_details .detailsbox .CONTACT_details_bt {
	position: absolute;
	top: 95px;
	right: 17px;
	width: 350px;
	height: 55px;
}
.CONTACT_details .detailsbox .CONTACT_details_bt a {
	display: block;
	width: 350px;
	height: 55px;
	text-decoration: none;
}
.CONTACT_details .detailsbox .CONTACT_details_bt a span {
	position: relative;
	z-index: -1;
	
}