@charset "UTF-8";

/*
=====================================
=
=	アクセス（電話・交通案内等）
=
=	(c)seraku.co.jp
=
=	作成日：2007/11/07
=
=====================================
*/

#address {
	margin-top: 0;
}

	#address dt {
		margin-top: 15px;
	}
	
.section table {
	margin: 20px 12px 0 12px;
	border: none;
	border-collapse: separate;
	line-height: 2;
}

	.section table caption {
		font-size: 110%;
		font-weight: bold;
		text-align: center;
	}
	
	.section table th,
	.section table td {
		padding: 0;
		border: none;
		background: #fff;
		font-weight: normal;
		text-align: left;
	}
	
	#division {
		width: 17%;
	}
	
	#tel {
		width: 23%;
	}
	
	#fax {
		width: 60%;
	}
	
#email {
	margin-top: 5px;
}

	#email dt {
		width: 5em;
	}
	
	#email dd {
		margin: 0 0 0 5em;
	}
	
.map {
	margin: 0;
	/* clearfix */
}

	.map ul {
		margin-left: 12px;
		padding: 0;
		float: left;
		list-style: none;
		line-height: 1.8;
	}
	
	.map p {
		float: right;
	}

