@charset "utf-8";
/* CSS Document */

@import "../../css/base.css";

h1 {
	margin:0 0 40px 0;
}

.corpBox {
	border-bottom:1px dotted #aaa;
	padding:0 0 4px 0;
	margin:0 0 4px 20px;
	width:540px;
}

.corpBox th , .corpBox td {
	vertical-align:top;
	font-size:14px;
	text-align:left;
	padding:3px 10px;
}

.corpBox th {
	color: #7b0000;
	background-color:#fffae0;
	width:80px;
	font-weight:bold;
}
.corpBox th img {
	margin:0 5px 0 0;
}

.corpBox td {
}

/*地図
-----------------------------------------*/

h2 {
	margin:30px 0 0 0;
}

.googlebox {
	border:1px solid #ccc;
	margin:10px 0 0 20px;
}


#mapButton {
	width:226px;
	margin:15px 0 0 332px;
}
/*
#mapButton a{
	width: 226px;
	height: 30px;
	display:block;
	text-indent: -9999px;
	overflow:hidden;
	display:block;
	background-image:url(../images/button.gif)
}

#mapButton a:hover{
	background-position:0 -30px;
}
*/
