@charset "UTF-8";

/*////////////////////////
top.css
///////////////////////*/
.rental{
	display:block;
	margin:20px 0;
}

#oshirase{
	width:530px;
	display:block;
	float:left;
	padding-top:20px;
	padding-left:10px;
}



#oshirase li{
	list-style:none;
	margin-bottom:10px;
}
#oshirase li a{
	font-size:1.2em;
}
#oshirase li span.newDate{
	font-size:1em;
	font-family:"Courier New", Courier, monospace;
	padding-right:10px;
	line-height:1.4em;
}
#oshirase li span.newsTitleText{
	font-size:0.9em;
	display:inline-block;
	line-height:1.4em;
}

#oshirase p{
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}
#oshirase h2{
	font-family: 'Londrina Shadow', cursive;
	font-size:50px;
	font-weight:bold;
	padding-bottom:15px;
}
#topMainImage{
	width:1000px;
	height:600px;
	margin-bottom:30px;
	}

#slideshow {
    position:relative;
    height:600px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

h2.topCopy{
	margin-bottom:15px;
	background:url(../../images/copy_bg.png) left no-repeat;
	width:315px;
	height:130px;
	padding:110px 30px 0px 145px;
}


#topMainContents{
	width:1000px;
	height:100%:
}
	
/*< (float) >*/
#topMainContents:after{
  content : "";
  display : block;
  height : 0;
  clear:both;
}

#topLeftContents{
	width:460px;
	float:left;
	display:block;
}

#topRightContents{
	width:540px;
	float:left;
	display:block;
}
.topBannerBox{
	width:252px;
	display:block;
	float:left;
}
.topBannerBox img{
	width:100%;
}
.leftMargin{
	margin-left:20px;
}

.partyMovie{
	width:495px;
	display:block;
	margin-bottom:15px;
	border:5px #691215 solid;
	padding:10px;
	background:url(../../images/movie_bg.gif) left top no-repeat;
}

.dolceWrap{
	position:relative;
	width:530px; height:188px;
	z-index:10!important;
}
.dolceWrap img{
	position:absolute;
	top:-120px; left:0;
	z-index:10!important;
	
}
.newsList{
	position:relative;
	z-index:100!important;
}
