@charset "utf-8";
/**
 * form.css 
 * (c) FOURDIGIT Inc.
 *
 * 1. html, body
 * 2. HTMLtag, siteCommonClass
 * 3. Layout
 * 4. EachPageStyle
 *
 */
/**
 * 1. html, body
 */
	body {
		background-color: #19110e;
	}
	#map {
		color: #666666;
		font-size: 12px;
		line-height: 18px;
	}
/**
 * 2. HTMLtag, siteCommonClass
 */
/* heading */
	#map .contentTitleTxt {
		display: block;
		margin: 0;
		padding: 13px 20px 10px;
		font-weight: bold;
		font-size: 18px;
		line-height: 20px;
		color: #5a504d;
		background-color: #f5f6f4;
		background-repeat: repeat-x;
		background-image: url(../../imgs/bar-02.gif)!important;
		background-position: left bottom;
	}

/**
 * 3. Layout
 */
	#map #gFooter,
	#map #gHeader,
	#map #wrapper,
	#map #mainContent {
		margin: 0;
		padding: 0;
		width: auto;
		background-image: none;
	}
	#map #wrapper {
		background-color: transparent;
		background-image: url(../../imgs/bg-others.gif);
		background-repeat: repeat-x;
		background-position: left top;
	}
	#map #gHeader {
		padding-top: 0!important;
	}
	#map #container {
		width: 600px;
		text-align: left;
		background-color: #ecedea;
	}
	#map #mainContent {
		padding: 20px;
		padding-bottom: 0;
	}
	#map #copyright {
		height: 60px;
		background-image: url(../../imgs/copyright-map.gif);
	}
	#map #copyright a {
		position: static;
		display: inline;
		background-image: none;
	}

/**
 * 4. EachPageStyle
 */
/* pageID */
	#map #mainContent .whiteBox .title {
		margin-bottom: 8px;
		color: #9d3f01;
		font-weight: bold;
	}
	#map #mainContent .whiteBox .num {
		margin-top: 8px;
		padding-left: 20px;
		color: #5a504d;
		font-weight: bold;
		font-size: 16px;
		line-height: 18px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-image: url(../../imgs/blt-phone.gif);
		background-position: left top;
	}
	#map #mainContent .closeBt a {
		padding-right: 25px;
		padding-left: 25px;
		font-weight: bold;
		background-color: transparent;
		background-image: url(../../imgs/blt-footlink.gif);
		background-repeat: no-repeat;
		background-position: 15px top;
	}
	#map #mainContent .closeBt a:hover {
		background-image: url(../../imgs/blt-footlink_ov.gif);
	}
	@media print {
		#map #wrapper {
			background-color: #fff;
			background-image: none;
		}
		#map .hide {
			display: none;
		}
		#map .whiteBox {
			border: none;
		}
		#map #copyright,
		#map #copyright a,
		#map #copyright strong {
			float: none;
			font-style: normal;
			font-weight: normal;
			color: #000;
			text-align: center;
			text-decoration: none;
			text-indent: 0;
			background-image: none;
		}
	}
