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

/* 各ページの打ち出し */

div#mainContainer h2 {
	background-image: url(../image/bg_header.jpg);
}

div#mainContainer h2.recruit {
	background-image: url(../image/bg_header_recruit.jpg);
}

/* 地図 */

div#gMap {
	margin: 5px 0 10px 30px;
	width: 640px;
	height: 640px;
	border: 1px solid #999;
	border-radius: 5px; /* CSS3 */
	-moz-border-radius: 5px; /* Fx306+ */
	-webkit-border-radius: 5px; /* Sf2+, GC2+ */
	box-shadow: 0 0 4px #555;
	-moz-box-shadow: 0 0 4px #555;
	-webkit-box-shadow: 0 0 4px #555;
}

div#leftColumn p#switchMap {
	text-align: right;
	margin: 0 10px 0 0;
	font-size: 87%; /* 13px */
}

div#leftColumn p#switchMap span {
	color: #4086A1;
	cursor: pointer;
}

div#leftColumn p#switchMap span.active {
	color: #555;
	font-weight: bold;
	cursor: auto;
}

div.information {
	width: 300px;
}

div.information h1 {
	font-size: medium;
	font-weight: normal;
	border-top: none;
	border-bottom:1px solid #C10026;
	background: none;
	width: auto;
}

div.information address {
	font-size: small;
	font-style: normal;
	color: #666;
}

div.information button {
	background: #FFF;
	font-size: small;
	padding: 2px;
	margin: 5px;
	cursor: pointer;
}
