@charset "utf-8";
/*----------------------------------------------------------
	Index
-----------------------------------------------------------*/
body#index {
	background: transparent url(../images/bg_index.gif) repeat-x 0 0;
}
/* Header */
body#index div#containerHeader {
	height: 198px;
}
body#index div#containerHeader h1 {
	position: absolute;
	top: 46px; left: 0;
	width: 940px; height: 80px;
	background: transparent url(../images/logo.gif) no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
}
/* unitNew */
body#index div#unitNew h2 {
	width: 400px; height: 32px;
	background: transparent url(../images/h_new.png) no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
}
body#index div#unitNew div#newlist {
	padding: 11px 0 0 8px;
	background: transparent url(../images/base_new.gif) no-repeat 0 0;
	min-height: 180px;
	_height: 180px;
}
/* unitMaker */
div#unitMaker {
	margin-top: 36px;
}
div#unitMaker h2 {
	width: 400px; height: 32px;
	background: transparent url(../images/h_maker.png) no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
}
div#unitMaker ul {
	width: 100%;
	margin-left: 20px;
	height: 88px;
}
div#unitMaker ul li {
	float: left;
	width: 50px; height: 50px;
	margin: 10px 14px 0 0;
}
div#unitMaker ul li a {
	display: block;
}
div#unitMaker ul li a:hover {
	background: transparent url(../images/bg_icon.gif) no-repeat 0 0;
}
/* unitShop */
div#unitShop {
}
div#unitShop h2 {
	width: 400px; height: 32px;
	background: transparent url(../images/h_shop.png) no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
}
div#unitShop ul {
	margin-left: 20px;
	height: 100px;
}
div#unitShop ul li {
	float: left;
	margin: 8px 20px 0 0;
}
