@charset "UTF-8";

/* common
--------------------------------------------------------------------------------------------------------------*/
#header {
	background: url(img/bg_header.jpg) no-repeat left top;
}


/* main
--------------------------------------------------------------------------------------------------------------*/
#main h3 {
	background: #e0e0e0;
	height: 25px;
	margin: 0 0 10px;
}
#main h3#map {
	margin-top: 40px;
}
#main h4 {
	clear: both;
	border-bottom: 1px dotted #cc0001;
	margin: 20px 0 10px;
}
#main h5 {
	margin: 15px 0 5px;
	font-size: 167%;
	font-weight: bold;
	color: #666;
}

#main table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 588px;
	margin-bottom: 5px;
}
#main table table{
	border: none;
	width: auto;
	margin: 0;
}
	#main table th {
		background: #e0e0e0;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 10px;
		white-space: nowrap;
		letter-spacing: 0.1em;
		text-align: center;
		font-weight: bold;
	}
	#main table table th {
		background: #fff;
		border: none;
		padding: 5px 5px 0 0;
		vertical-align: top;
		font-weight: normal;
		text-align: right;
	}
	#main table td {
		background: #fff;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 10px;
	}
	#main table table td {
		border: none;
		padding: 5px 3px 0;
		vertical-align: top;
	}

#main p.tel {
	margin-bottom: 0;
	letter-spacing: 0.1em;
	font-size: 197%;
	font-weight: bold;
}

#main ul {
	margin: 0 0 20px 25px;
	list-style: disc;
}
#main ul li {
	margin: 0 0 10px;
}



/* consultant.html
--------------------------------------------------------------------------------------------------------------*/
#main .consul_p p img {
	float: left;
	border: 1px solid #ccc;
	margin: 0 20px 10px 0;
	padding: 1px;
}
#main .consul_p p.align-right img {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}
