@charset "utf-8";
/* CSS Document */


/*店舗一覧*/

div.shoplist{
		width:800px;
		clear:both;
		margin:0px auto;
		background:url(../../img/pc/branch/shoplist_back.png) repeat-x 0px 0px;
		height:50px;
		bottom:0;
		left:10px;
		}
		
* html div.shoplist{
		behavior: expression(
		this.style.behavior || (
		this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
		this.style.backgroundImage = "none",
		this.style.behavior = "none"
		)
		);
}

	div.shoplist ul{
		padding-top:12px;
		padding-left:90px;
		margin-left:20px;
		background:url(../../img/pc/branch/shoplist_ul_back.png) no-repeat 0px 0px;
		text-align:right;
		margin-right:16px;}
		
		div.shoplist ul li{
			display:inline;
			font-size:13px;
			white-space:nowrap;
			margin:0 0.5em 0 1.5em;}
			
			div.shoplist ul li a{
				font-weight:bold;
				font-size:13px;
				color:#4d4d4d;
				position:relative;}
		


/*グローバルメニュー*/

ul.globalmenu{
		width:167px;
		clear:both;
		float:left;
		display:inline;
		background:url(../../img/pc/branch/globalmenu_back.png) bottom right;
		padding-bottom:5px;
		margin:12px 0px 0px -12px;}	

* html ul.globalmenu{
		behavior: expression(
		this.style.behavior || (
		this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
		this.style.backgroundImage = "none",
		this.style.behavior = "none"
		)
		);
}

		ul.globalmenu li{
			width:157px;
			height:33px;
			overflow:hidden;
			float:left;
			display:inline;
			zoom:1;}
					
			ul.globalmenu li a{
				width:100%;
				height:100%;
				display:block;
				zoom:1;
				background:no-repeat 0px 0px;
				position:relative;}

			ul.globalmenu li.group_top a{
				background:url(../../img/pc/branch/globalmenu_group_top.gif);}
			
			ul.globalmenu li.top a{
				background:url(../../img/pc/branch/globalmenu_top.gif);}
			
			ul.globalmenu li.girls a{
				background:url(../../img/pc/branch/globalmenu_girls.gif);}
			
			ul.globalmenu li.schedules a{
				background:url(../../img/pc/branch/globalmenu_schedules.gif);}
				
			ul.globalmenu li.newfaces a{
				background:url(../../img/pc/branch/globalmenu_newfaces.gif);}
			
			ul.globalmenu li.rankings a{
				background:url(../../img/pc/branch/globalmenu_rankings.gif);}
			
			ul.globalmenu li.realtimes a{
				background:url(../../img/pc/branch/globalmenu_realtimes.gif);}
				
			ul.globalmenu li.photobbs a{
				background:url(../../img/pc/branch/globalmenu_photobbs.gif);}
			
			ul.globalmenu li.photogravures a{
				background:url(../../img/pc/branch/globalmenu_photogravures.gif);}
			
			ul.globalmenu li.movies a{
				background:url(../../img/pc/branch/globalmenu_movies.gif);}
				
			ul.globalmenu li.events a{
				background:url(../../img/pc/branch/globalmenu_events.gif);}
			
			ul.globalmenu li.accesses a{
				background:url(../../img/pc/branch/globalmenu_accesses.gif);}
			
			ul.globalmenu li.blogs a{
				background:url(../../img/pc/branch/globalmenu_blogs.gif);}
				
			ul.globalmenu li.shopmaster_blogs a{
				background:url(../../img/pc/branch/globalmenu_shopmaster_blogs.gif);}
				
			ul.globalmenu li.enquetes a{
				background:url(../../img/pc/branch/globalmenu_enquetes.gif);}
			
			ul.globalmenu li.mailmagazines a{
				background:url(../../img/pc/branch/globalmenu_mailmagazines.gif);}
			
			ul.globalmenu li.realtimemalmaga a{
				background:url(../../img/pc/branch/globalmenu_realtimemalmaga.gif);}
				
			ul.globalmenu li.about_us a{
				background:url(../../img/pc/branch/globalmenu_about_us.gif);}
				
			ul.globalmenu li.systems a{
				background:url(../../img/pc/branch/globalmenu_systems.gif);}
			
			/* マウスオーバー */
			
			ul.globalmenu#globalmenu li a:hover{
				background-position:-157px 0px;}
