@CHARSET "UTF-8";

#module-content
{
    padding: 25px 25px 0 45px;
    text-align: justify;
}
	.address-block
	{
		background: #84888c;
		border: solid #cfcfcf 1px;
		margin-bottom: 18px;
		padding: 9px;
	}
		.address-pic
		{
			border: solid #74787d 1px;
			text-align: center;
			overflow: hidden;
			height: 127px;
			width: 190px;
			float: left;
		}
		.address-text
		{
			color: #ffffff;
			float: left;
			margin-left: 15px;
			width: 398px;
		}
			.address-text .addr1,.address-text .addr2
			{
				float: left;
				text-align: left;
				line-height: 20px;
			}
			.address-text .addr1
			{
				padding-right: 30px;
				width: 180px;
			}
			.address-text .addr2
			{
				width: 188px;
			}
	#module-content h2
	{
		background: #84888c;
		border: solid #cfcfcf 1px;
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
		padding: 5px;
	}
	#module-content .block-map
	{
		border-left: solid #cfcfcf 1px;
		border-right: solid #cfcfcf 1px;
		border-bottom: solid #cfcfcf 1px;
		padding: 12px 0 8px 0;
		margin-bottom: 10px;
	}
		#module-content .map
		{
			display: block;
			height: 350px;
			margin: 0 auto 5px auto;
			width: 614px;
		}
		#module-content .enlarge
		{
			font-size: 10px;
			margin: auto;
			width: 614px;
		}
		#module-content .enlarge a
		{
			color: #ff0000;
			text-decoration: underline;
		}
	#module-content .hr
	{
	}
	#module-content .block-direction
	{
		float: left;
		margin: 10px 0;
		width: 310px;
	}
		#module-content .block-direction p
		{
			font-size: 12px;
			margin: 10px;
		}
	#module-content .vr
	{
		float: left;
		height: 120px;
		margin: 10px 0;
		width: 20px;
	}
