html{
	height: 100%;	
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body {
	color:#9F8879;
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
	font-size:12px;
/*	background: url(images/bg.jpg) repeat-x #fadce9; */
	background: #fadce9;
	height: 100%;
}

a {
	outline:medium none;
	text-decoration:none;
}

img  {
	border:medium none;
	vertical-align:top;
}

ol, ul, li{
	list-style: none outside none;
}

div#wrapper{
	margin:  auto;
	position: relative;
	height: 100%;
}

div#container{
	position: absolute;
	left: 50%;
	top:  50%;
	margin-left: -340px;
	margin-top:  -290px;
}

div#main{
	/*padding-top: 20px;*/
}

div#menu{
	width: 680px;
	height: 48px;
}

ul#menuNav{
	margin-left: 12px;
}

#menuNav li{
	float: left;
	margin-right: 27px;
}

#menuNav li.lastChild{
	margin-right: 10px;
}

#menuNav li a{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#menuNews{
	background: url(../../images_top/news_btn.jpg) no-repeat;
}

#menuNews a{
	width: 81px;
	height: 43px;
}

#menuLineUp{
	background: url(../../images_top/lineup_btn.jpg) no-repeat;
}

#menuLineUp a{
	width: 113px;
	height: 43px;
}

#menuShopList{
	background: url(../../images_top/shoplist_btn.jpg) no-repeat;
}

#menuShopList a{
	width: 129px;
	height: 43px;
}

#menuBlog{
	background: url(../../images_top/blog_btn.jpg) no-repeat;
}

#menuBlog a{
	width: 76px;
	height: 43px;
}

#menuOnlineShop{
	background: url(../../images_top/onlineshop_btn.jpg) no-repeat;
}



#menuOnlineShop a{
	width: 150px;
	height: 43px;
}


div#footer{
	width: 680px;
	height: 10px;
}

ul#footerNav{
	float: left;
	margin-left: 17px;
}

ul#footerNav li{
	float: left;
	margin-right: 11px;
}

#copyRight {
	float: left;
	position: absolute;
	left: 442px;
}
