.jimgMenu {
	position:relative;
	padding: 0px;
	width:620px;
	height:200px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 153px;
	float: left;
	display: block;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FC3;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}

.jimgMenu ul li#shinsotsu a {
	background-attachment: scroll;
	background-image: url(../images/shinsotsu.gif);
	background-repeat: repeat;
	background-position: 0%;
  
}

.jimgMenu ul li#stylist a {
	background-attachment: scroll;
	background-image: url(../images/stylist.gif);
	background-repeat: repeat;
	background-position: 0%;

}

.jimgMenu ul li#biyoustaff a {
	background-attachment: scroll;
	background-image: url(../images/biyoustaff.gif);
	background-repeat: repeat;
	background-position: 0%;
  
}

.jimgMenu ul li#topic a {
	background-attachment: scroll;
	background-image: url(../images/topic.gif);
	background-repeat: repeat;
	background-position: 0%;

}

.jimgMenu ul li#urban a {
	border-right-style: none;
	background-attachment: scroll;
	background-image: url(../images/urban.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}

