
/* selector */
a {
	overflow:hidden;
	outline:none;
	text-decoration:none;
}
a:link { color: #480012; }
a:visited { color: #480012; }
a:hover { color: #E14A78; }
html,body{ height: 100%; }
html {
  background-color: transparent;
  background-image: none;
}

/* box*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font:12px/1.8 "メイリオ","ＭＳ ゴシック",Osaka,sans-serif;
	background: url(/images/body_bg.png) #FDF3F3 left top repeat-x;
}
#wrapper{
	width:100%;
	margin:0 auto;
	background: url(/images/wrapper_bg.png)  center top no-repeat;
}
#header{
	margin:0 auto;
	width:970px;
	padding:0;
	height:88px;
	position:relative;
}

/* header */
#header #logo{
	position: absolute;
	height:60px;
	width:148px;
	left:30px;
	top:14px;
}

#header #logo a img {
	border-style: none;
}

#header #navi{
	position: absolute;
	top:57px;
	right:4px;
	width:380px;
}
#header #navi ul{
	margin:0;
	padding:0;
}

/* navi */
#navi ul li{
	list-style:none;
	float:left;
	margin:0 2px 0 0 ;
	padding:0;
	height:30px;
}
#navi ul li a{
	display:block;
	text-indent:-900em;
	height:30px;
	background:url(/images/navi_bg.png) left top no-repeat;
}
#navi ul li a#n_brand	{width:68px;	background-position:17px 11px;}
#navi ul li a#n_company	{width:85px;	background-position:-53px 11px;}
#navi ul li a#n_policy	{width:125px;	background-position:-140px 11px;}
#navi ul li a#n_contact	{width:82px;	background-position:-267px 11px;}

#navi ul li a:hover#n_brand	{width:68px;	background-position:17px -29px;}
#navi ul li a:hover#n_company	{width:85px;	background-position:-53px -29px;}
#navi ul li a:hover#n_policy	{width:125px;	background-position:-140px -29px;}
#navi ul li a:hover#n_contact	{width:82px;	background-position:-267px -29px;}

/* main contents */
#main-wrapper{
	width:100%;
	background-color: #fff;
}
#main{
	position:relative;
	margin:0 auto;
	width:970px;
	text-align:left;
}

/* home style */
.home #main{
	height:520px;
	background:url(/images/home_main_bg.png) top right no-repeat;
}
.home #slider {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 440px;
	height: 520px;
	overflow: hidden;
}
.home #slider li {
	display: none;
	position: absolute;
}
.home #block_link{
	position: absolute;
	top:227px;
	left:477px;
	width:490px;
	height:300px;
}
.home #link_collection{
	width:500px;
	height:205px;
	position:absolute;
	left:460px;
	top:10px;
	background:url(../images/home_main_collection.png) left top no-repeat;
}
.home #link_collection a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-900em;
}
.home #block_link div{
	float:left;
	margin-right:8px;
	line-height:1.5;
}
.home_link1{
	width:151px;
	height:90px;
	background:url(/images/home_link1.png) top left no-repeat;
	padding:84px 0 0 0;
}
.home_link2{
	width:151px;
	height:174px;
	background:url(/images/home_link2.png) top left no-repeat;
}
.home_link3{
	width:151px;
	height:174px;
	background:url(/images/home_link3.png) top left no-repeat;
}
.home #block_link .home_link2 a,.home #block_link .home_link3 a{
	display:block;
	cursor:pointer;
	position:relative;
	height:84px;
	margin:0;
	padding:85px 4px 0 8px;
}
.home #block_link .home_link1 a{
	display: block;
	height:20px;
	margin:0 0 6px 12px;
	padding:0;
}

#news {
	width:430px;
	height:95px;
	background:url(/images/news_bg.png) top left no-repeat;
	font-size:11px;
	padding:0;
	margin:10px 0 0 20px;
}
#news ul{
	padding:12px 0 0 58px;
}
#news li{
	list-style:none;
	height:18px;
}
.pop_box{
	display:none;
}

/* footer */
#footer{
	width:100%;
	height:88px;
	margin:0 auto;
	padding:0;
	background: url(/images/footer_bg.png) #fdf3f3 center top no-repeat;
	border-top:1px solid #e4e4e4;
}