/* =======================================

 CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
	1.Reset
		1-1. margin, padding
		1-2. body
		1-3. li,dt,dd
		1-4. link	
		1-5. h
		
2.Common
	
3.Header
		3-1.Structuer
		3-2.Site Title
		3-3.Shop Infotext
		3-4.Header Navi
	
4.Side Menu
		4-1.Structuer
		4-2.Common Parts
		4-3.Rollover
		4-4.Member Menu
		4-5.Mobile
		4-6.Link
		4-7.Shopinfo
		4-8.Banner


5.Main
		5-1.Structuer
		5-2.Common
		5-3.Slide Show
		5-4.What's New
		5-5.What's New下Banner
		5-6.Sale
		5-7.New Item
		5-8.Item
		5-9.Present
		5-11.Pick Up
	
6.Footer


7.Hers Collection
		7-1.Structuer
		7-2.Common
		7-3.Menu
		7-4.Brand Index
		
		
8.Hers Beauty
		8-1.Structuer
		8-2.Menu
		8-3.Brand Introduce
		8-4.Marc


9.商品分類
		9-1.Structuer
		9-2.Hers Collection
		9-3.Hers Beauty
		
10.商品詳細
		10-1.Structuer
		10-2.Common		
		10-3.Hers Collection
		10-4.Hers Beauty		

11.会員加入・修正
		11-1.会員認証ページ
		11-2.会員加入/修正ページ
		11-3.パスワード紛失ページ
		11-4.注文照会ログインページ
		11-5.ポイント照会ページ


12.プレゼント


13.利用案内


14.買い物かご

========================================== */

/* 1.Reset
========================================== */

			/*1-1.margin, padding
				---------------------------------------- */
			body,div,dl,dt,dd,ul,li,h1,h2,form,input,p{
			margin:0px;
			padding:0px;
			}

			/*1-2.body
				---------------------------------------- */
			body{
				color: #333333;
				margin:0 auto;
				font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
				font-size: 80%;
				line-height: 140%;
				text-align:center
				}

			/*1-3.li,dt,dd
				---------------------------------------- */
			li,dt,dd{
				margin:0px;
				padding:0px;
				list-style: none none outside;
				font-size: 95%;
				line-height: 160%;
				}

			/*1-4.link
				---------------------------------------- */
			a{ 
				color: #333333;
				text-decoration: none;
				}
	
			a:link{ 
				color: #333333;
				text-decoration: none;
				}	

			a:hover{ 
				color: #999999;
				text-decoration: underline; 
				}

			a:visited{ 
				color: #333333;
				text-decoration: none;
				}

			/*1-5.h
				---------------------------------------- */

			h1, h2{
				font-size: 1.0em;
				line-height: 140%;
				}
				

/* 2.Common
========================================== */	
.comment{
	font-size:	80%;
	color:	#666666;
	text-decoration:none
	}
	

.hc_comment{
	font-size:80%;
	color:#FF6699;
	text-decoration:none
	}
	

.hb_comment{
	font-size:80%;
	color:#66CCCC;
	text-decoration:none
	}


	/* 3.Header
========================================== */

			/*3-1.Structuer
				---------------------------------------- */
				.wrapperheader	{
				width:850px;
				height:230px;
				margin:10px auto;
				text-align:center;
				vertical-align:top
				}
				
				.headercontents	{
				position:relative;
				width:850px;
				height:90px;
				vertical-align:bottom;
				}		
				
				.banheader	{
				width:850px;
				height:40px;
				text-align:right;
				}
				
				.banheader img	{
				border:0;
				margin:0 0 0 10px
				}
							
				.headerbottom	{
				width:850px;
				height:45px;
				}
				
				.headerbottom img	{
				vertical-align:bottom
				}
								
				.banheader01	{
				float:left;
				width:850px;
				height:30px;
				text-align:center;
				}
				
				.banheader02	{
				float:left;
				width:850px;
				height:30px;
				text-align:center;
				padding:20px 0 0 0
				}				
				
				.banheader01 img	{
				border:none;
				}
				
				.banheader02 img	{
				border:none;
				margin:0 0 0 10px;
				}		


			/*3-2.Site Title
				---------------------------------------- */
			.logo	{
				float:left;
				width:155px;
				height:45px
				}
			
			.logo img{
				border:	none
				}

			/*3-3.Shop Infotext
				---------------------------------------- */		
			.headertext	{
				position:absolute;
				text-align:left;
				top:10px;
				left:200px;
				width:350px;
				height:30px;
				line-height:1.2em;
				font-size:	80%;
				color:	#666666;
				text-decoration:none
				}


			/*3-4.Header Navi
				---------------------------------------- */
		.tab	{
				float:right;
				width:200px;
				text-align:right;
				}
								
			.tab img	{
				border:none;
				vertical-align:bottom;
				margin-left:5px;
				margin-top:28px
				}
				
				
			.globalnavi	{
				width:850px;
				height:25px;
				text-align:left
				}
				
				.globalnavi ul {
				list-style:none;
				margin:0;
				padding:0;
				}
				
			.globalnavi li	{
				display:inline;
				margin: 0;
				padding: 0;
				line-height:0
				}
								
			.globalnavi li img	{
				border:0;
				vertical-align:bottom
				}
				
	

/* 4.Side Menu
========================================== */

			/*4-1.Structuer
			---------------------------------------- */
			.wrapperside{
			float:left;
			width:150px;
			height:auto;
			text-align:left;
			vertical-align:top;
			}
			
			.sidemenu	{
			float:left;
			width:150px;
			text-align:left;
			height:auto;
			margin:0 0 10px 0;
			padding:0;
			vertical-align:bottom;
			}
			

			/*4-2.Common Parts
			---------------------------------------- */			
			.sidemenu	img {
			border:0;
			}	
			
			.title01	{
			margin-bottom:5px
			}					
			
			
			/*4-3.Rollover
			---------------------------------------- */		
			.brandindex{
				float:left;
				width:150px;
				text-align:left;
				list-style:none;
				margin:0px;
				padding:0px;
				}

			.brandindex li{
				float:left;
				width:150px;
				text-align:left;
				margin:0px;
				padding:0px
				}
				
			.brandindex li a {
				float:left;
				width:150px;   
  	 height:30px;
				text-align:left;
				display:block;   
  	 text-decoration:none;   
  	 text-indent:-9999px;
				margin:0px 0px 5px 0px;
				overflow:hidden;
				}
				
			.hcindex img	{
				vertical-align:bottom
				}
				
			.hcindex{
				list-style:none;
				margin:0px;
				padding:0px;
				text-align:left
				}
								
						
			.hcindex li	{
				margin: 0;
    padding: 0;
				}
			
				
			.hbindex{
				list-style:none;
				margin:0px;
				padding:0px;
				text-align:left
				}
					
				
			.hbindex li	{
				float:left;
				margin-bottom:3px
				}
				
				
			.hbindex li a {
				display:block;   
  	 text-decoration:none;   
  	 text-indent:-9999px;   
  	 width:150px;   
  	 height:25px;
				}	
				
				.mn_vuitton a	{
				background:url(http://centerzip.co.jp/img/mn_vuitton.jpg) left top no-repeat
				}
								
				.mn_chanel a	{
				background:url(http://centerzip.co.jp/img/mn_chanel.jpg) left top no-repeat
				}
								
				.mn_bt a	{
				background:url(http://centerzip.co.jp/img/mn_bt.jpg) left top no-repeat
				}
									
				.mn_cartier a	{
				background:url(http://centerzip.co.jp/img/mn_cartier.jpg) left top no-repeat
				}

				.mn_bv a	{
				background:url(http://centerzip.co.jp/img/mn_bv.jpg) left top no-repeat
				}
				
				.mn_hermes a	{
				background:url(http://centerzip.co.jp/img/mn_hermes.jpg) left top no-repeat
				}

				.mn_miu a	{
				background:url(http://centerzip.co.jp/img/mn_miu.jpg) left top no-repeat
				}
								
				.mn_balen a	{
				background:url(http://centerzip.co.jp/img/mn_balen.jpg) left top no-repeat
				}
							
				.mn_marc a	{
				background:url(http://centerzip.co.jp/img/mn_marc.jpg) left top no-repeat
				}
				
				.mn_select a	{
				background:url(http://centerzip.co.jp/img/mn_select.jpg) left top no-repeat
				}
				
				.mn_es a	{
				background:url(http://centerzip.co.jp/img/mn_es.gif) left top no-repeat
				}	
				
				.mn_lavera a	{
				background:url(http://centerzip.co.jp/img/mn_lavera.gif) left top no-repeat
				}							

				.mn_dr a	{
				background:url(http://centerzip.co.jp/img/mn_hau.gif) left top no-repeat
				}
				
				.mn_select_hb a {
				background:url(http://centerzip.co.jp/img/mn_select_hb.gif) left top no-repeat
				}
				
				.mn_laundry a {
				background:url(http://centerzip.co.jp/img/mn_landry.gif) left top no-repeat
				}	
				
				.mn_atti a {
				background:url(http://centerzip.co.jp/img/mn_atti.gif) left top no-repeat
				}
				
				.mn_room a {
				background:url(http://centerzip.co.jp/img/mn_room.gif) left top no-repeat
				}	
								
				.mn_vuitton a:hover,.mn_chanel a:hover,.mn_bt a:hover,.mn_cartier a:hover,.mn_bv a:hover,.mn_bv a:hover,.mn_hermes a:hover,.mn_miu a:hover,.mn_balen a:hover,.mn_balen a:hover,.mn_marc a:hover,.mn_select a:hover,.mn_es a:hover,.mn_lavera a:hover,.mn_dr a:hover,.mn_select_hb a:hover,.mn_laundry a:hover,.mn_atti a:hover,.mn_room a:hover {
				background-position:right top;
				}
										
			
			/*4-4.Member Menu
			---------------------------------------- */							
			.bt_member	{
			margin-bottom:5px
			}
			
		.go{
			margin-right:10px
			}
			
			/*4-5.Mobile
			---------------------------------------- */
			.mobile	{
			width:150px;
			text-align:center
			}
			
			.mobile_p	{
			font-size:80%;
			font-weight:bold;
			color:#FF9999
			}
			
			
			/*4-6.Link
			---------------------------------------- */
			.link	{
			width:150px;
			text-align:center
			}
			
			
			/*4-7.Shopinfo
			---------------------------------------- */
		.shopinfotext{
			width:150px;
			height:auto;
			font-size:90%;
			background-color:#FFCCCC;
			padding:5px 0 5px 5px
			}
			
				
			/*4-8.Banner
			---------------------------------------- */	
			.ban01	{
			margin-bottom:5px
			}


	
/* 5.Main
========================================== */	

			/*5-1.Structuer
				---------------------------------------- */
			.wrappermain{
			width:690px;
			height:auto;
			float:left;
			margin-left:10px;
			}
			
			.area1{
			float:left;
			width:690px;
			}
			
			.area2{
			float:left;
			width:690px;
			height:auto;
			}
			
			.area2_left{
			float:left;
			width:450px;
			}					
			
			.area2_right{
			float:right;
			width:220px;
			}			
			
			.topics{	
				font-size:80%;
				color:#333333
				}
				
			.area3{
			float:left;
			width:690px;
			height:auto;
			}
			
			.area3_left{
			float:left;
			width:450px;
			}
			
			.area3_right{
			float:right;
			width:220px;
			}			
				
				
			/*5-2.Common
				---------------------------------------- */
				.ban03{
				float:left;
				width:220px;
				text-align:left;
				padding:5px 0 0 0;
				}
				
				.ban03 img{
				border:none;
				vertical-align:bottom
				}
				
				
			.ban04{
				float:left;
				width:450px;
				text-align:left;
				padding:10px 0 0 0;
				}	
				
				.ban04 img{
				border:none;
				vertical-align:bottom
				}
				

			/*5-3.Slide Show
				---------------------------------------- */	
				#slideshow {
				position: relative;
				width: 690px;
				height: 220px;
				overflow: hidden;
				border: 1px solid #999999;
				}

				#slideshow img {
				position: absolute;
				border:0;
				left: 0;
				top: 0;
				}
				
				#pause1 {
				z-index:100;
				}
				
				#stop	{
				width:690px;
				text-align:right
				}				
				

			/*5-4.What's New
				---------------------------------------- */		
				.news_brand	{
				float:left;
				width:450px;
				margin:0 0 10px 0
				}
				
				.title_news{
				float:left;
				width:450px;
				height:15px;
				text-align:right;
				font-size:80%;
				background:url(http://centerzip.co.jp/img/tp_new.gif) no-repeat
				}
				
				.news{
				float:left;
				text-align:left;
				width:450px;
			 height:200px;
 			overflow:auto;
				scrollbar-face-color:#FFCCCC ;
				scrollbar-track-color:#FFCCCC;
				scrollbar-arrow-color:#ffffff;
				scrollbar-highlight-color:#FFCCCC;
				scrollbar-shadow-color:#CCCCCC;
				scrollbar-3dlight-color:#FFCCCC;
				scrollbar-darkshadow-color:#CC9999;
 			background-color:#FFFFFF;
				vertical-align:top;				
				}
				
				.news ul{
				margin:10px 0 0 10px 
				}	
				
				
			/*5-5.What's New下Banner
				---------------------------------------- */		
				.ban02{
				width:450px;
				height:auto;
				text-align:left;
				margin:20px 0 20px 0;
				clear:both;
				}
				
				.ban02 img{
				border:none
				}						
				
				
			/*5-6.Sale
				---------------------------------------- */									
				.top_sale{
				float:right;
				width:220px;
				margin-bottom:20px;
				}
				
				.sale_comment{
				background-color:#FF385D;
				color:#FFFFFF;
				font-size:70%;
				padding:0 0 3px 0;
				text-align:center;
				}	
							
				.saletable_price	{
				background-color:#FFFFCC;
				padding:5px 0 5px 0;
				border:solid 1px #FF385D;
				text-align:center
				}
				
			.sale_nesagemae{
				color:#333333;
				font-weight:bold;
				font-size:120%;
				}
		
			.sale_nesagego{
				color:#FF0033;
				font-weight:bold;
				font-size:160%;
				}	
				
				.saletable_pict{
				height:110px;
				background-color:#FFFFFF;
				border-left:solid 1px #FF385D;
				border-right:solid 1px #FF385D;
				text-align:center
				}
				
				.saletable_pict img{
				border:none
				}					

				.saletable_shouhinmei{
				background-color:#FFCCCC;
				border:solid 1px #FF385D;
				font-size:90%;
				font-weight:bold;
				text-align:center
				}
				
				
			/*5-7.New Item
				---------------------------------------- */	
				.title_newitem{
				float:left;
				width:450px;
				height:15px;
				text-align:right;
				font-size:80%;
				background:url(http://centerzip.co.jp/img/tp_newitem.gif) no-repeat
				}
				
				.newitem{
				width:450px;
				text-align:left
				}
				
				.newitemlist{
				float:left;
				width:450px;
				height:auto;
				text-align:left;				
				}						


			/*5-8.Item
				---------------------------------------- */	
			.item{
				float:right;
				width:220px;
				text-align:left;
				margin-bottom:20px
				}
			
			.title_item{
				float:right;
				width:220px;
				height:15px;
				text-align:right;
				font-size:80%;
				background:url(http://centerzip.co.jp/img/tp_item.gif) no-repeat
				}


			/*5-9.Present
				---------------------------------------- */	
			.present{
				width:220px;
				border:solid 1px #999999;
				clear:both
				}
				
				.present_pict{
				text-align:center;
				}
				
				.present_pict img{
				border:none
				}
				
				.present_shousai{
				text-align:center;
				background-color:#F3F3EA;
				padding-bottom:5px
				}	
				
				.present_shousai img{
				border:none
				}
								
				.present_shouhinmei{
				color:#FF0066;
				font-weight:bold;
				font-size:90%
				}
				
				.present_simekiri{
				color:#FF00FF;
				font-weight:bold;
				font-size:90%;
				}	
								

			/*5-10.Brand
				---------------------------------------- */	
			.brand{
				float:left;
				width:450px;
				text-align:left;
				margin:30px 0 10px 0
				}
			
			.title_brand{
				float:left;
				width:450px;
				height:15px;
				text-align:right;
				font-size:80%;
				background:url(http://centerzip.co.jp/img/tp_brand.gif) no-repeat
				}

				
			/*5-11.Pick Up
				---------------------------------------- */	
			.pickup{
				width:450px;
				text-align:left;
				margin-bottom:10px
				}
			
			.title_pickup{
				float:left;
				width:450px;
				height:15px;
				text-align:right;
				font-size:80%;
				background:url(http://centerzip.co.jp/img/tp_pick.gif) no-repeat
				}
				
			.pickuplist{
			 float:left;
				width:450px;
				height:auto;
				text-align:left;
				}
				
				.pickup02{
				width:220px;
				text-align:left;
				padding:30px 0 0 0
				}
				
				.pickupban{
				width:220px;
				margin-top:5px
				}

				.pickupban img{
				border:none;
				vertical-align:bottom;
				}
				
				.pickup02_otherhc p{
				font-size:90%;
				color:#FF6699;				
				margin:5px 0 20px 0
				}
				
				.pickup02_otherhc a{
				width:220px;
				font-size:90%;
				color:#FF6699;
				text-align:right;
				}
				
				.pickup02_otherhb p{
				font-size:90%;
				color:#66CCCC;
				}
				
				.pickup02_otherhb a{
				width:220px;
				font-size:90%;
				color:#66CCCC;
				text-align:right;
				margin:5px 0 0 0
				}

	
								

/* 6.Footer
========================================== */
	.wrapperfooter{
	width:850px;
	height:17px;
	text-align:right
	}

.gaiyou{
	float:left;
 width:850px;
	height:25px;
	background-color:#CCCCCC;
	}

.link_ft{
 display:inline;
	color:#333333;
	font-size:95%
	}
	
.link_ft a{
 display:inline;
	color:#333333;
	font-size:95%
	}
	
.link_ft_last{
 display:inline;
	color:#333333;
	font-size:95%;
	margin-right:10px
	}	
	
	.policy{
	width:850px;
	height:auto;
	margin-top:10px;
	text-align:center;
	background-color:#FFFFFF
	}


				
/* 7.Hers Collection
========================================== */	

			/*7-1.Structuer
				---------------------------------------- */
			.wrapperhc{
			width:690px;
			height:1000px;
			float:left;
			margin-left:10px
			}
			
			.area1_hc{
			float:left;
			width:690px;
			}
				
				
			/*7-2.Common
				---------------------------------------- */
				.title_hc{
				float:left;
				width:690px
				}


			/*7-3.Menu
				---------------------------------------- */		
				.menu_hc{
				float:left;
				width:690px
				}
				
				.title_menu_hc{
				float:left;
				width:690px;
				height:25px;
				text-align:left;
				margin:20px 0 0 0;
				background:url(http://centerzip.co.jp/img/title_hc_menu.gif) no-repeat
				}
				
				.title_menu_hc p{
				font-size:80%;
				margin-left:150px
				}	
				
				.menu_celeb{
				float:left;
				width:340px;
				text-align:left;
				}		
				
				.menu_celeb img{
				border:none
				}	
				
				.menu_putipra{
				float:right;
				width:340px;
				text-align:left;
				margin-left:10px
				}		
				
				.menu_putipra img{
				border:none
				}							


			/*7-4.Brand Index
				---------------------------------------- */
				.title_index_hc{
				float:left;
				width:690px;
				height:25px;
				text-align:left;
				margin:20px 0 0 0;
				background:url(http://centerzip.co.jp/img/title_hc_brandindex.gif) no-repeat
				}
				
				.title_index_hc p{
				font-size:80%;
				margin-left:140px
				}
				
				.brandsetumei{
				float:left;
				width:690px
				}
				
				.brandsetumei_tr{
				width:690px;
				height:248px;
				margin:10px 0 0 0;
				}
				
				.setumei{
				float:left;
				width:220px;
				height:210px;
				}
				
				.setumei_logo{
				float:left;
				}
				
				.setumei_logo img{
				border:none
				}
				
				.setumei_comment{
				float:left;
				width:110px;
				height:210px;
				font-size:80%;
				padding:5px
				}
				
				.setumei_pict{
				float:right;
				width:100px;
				height:210px;
				}
				
				.setumei_pict img{
				border:none
				}				
				
				.brandsetumei_junk{
				float:left;
				width:220px;
				height:248px;
				background-color:#D1AF83;
				}
				
				.brandsetumei_joy{
				float:left;
				width:220px;
				height:248px;
				background-color:#000000;
				color:#FFFFFF;
				margin-left:15px;
				}	
				
				.brandsetumei_kitson{
				float:right;
				width:220px;
				height:248px;
				background-color:#E5005A;
				color:#FFFFFF;
				}		
				
				.brandsetumei_lafine{
				float:left;
				width:220px;
				height:248px;
				color:#FFFFFF;				
				background-color:#4D4E52;
				}
				
				.brandsetumei_local{
				float:left;
				width:220px;
				height:248px;
				color:#FFFFFF;				
				background-color:#845BDB;
				margin-left:15px
				}	
				
				.brandsetumei_mighty{
				float:right;
				width:220px;
				height:248px;
				color:#FFFFFF;				
				background-color:#1A1A1A;
				}
				
				.brandsetumei_public{
				float:left;
				width:220px;
				height:248px;
				color:#FFFFFF;				
				background-color:#4F796B;
				}
				
				.brandsetumei_av{
				float:left;
				width:220px;
				height:248px;
				color:#666666;				
				background-color:#B6CC8C;
				margin-left:15px
				}				
				
				.brandsetumei_jkc{
				float:right;
				width:220px;
				height:248px;
				color:#666666;				
				background-color:#EBE3E3;
				}
				
				
				.brandsetumei_junk span.rtop,.brandsetumei_junk span.rbottom{
				display:block;
				background:#FFFFFF;
				}
				
				.brandsetumei_junk span.rtop span,.brandsetumei_junk span.rbottom span{
				display:block;
				height:1px;
				overflow: hidden;
				background:#D1AF83;
				}
				
				.brandsetumei_joy span.rtop,.brandsetumei_joy span.rbottom{
				display:block;
				background:#FFFFFF;
				}
				
				.brandsetumei_joy span.rtop span,.brandsetumei_joy span.rbottom span{
				display:block;
				height:1px;
				overflow: hidden;
				background:#000000;
				}
				
				.brandsetumei_kitson span.rtop,.brandsetumei_kitson span.rbottom{
				display:block;
				background:#FFFFFF;
				}
				
				.brandsetumei_kitson span.rtop span,.brandsetumei_kitson span.rbottom span{
				display:block;
				height:1px;
				overflow: hidden;
				background:#E5005A;
				}
				
				.brandsetumei_lafine span.rtop,.brandsetumei_lafine span.rbottom{
				display:block;
				background:#FFFFFF;
				}
				
				.brandsetumei_lafine span.rtop span,.brandsetumei_lafine span.rbottom span{
				display:block;
				height:1px;
				overflow: hidden;
				background:#4D4E52;
				}
				
				.brandsetumei_local span.rtop,.brandsetumei_local span.rbottom{
				display:block;
				background:#FFFFFF;
				}
				
				.brandsetumei_local span.rtop span,.brandsetumei_local span.rbottom span{
				display:block;
				height:1px;
				overflow: hidden;
				background:#845BDB;
				}
				
				.brandsetumei_mighty span.rtop,.brandsetumei_mighty span.rbottom{
				display:block;
				background:#FFFFFF;
				}
				
				.brandsetumei_mighty span.rtop span,.brandsetumei_mighty span.rbottom span{
				display:block;
				height:1px;
				overflow: hidden;
				background:#1A1A1A;
				}
				
				.brandsetumei_public span.rtop,.brandsetumei_public span.rbottom{
				display:block;
				background:#FFFFFF;
				}
				
				.brandsetumei_public span.rtop span,.brandsetumei_public span.rbottom span{
				display:block;
				height:1px;
				overflow: hidden;
				background:#4F796B;
				}
				
				.brandsetumei_av span.rtop,.brandsetumei_av span.rbottom{
				display:block;
				background:#FFFFFF;
				}
				
				.brandsetumei_av span.rtop span,.brandsetumei_av span.rbottom span{
				display:block;
				height:1px;
				overflow: hidden;
				background:#B6CC8C;
				}
				
				.brandsetumei_jkc span.rtop,.brandsetumei_jkc span.rbottom{
				display:block;
				background:#FFFFFF;
				}
				
				.brandsetumei_jkc span.rtop span,.brandsetumei_jkc span.rbottom span{
				display:block;
				height:1px;
				overflow: hidden;
				background:#EBE3E3;
				}
				
				span.r1{
				margin: 0 5px
				}
				
				span.r2{
				margin: 0 3px
				}
				
				span.r3{
				margin: 0 2px
				}
				
				span.rtop span.r4, span.rbottom span.r4{
				margin: 0 1px;
				height: 2px
				}
				
				span.rbottom{
				clear:both
				}
				
				
/* 8.Hers Beauty
========================================== */	

			/*8-1.Structuer
				---------------------------------------- */
			.wrapperhb{
			width:690px;
			height:1000px;
			float:left;
			margin-left:10px
			}
			
			.area_hb{
			float:left;
			width:690px;
			margin-bottom:20px
			}
				

			/*8-2.Menu
				---------------------------------------- */		
				.title_menu_hb{
				width:690px;
				height:20px;
				text-align:right;
				margin:20px 0 0 0;
				background:url(http://centerzip.co.jp/img/menu_hb.gif) no-repeat;
				vertical-align:bottom
				}
				
				.title_menu_hb p{
				font-size:80%;
				}
								
				.menu_hb{
				float:left;
				width:690px;
				margin-top:20px
				}
				
				.menu_hb img{
				border:0
				}
				
				.menu_cosme{
				float:left;
				width:320px;
				text-align:left;
				margin-left:10px				
				}		
				
				.menu_home{
				float:right;
				width:320px;
				text-align:left;
				margin-right:10px
				}							


			/*8-3.Brand Introduce
				---------------------------------------- */
				.title_brandintroduce_hb{
				width:690px;
				height:20px;
				text-align:right;
				margin:20px 0 0 0;
				background:url(http://centerzip.co.jp/img/brandintroduce_hb.gif) no-repeat;
				vertical-align:bottom
				}
				
				.title_brandintroduce_hb p{
				font-size:80%;
				}
				
				.section_hb_tr{
				float:left;
				width:690px;
				height:160px;
				margin:15px 0 0 0
				}
			
				.section_hb_a{
				float:left;
				width:335px;
				height:160px;
				border:solid 1px #CCCCCC;
				position:relative;
				}
				
				.section_hb_a img{
				border:none
				}
			
				.section_comment_a{
				width:180px;
				text-align:left;
				position:absolute;
				top:40px;
				left:10px;
				}
				
			.section_pict_a{
				position:absolute;
				top:5px;
				left:190px;
				}	
				
				img.circle_a{
				position:absolute;
				top:0px;
				left:0px
				}
				
				img.logo_a{
				position:absolute;
				top:2px;
				left:22px
				}
				
				.section_hb_b{
				float:right;
				width:335px;
				height:160px;
				position:relative;
				border:solid 1px #CCCCCC;				
				}
				
				.section_hb_b img{
				border:none;
				}
			
				.section_comment_b{
				float:right;
				width:180px;
				text-align:left;
				position:absolute;
				top:40px;
				left:10px;
				}
				
			.section_pict_b{
				position:absolute;
				top:5px;
				left:190px;
				}	
				
				img.circle_b{
				position:absolute;
				top:0px;
				left:0px
				}
				
				img.logo_b{
				position:absolute;
				top:2px;
				left:22px
				}
				
				
			/*8-4.Marc
				---------------------------------------- */				
			.section_mark{
			width:630px;
			height:190px;
			margin:20px 30px 0 30px;
			text-align:left;
			border:solid 1px #66CCCC;
			}
			
			.section_mark_title{
			width:630px;
			background-color:#66CCCC;
			font-weight:bold;
			text-align:left;
			padding:2px;
			margin-bottom:5px
			}
			
			.section_mark_tr{
			float:left;
			width:630px;
			height:70px;
			}
			
			.section_mark_a{
			float:left;
			width:300px;
			height:70px;
			position:relative;
			}
			
			.section_mark_a img{
			position:absolute;
			top:10px;
			left:10px
			}
			
			.section_mark_comment_a{
			width:200px;
			position:absolute;
			top:10px;
			left:80px
			}
			
			.section_mark_b{
			float:right;
			width:300px;
			height:70px;
			position:relative;
			}
			
			.section_mark_b img{
			position:absolute;
			top:10px;
			left:10px
			}
			
			.section_mark_comment_b{
			width:200px;
			position:absolute;
			top:10px;
			left:80px
			}
				
				
/* 9.商品分類
========================================== */

			/*9-1.Structuer
				---------------------------------------- */
			.wrapperbunrui{
			width:690px;
			height:auto;
			float:left;
			margin-left:10px
			}
			
			.area1_hers_bunrui{
			width:690px;
			height:300px;
			float:left;
			}
			
			.area1_hc_bunrui{
			width:690px;
			height:auto;
			float:left;
			}
			
			.area2_hers_bunrui{
			width:690px;
			height:auto;
			float:left;
			margin-top:10px
			}			


			/*9-2.Common
				---------------------------------------- */	
			.bunrui_list{
			width:670px;
			height:20px;
			text-align:left;
			padding-left:20px;
			background:url(http://centerzip.co.jp/img/bg_brandname.gif) repeat-x;
			margin-bottom:10px;
			font-size:120%;
			}
			
						
			.bunrui_list_hchb{
			float:left;
			width:690px;
			height:20px;
			text-align:left;
			padding-left:20px;
			background:url(http://centerzip.co.jp/img/bg_brandname.gif) repeat-x;
			}
			
						
			.brand_pict{
			float:left;
			width:450px
			}
			
			.brand_comment{
			width:230px;
			float:right;
			}
			
			.brand_comment_p{
			width:230px;
			height:180px;
			font-size:80%;
			text-align:left
			}
			
			.brandname{
			margin:10px 0 5px 0
			}	
					
			.bunrui_tr{
			float:left;
			width:690px;
			text-align:left
			}
			
			.bunrui_tr_l{
			width:345px;
			float:left;
			text-align:left
			}
			
			.bunrui_tr_r{
			width:345px;
			float:right;
			text-align:right
			}						
			

			/*9-2.Hers Collection
				---------------------------------------- */
			.hc_brandlist{
			float:left;
			width:690px;
			text-align:center;
			margin-top:10px
			}
			
			.hc_brandlist_bt{
			width:690px;
			margin-bottom:2px
			}
			
			.putipura_table{
			float:left;
			width:690px;
			height:auto;
			margin:0 auto
			}
			
			.putipura_table img{
			border:none
			}

			
			.putipura_table_bottom{
			float:left;
			width:690px;
			height:220px;
			vertical-align:top;
			}
			
			.putipura_table_bottom_l{
			float:left
			}
			
			.putipura_table_bottom_r{
			float:right
			}				
						

			/*9-3.Hers Beauty
				---------------------------------------- */
			.area1_hb_bunrui{
			width:690px;
			height:auto;
			float:left;
			}
			
			.area1_hb_bunrui img{
			border:none
			}			
			
			.bunrui_tr_hblist{
			width:670px;
			height:60px;
			text-align:left;
			padding-left:20px;
			margin-bottom:10px;
			background:url(http://centerzip.co.jp/img/bg_brandcate_hb.gif) repeat-x;
			}
			
			.hb_bunrui_p{
			width:690px;
			text-align:center;
			margin-top:10px
			}
			
			.cosme_tr{
			float:left;
			width:690px;
			text-align:center;
			margin-top:15px
			}

			.cosme_kodawari{
			float:left;
			width:320px;
			margin-left:20px;
			margin-top:5px
			}
			
			.cosme_kodawari_img{
			float:left;
			width:150px;
			}
			
			.cosme_kodawari_img img,.cosme_kodawari_p img{
			border:none
			}
			
			.cosme_kodawari_p{
			float:right;
			width:160px;
			text-align:left;
			padding:0 5px;
			font-size:80%;
			color:#666666
			}
			
			.comment_l{
			font-size:110%
			}
			
			.cosme_mokuteki{
			float:left;
			width:200px;
			height:80px;
			margin:5px 0 0 20px;
			}
			
			.cosme_mokuteki_img{
			float:left;
			width:200px;
			}	
			
			.cosme_mokuteki_img img{
			border:none
			}
			
			.cosme_mokuteki_p{
			width:200px;
			text-align:center;
			font-size:80%;
			color:#666666;
			padding-top:2px
			}
			
			.cosme_mokuteki_p img{
			border:none
			}	
			
			.cosme_onayami{
			float:left;
			width:290px;
			height:80px;
			margin:5px 0 0 30px;
			text-align:center
			}
			
			.cosme_onayami_img{
			float:left;
			width:70px;
			}	
			
			.cosme_onayami_img img{
			border:none
			}
			
			.cosme_onayami_p{
			float:right;
			width:210px;
			text-align:left;
			padding:0 5px;
			font-size:80%;
			color:#666666
			}
			
			.cosme_onayami_p img{
			border:none
			}				
			
			.cosme_other{
			float:left;
			width:650px;
			height:80px;
			margin:15px 0 0 20px;
			text-align:center
			}
			
			.cosme_other_img{
			float:left;
			width:320px;
			}	
			
			.cosme_other_img img{
			border:none
			}
			
			.cosme_other_p{
			float:right;
			width:320px;
			text-align:left;
			padding:0 5px;
			font-size:80%;
			color:#666666
			}
			
			.cosme_other_p img{
			border:none
			}
			
			.home_tr{
			float:left;
			width:690px;
			height:85px;
			text-align:center;
			background:url(http://centerzip.co.jp/img/bg_glass_new.gif) repeat-y;
			}	
			
			.home_section{
			float:left;
			width:690px;
			height:80px;
			padding:0 60px;
			text-align:left
			}
			
			.home_section_img{
			float:left;
			width:350px;
			}	
			
			.home_section_img img{
			border:none
			}
			
			.home_section_p{
			float:left;
			width:205px;
			text-align:left;
			margin-left:5px;
			padding:0 5px;
			font-size:95%;
			color:#666666
			}
			
			.home_section_p img{
			border:none
			}
			
			.home_section_ban{
			float:left;
			width:280px;
			text-align:left;
			margin:5px 10px 0 0
			}	
				
				<!--商品詳細-->		
			.button{
				display:inline;
				color:#333333;
				font-size:10px;
				margin-right:20px
				}
			
			.button_next{
				display:inline;
				color:#333333;
				font-size:10px;
				}
				
			.sale{
				font-size:14px;
				color:#FF3366;
				font-weight:bold
				}
				

/* 10.商品詳細
========================================== */

					/*10-1.Structuer
				---------------------------------------- */	
				.wrappershousai{
				width:690px;
				height:auto;
				float:left;
				margin-left:10px
				}
			
				.area_shousai{
				width:690px;
				height:auto;
				float:left;
				text-align:center;
				margin-bottom:20px
				}
				
								
					/*10-2.Common
				---------------------------------------- */		
				.shousai_brandname01{
				width:680px;
				height:20px;
				background:url(http://centerzip.co.jp/img/bg_brandname.gif) repeat-x;
				font-size:150%;
				font-weight:bold;
				padding-left:10px;
				text-align:left;
				margin-bottom:15px
				}
				
				.shousai_list{
				text-align:left;
				margin:5px 0 0 0
				}
				
				.shousai_button{
				width:690px;
				text-align:right;
				padding-top:10px;
				padding-bottom:3px;
				margin-top:5px;
				background:url(http://centerzip.co.jp/img/dotline_yoko.gif) repeat-x left bottom;
				}
				
				.shousai_button li{
				display:inline;
				font-size:10px;
				padding-left:10px;
				color:#333333
				}
				
				.shouhinpict{
				float:left;
				width:310px;
				height:auto;
				vertical-align:top;
				background:url(http://centerzip.co.jp/img/dotline_tate.gif) repeat-y right top;
				}
				
				.shouhininfo{
				float:right;
				width:370px;
				}
				
				.shousai_brandname02{
				width:370px;
				text-align:left;
				color:#333333;
				font-weight:bold;
				margin-bottom:10px
				}
				
				.shouhininfo_table{
				float:right;
				width:370px;
				height:auto;
				vertical-align:top
				}
				
				.shouhininfo_table table{
				width:300px;
				border-collapse:collapse;
				margin:auto auto;
				border:solid 1px #FFCCCC;
				font-size:11px;
				color:#330000
				}
						
				.shouhininfo_table table td{
				width:260x;
				border-collapse:collapse;
				margin:auto auto;
				border:solid 1px #FFCCCC;
				font-size:11px;
				}
				
				.koumoku{
				width:40px;
				height:25px;
				background-color:#FFCCCC;
				padding:10px;
				text-align:center
				}
				
				.count{
				width:15px;
				height:12.5px;
				background-color:#FFCCCC;
				}

				.count img{
				border:none
				}
				
				.count_yohaku{
				width:150px
				}
				
				.sale{
				width:370px;
				float:left;
				margin:10px auto 0 auto;
				}
					
				.sale_img{
				float:left;
				width:100px;
				}
					
				.sale_p{
				float:right;
				width:270px;
				height:20px;
				text-align:left;
				font-size:14px;
				color:#FF3366;
				padding-top:30px;
				font-weight:bold;
				}
				
				.sale_table{
				float:left;
				width:370px;
				text-align:center;
				vertical-align:top;
				}
				
				.sale_table table{
					width:300px;
				vertical-align:top;
				background-color:#FAFAE1;
				margin:0 auto
				}
				
				.option{
				width:370px;
				padding:15px 0;
				text-align:center;
				clear:both;
				}
				
				.tujyo{
				width:370px;
				text-align:center;
				margin:10px 0
				}
					
				.tujyo_bt{
				width:370px;
				text-align:center;
				margin-top:10px
				}
				
				.tujyo_bt img{
				border:none;
				padding-left:5px
				}
				
				.percent{
					color:#FF6633;
				font-size:120%;
				font-weight:bold
				}
				
				.tujyoprice{
				color:#333333
				}
				
				.saleprice{
				color:#FF0033;
				font-weight:bold;
				font-size:130%
				}
				
				.shousai_detail{
				width:690px;
				text-align:center;
				vertical-align:top;
				margin-bottom:20px
				}
				
				.shousai_detail img{
				margin-bottom:20px
				}
				
				.shousai_detail_bottom{
				width:690px;
				text-align:left
				}
				

					/*10-3.Hers Collection
				---------------------------------------- */					
				.shouhininfo_table_hc{
				float:right;
				width:370px;
				height:auto;
				vertical-align:top
				}
				
				.shouhininfo_table_hc table{
				width:300px;
				border-collapse:collapse;
				margin:auto auto;
				border:solid 1px #FF0066;
				font-size:11px;
				color:#333333
				}
						
				.shouhininfo_table_hc table td{
				width:260x;
				border-collapse:collapse;
				margin:auto auto;
				border:solid 1px #FF0066;
				font-size:11px;
				}				
				
				
				.koumoku_hc{
				width:40px;
				height:25px;
				background-color:#FF0066;
				padding:10px;
				text-align:center
				}
				
				.count_hc{
				width:15px;
				height:12.5px;
				background-color:#FF0066;
				}
				
				.count_hc img{
				border:none
				}
				
				
					/*10-4.Hers Beauty
				---------------------------------------- */					
				.shouhininfo_table_hb{
				float:right;
				width:370px;
				height:auto;
				vertical-align:top
				}
				
				.shouhininfo_table_hb table{
				width:300px;
				border-collapse:collapse;
				margin:auto auto;
				border:solid 1px #66CCCC;
				font-size:11px;
				color:#333333
				}
						
				.shouhininfo_table_hb table td{
				width:260x;
				border-collapse:collapse;
				margin:auto auto;
				border:solid 1px #66CCCC;
				font-size:11px;
				}				
				
				
				.koumoku_hb{
				width:40px;
				height:25px;
				background-color:#66CCCC;
				padding:10px;
				text-align:center
				}
				
				.count_hb{
				width:15px;
				height:12.5px;
				background-color:#66CCCC;
				}
				
				.count_hb img{
				border:none
				}				

	
/* 11.会員加入・修正
========================================== */	
			
			/*11-1.会員認証ページ
				---------------------------------------- */
			.wrappermember{
			width:690px;
			height:auto;
			float:left;
			margin-left:10px
			}
			
			.area1_member{
			width:690px;
			height:auto;
			float:left;
			text-align:center;
			margin-bottom:40px
			}
			
			.area1_member img{
			border:none
			}
			
			.member_h2{
			margin-bottom:10px
			}
			
			.login_table{
			width:260px;
			height:50px;
			margin-top:10px;
			background-color:#F4F4F5;
			padding-bottom:5px;
			margin:10px auto 5px auto
			}
			
			.login_table_l{
			float:left;
			width:125px;
			text-align:right;
			margin-top:10px;
			background-color:#F4F4F5;
			}
			
			.login_table_r{
			float:right;
			width:125px;
			margin-top:10px;
			text-align:left;
			background-color:#F4F4F5
			}
			
			.inputname{
			float:left;
			width:125px;
			font-weight:bold;
			padding:5px 10px 0 0
			}
			
			.inputform{
			float:right;
			width:125px;
			padding-left:10px
			}
			
			.member_sinki{
			width:500px;
			height:auto;
			text-align:left;
			margin:0 auto 0 90px;
			background:url(http://centerzip.co.jp/img/bg_sinki.gif) no-repeat right bottom;
			}
			
			.member_sinki ul li{
			list-style-type: none;
			background-image:url(http://centerzip.co.jp/img/kira.gif);
			background-repeat: no-repeat;
			margin-top:10px;
			padding-left:20px
			}
			
			.chui{
			color:#FF0066;
			font-size:100%;
			font-weight:bold;
			padding:10px 0 0 20px
			}
			
			.member_button{
			text-align:center;
			padding:20px 0 0 0;
			height:50px
			}
			
			.member_melmaga{
			width:650px;
			height:auto;
			margin:0 auto
			}
			
			.member_melmaga img{
			margin-bottom:20px
			}
			
			/*11-2.会員加入/修正ページ
				---------------------------------------- */
			.area1_shusei{
			width:690px;
			height:auto;
			float:left;
			text-align:center;
			margin-bottom:20px
			}
			
			.area2_shusei{
			width:690px;
			float:left;	
			text-align:center;					
			height:auto;
			}			
			
			.shusei_chui{
			width:450px;
			height:auto;
			margin:0 auto;
			text-align:left;
			border:solid 3px #FF3399;
			background-color:#FFF5E2;
			padding:3px 10px
			}

			.shusei_chui .chui{
			width:450px;
			text-align:center;
			font-size:130%;
			font-weight:bold;
			color:#FF0099;
			}
			
			.chui01{
			margin-bottom:10px
			}
			
			.chui01 li{
			list-style-type: none;
			background-image:url(http://centerzip.co.jp/img/listmark.gif);
			background-repeat: no-repeat;
			margin-top:10px;
			padding-left:14px;
			line-height:1.5
			}
			
			.chui02 li{
			list-style-type: none;
			margin-top:10px;
			padding-left:14px;
			line-height:1.5
			}
			
			.chui_midasi{
			color:#CC6666;
			font-weight:bold;
			}
			
			.shusei_inputform{
			width:500px;
			height:auto;
			margin:10px auto 0 auto;
			border:solid 3px #FFCCCC;
			padding:10px
			}
			
			
			/*11-3.パスワード紛失ページ
				---------------------------------------- */
			.pass_table{
			width:350px;
			height:50px;
			margin-top:10px;
			background-color:#F4F4F5;
			padding-bottom:5px;
			margin:10px auto 5px auto
			}
			
			.pass_table_l{
			float:left;
			width:150px;
			text-align:right;
			margin-top:10px;
			background-color:#F4F4F5;
			}
			
			.pass_table_r{
			float:left;
			width:125px;
			margin:10px 5px 0 0;
			text-align:left;
			background-color:#F4F4F5
			}	
				
				
		.name_present{
			font-size:180%;
			color:#FF3366;
			font-weight:bold
			}
			
		.comment_pre{
			line-height:180%
			}
			
			
			/*11-4.注文照会ログインページ
				---------------------------------------- */	
			p.shoukai{
			width:690px;
			text-align:left
			}	


				/*11-5.ポイント照会ページ
				---------------------------------------- */
			.point_table{
			width:380px;
			height:200px;
			margin:20px auto 0 auto
			}
			
			.point_table_center{
			width:380px;
			height:70px;
			background:url(http://centerzip.co.jp/img/pointimg_bg.gif) repeat-y;
			}
				


/* 12.プレゼント
========================================== */	

.name_present{
	font-size:180%;
	color:#FF3366;
	font-weight:bold
	}
	
.comment_pre{
	line-height:180%;
	}
	
.comment_pre_title{
	line-height:120%;
	font-weight:bold;
 color:#CC6633;
	font-size:150%
	}
	
.comment_pre_simekiri{
	font-weight:bold;
 color:#FF3399;
	font-size:130%
	}	

p.shuryo{
	font-size:180%;
	color:#FF0000;
	font-weight:bold;
	padding:0 0 10px 0
	}

/* 13.利用案内
========================================== */	
.guidechuui{
 width:	690px;
	padding:	5px 0 5px 0;
	text-align:	center;
	background-color:#FF6699
	}
	
.guidechuui p{
	font-size:1.0em;
	color:#FFFFFF;
	font-weight:bold
	}
	
.guidenavi{
 width:690px;
	padding:10px 0 10px 0;
	font-size:1.0em;
	text-align:center
	}

.guidenavi ul{
	display:block;
	vertical-align:bottom;
	}


.guidenavi ul li{
	display:	inline;
	padding:	0 15px 0 20px;
	background:	url(http://centerzip.co.jp/img/kira.gif) no-repeat left
	}

.section_wrapper{
	float:left;
	width:610px;
	margin:0 0 20px 30px;
	padding:0
	}

.section_top{
	float:left;
	width:610px;
	height:35px;
	background:url(http://centerzip.co.jp/img/bg_section_top.gif) no-repeat top
	}

	
.midasi{
	float:left;
	font-weight:bold;
	font-size:1.1em;
	margin:11px 0 10px 20px
	}

.section_center{
	float:left;
 width:610px;
	height:auto;
	background:url(http://centerzip.co.jp/img/bg_section.gif) repeat-y	
	}
	
.section_text{
	float:left;
	width:558px;
	height:auto;
	margin:0px 20px;
	padding:10px;
	border-left:1px #FF9999 solid;
	border-right:1px #FF9999 solid;
	border-bottom:1px #FF9999 solid;
	}
	
.section_p{
	float:left;
	width:550px;
	height:auto;
	text-align:left;
	margin:20px 20px;
	}
	
	
.section_bottom{
	float:left;
	width:610px;
	height:25x;
	background:url(http://centerzip.co.jp/img/bg_section_bottom.gif) no-repeat bottom
	}	
	
	.bg_next{
		float:left;
		clear:both
		}

	.img_toiawase{
	 float:left;
		margin:0;
		padding:0
		}
		
	.meladd{
		font-weight:bold
		}

	.text_red{
		color:#FF0066;
		font-weight:bold
		}

	.bg{
		float:left;
		width:300px;
		padding:15px;
		background-color:#EFEFE4;
		margin-bottom:5px
		}

	.maptext{
		width:490px;
		font-size:90%;
		text-align:left;
		padding:15px 0 0 15px
		}


	.jumptop{
		float:left;
		width:590px;
		font-size:80%;
		text-align:right;
		clear:both
		}
	

/* 14.買い物かご
========================================== */	
#cart p{
padding:15px 0 5px 0
}
	
.carttable{
width:690px;
border-collapse:0;
border-spacing:0;
text-align:center;
}

.carttable table{
width:600px;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 0 0;
font-size:90%
}

.koumoku td{
height:25px;
padding:5px 0;
background:url(http://centerzip.co.jp/img/bg_carttable.gif) repeat-x left
}

.data td{
height:auto;
padding:10px 0
}


p.seihinmei{
color:#666666;
font-weight:bold
}
