@charset "utf-8";
/**
 * base.css 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 *
 */
/**
 * 1. import
 */

/* misc_map*/
	.pop  #Header {
		padding-bottom: 18px;
	}
	.pop .title {
		float: left;
		margin-top: 18px;
	}

	.mr06 { margin-right: 6px;}

	/* - showCase */
	#showCase {
		position: relative;
		width: 800px;
		height: 580px;
		background: url("../imgs/bg-thum.gif") no-repeat center bottom;
	}
	#showCase ul.pics {
		position: relative;
	}
	#showCase ul.pics li {
		position: absolute;
		left: 0;
		top: 0;
	}
	#showCase ul.nav {
		position: absolute;
		bottom: 10px;
		left: 25px;
	}
	#showCase ul.nav li {
		float: left;
	}