/* タグの再定義　*/

body {
	font-size:12px;
	lihe-height:150%;
	margin:0px auto;
}

a {
	text-decoration: none;
	color:#808080;
}

a:hover{
	border:2px solid;
	border:#808080;
}

td{
	text-align:center;
	vertical-align: top;
}

li{
	/* [disabled]text-align: center; */
}

img{
	border:none;	
}
/* レイアウト　*/
#vf_title{
	
}

#wrap{
	width: 830px;
	height: 800px;
	overflow: hidden;
	padding: 0px;
	/* [disabled]padding: 10px; */
	border: 0px solid gray;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#right{
	float: right;
	width: 530px;
}

#fitimg{
	float: left;
	width: 250px;
	position: relative;
}

#fitimg img{
	width: 300px;
	position: absolute;
	left: 0px;
	top: 30px;
}

/*　商品画像のID 大きさや場所を個別で調整可　*/
#jacket{

}

#onepiece{

}

#fitimg img#corsage{
	width:200px;
	left:36px;
	top:45px;	
}

#fitimg img#pumps{
	top:-50px;	
}



/*　その他　*/

#select{
	padding-top:15px;
	}

#select div{

	
}


#select a:hover{

}


#tab ul{
	margin: 0px;
	padding: 0px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

#tab li{
	/* [disabled]float: left; */
	background-color: #000000;
	font-size: 11px;
	color: white;
	/* [disabled]width: 113px; */
	list-style: none;
	margin: 1px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: table-cell;
	border-right: 1px #fff solid;
}

#tab a{
	color:white;
	text-decoration: none;
	display:block;
}

#tab a:hover{
	color:gray;
	background-color:#EEEEEE;
}

.cl{
	clear:both;
}

#cl_img{
	text-align:center;
	vertical-align: bottom;
}

#desc{
	background:#EEEEEE;
	vertical-align: bottom;
	padding:10px;
	display:none;
}

/* 商品ごとのタブ内容　*/
#select ul{ list-style-type:none; margin:0; padding:0;}
#select ul li{
	float: left;
	width: 96px;
	height: 190px;
	margin-right: 10px;
	padding: 0;
	border: 1px #ccc solid;
	margin-bottom: 15px;
}
#select ul li.skirt_area_h{
	height: 250px;
}
#select ul li.blouse_area_h{
	height: 200px;
}


#select ul li a{
	display: block;
	/* [disabled]padding: 7px; */
	margin: 10px auto;
	width: 76px;
}


#select ul li a.a1{
	display: block;
	/* [disabled]padding: 7px; */
	/* [disabled]margin: 10px auto; */
	width: 100%;
	height: 130px;
	overflow: hidden;
}
#select ul li a.a2{
	display: block;
	/* [disabled]padding: 7px; */
	/* [disabled]margin: 10px auto; */
	width: 100%;
	height: 45px;
	margin-top:24px;
	}




#jacket_area{
	display: inline;
}

#blouse_area{
	display:none;
}

#skirt_area{
	display: none;
}


#blouse_area li {height:180px !important;}
#a.blouse_area_style {position:absolute; width:76px !important;}
#blouse_area img {clip: rect(0px 80px 200px 0); position: absolute; margin-top: 10px;}

#bag_area li {height:180px !important;}
#bag_area li {width:85px !important;}
#a.bag_area_style {position:absolute; width:76px !important;}
#bag_area img {clip: rect(70px, 65px, 500px, 0px);
    margin-top: -70px;
    position: absolute;}

#necklace_area li {height:120px !important;}
#a.necklace_area_style {position:absolute; width:65px !important;}
#necklace_area img {
	clip: rect(0px 85px 50px 20px);
	position: absolute;
	margin-top: 0px;
	zoom: 2;
	margin-left: -17px;
}

#hair_area li {height:120px !important;}
#a.hair_area_style {position:absolute; width:65px !important;}
#hair_area img {
	clip: rect(0px 85px 50px 40px);
	position: absolute;
	margin-top: 0px;
	zoom: 2;
	margin-left: -50px;
}




.jump{
	width: auto;
	font-size: 9px;
	background-color: #CCC;
	padding: 5px 10px 5px 10px;
	text-align: center;
	display: inline-block;
	}

.jump a:hover{
	background-color:#999999;
	}
	
