@charset "utf-8";
/*==============================================
	filename: layout.css;
	update: 2012-04-11;
==============================================*/
/*==============================================
	base
==============================================*/
/*--------------------------------------------
	common
--------------------------------------------*/
html
{
}
body
{
	background: url(../img/bg_01.gif) 50% 0 repeat-y;
}
img
{
	vertical-align: top;
}
#top
{
	position: absolute;
	left: 0;
	top: 0;
}
/*==============================================
	page
==============================================*/
.page
{
	width: 906px;
	margin: 0 auto;
}
/*==============================================
	header
==============================================*/
/*--------------------------------------------
	common
--------------------------------------------*/
.header
{
	height: 592px;
	width: 900px;
	margin: 0 auto;
	background: url(../img/bg_04.jpg) 0 100% no-repeat;
}
.header p.bnr
{
	padding: 29px 0 0;
	margin: 0;
	text-align: center;
}
* html .header p.bnr
{
	padding-top: 15px;
}
/*==============================================
	body
==============================================*/
/*--------------------------------------------
	common
--------------------------------------------*/
.body
{
	width: 900px;
	margin: 24px auto 0;
}
/*--------------------------------------------
	contents
--------------------------------------------*/
p.bnr
{
	padding: 0 0 23px;
	text-align: center;
}
/*	update
--------------------------------------------*/
#update
{
	margin-bottom: 23px;
}
#update h3
{
	padding-bottom: 12px;
}
#update .cf
{
	margin: 10px 10px 0;
}
#update .leftBlock,
#update .rightBlock
{
	width: 435px;
	background: url(../img/bg_02.gif) 0 37px repeat;
}
#update .leftBlock
{
	float: left;
}
#update .rightBlock
{
	float: right;
}
#update ul li
{
	float: left;
	width: 192px;
	padding: 0 0 12px;
	margin: 0 12px;
	display: inline;
	text-align: center;
}
#update ul li img
{
	margin-bottom: 5px;
}
#update ul ul,
#update ul li li
{
	width: auto;
	padding: 0;
	margin: 0;
}
#update ul li li img
{
	margin-bottom: 0;
}
#update ul li li.pBtn
{
	margin-top: 3px;
	float: left;
}
#update ul li li.ebBtn
{
	margin-top: 3px;
	float: right;
}

#update ul
{
	zoom: 1;
}
#update ul:before,
#update ul:after
{
	display: table;
	content: "";
}
#update ul:after
{
	clear: both;
}
/*	newcollection
--------------------------------------------*/
#newcollection
{
	height: 494px;
	width: 900px;
	/*margin-bottom: 43px;*/
	background: url(../img/bg_03.jpg) 0 100% no-repeat;
}
#newcollection ul
{
	margin: 22px 0 0 58px;
}
#newcollection li
{
	float: left;
	width: 260px;
	text-align: center;
}
#newcollection li a
{
	display: block;
	text-align: center;
}
#newcollection p
{
	text-align: center;
}
#newcollection li,
#newcollection li .btn
{
	margin-bottom: 15px;
}
/*	newcollection2
--------------------------------------------*/
#newcollection2
{
	height: 515px;
	width: 900px;
	margin-bottom: 43px;
	background: url(../img/bg_05.gif) 0 100% no-repeat;
}
#newcollection2 ul
{
	margin: 40px 0 0 58px;
}
#newcollection2 li
{
	float: left;
	width: 260px;
	text-align: center;
}
#newcollection2 li a
{
	display: block;
	text-align: center;
}
#newcollection2 p
{
	text-align: center;
}
#newcollection2 li,
#newcollection2 li .btn
{
	margin-bottom: 15px;
}

/*==============================================
	footer
==============================================*/
.footer
{
	width: 900px;
	padding: 7px 0 50px;
	margin: 0 auto;
	background: #000;
}
.footer h2,
.footer p.logo,
.footer address
{
	color: #fff;
	text-align: center;
}
.footer h2
{
	margin-bottom: 10px;
}
.footer p.logo
{
	margin-bottom: 20px;
}
.footer address
{
	line-height: 1.4;
	text-align: center;
}
