@charset "Shift_JIS";

/*
========================================
PURECAFE トップページ
========================================*/

/*■ MAIN CONTENTS
---------------------------------------------------------- */
#TopConts{
	width:850px;
	margin:0;
	padding:0;
}


#Flashbox {
	height: 365px;
}


#Lower:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}

#Nbox {
	float: left;
	margin-top:10px;
	width: 538px;
	height: 20px;
	background-image: url(../img/news.gif);
	background-repeat: no-repeat;
}

#Catch {
	float: left;
	width: 538px;
	background-color:#FFFFFF;
}

#Catchconts {
	margin: 25px 0px 10px 15px;
}

#Snavi {
	float: right;
	width: 312px;
	margin: 15px 0px;
	height: 89px;
	background-color:#FFFFFF;
}

#FootMargin {
	height: 30px;
}



/*■ ticker
---------------------------------------------------------- */
#TickerNews{
	padding-top:0px;
}
#ajaxticker1{
	float:right;
	height:18px;
	width:473px;
	overflow:hidden;
	background-color:#FFFFFF;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	padding-top:4px;
	font-weight:normal;
	font-size:11px; line-height:1.2;
}
#ajaxticker1 a{
	text-decoration:none;
	color: #323737;
}

.someclass{ /*class to apply to your scroller(s) if desired*/
}




/*■ related site
---------------------------------------------------------- */
#TopRsite{
	height:89px;
}

ul#toprnavi {
	position: absolute;
	margin:0;
	padding:0;
	list-style:none;
}
ul#toprnavi li {
	position: absolute;
	display: block;
	margin:0;
	padding:0;
	top:0;
	height:89px;
}
ul#toprnavi li#divide1 { left:0px; width:1px; height:90px; background: url(../img/rnavi_divider.gif)  repeat-y; }
ul#toprnavi li#shop { left:22px; width:64px; background: url(../img/rnavi_shop-ov.gif)  no-repeat; }
ul#toprnavi li#divide2 { left:105px; width:1px; height:90px; background: url(../img/rnavi_divider.gif)  repeat-y; }
ul#toprnavi li#cafe8 { left:127px; width:64px; background: url(../img/rnavi_cafe8-ov.gif)  no-repeat; }
ul#toprnavi li#divide3 { left:212px; width:1px; height:90px; background: url(../img/rnavi_divider.gif)  repeat-y; }
ul#toprnavi li#doe { left:230px; width:64px; background: url(../img/rnavi_doe-ov.gif)  no-repeat; }
ul#toprnavi li#divide4 { left:311px; width:1px; height:90px; background: url(../img/rnavi_divider.gif)  repeat-y; }

ul#toprnavi a {
	display: block;
	height:89px;
	text-decoration:none;
}
ul#toprnavi li#shop a { background: url(../img/rnavi_shop.gif)  no-repeat; }
ul#toprnavi li#cafe8 a { background: url(../img/rnavi_cafe8.gif)  no-repeat; }
ul#toprnavi li#doe a { background: url(../img/rnavi_doe.gif)  no-repeat; }

ul#toprnavi li#shop a:hover { background: none; }
ul#toprnavi li#cafe8 a:hover { background: none; }
ul#toprnavi li#doe a:hover { background: none; }



