@charset "utf-8";

a{
	outline:none;
}
a img{
	border:none;
}

#content_inner.common_page{
	text-align:left;
padding:0 40px;
}

#page_header{
	text-indent:-1000em;
	margin:0;
	padding:30px 0 0 0;
	display:block;
}

#page_header a{
display:block;
}

.location{
	background:url(../image/h_location.jpg) no-repeat 20px 25px;
}

.price{
	background:url(../image/h_pricelist.jpg) no-repeat 20px 25px;
}

.contact{
	background:url(../image/h_contact.jpg) no-repeat 20px 25px;
}

.privacy{
	background:url(../image/h_privacy.jpg) no-repeat 20px 25px;
}

.concept{
	background:url(../image/h_concept.jpg) no-repeat 20px 25px;
}

.news{
	background:url(../image/h_news.jpg) no-repeat 20px 25px;
}

.relation{
	background:url(../image/h_relation.jpg) no-repeat 20px 25px;
}

.music{
	background:url(../image/h_musicselection.jpg) no-repeat 20px 25px;
}

.book{
	background:url(../image/h_bookselection.jpg) no-repeat 20px 25px;
}

.hairstyle{
	background:url(../image/h_hair.jpg) no-repeat 20px 25px;
}

.nailstyle{
	background:url(../image/h_nail.jpg) no-repeat 20px 25px;
}

.staff{
	background:url(../image/h_staff.jpg) no-repeat 20px 25px;
}

address{
	font-style:normal;
}

#pagesection{
	background:url(../image/page_section_line.jpg) repeat-x;
	padding:30px 0 20px 0;
}

table#form,tr,td,th{
	vertical-align:super;
	background:none;
	border:none;
	border-collapse:inherit;
}

th{
text-align:right;	
}

h1,h2,h3,h4,h5{
font-size:100%;
margin:30px 0 10px 0;
padding:0;
}







/* MUSIC SELECTION */

	#gallery{
		width:870px;
		overflow:hidden;
	}
	
	#slides{
		height:400px;
		width:870px;
		overflow:hidden;
	}
	
	.slide{
		float:left;
	}
	
	#menu{
		/* This is the container for the thumbnails */
		height:45px;
	}
	
	ul#thums{
		margin:0;
		padding:0px;
		height:45px;
	}
	
	ul#thums li{
		/* Every thumbnail is a li element */
		width:60px;
		display:inline-block;
		list-style:none;
		height:45px;
		overflow:hidden;
		margin:0 0 0 1px;
		float:left;
	}
	
	ul#thums li.act a{
		cursor:default;
		padding:5px 0 0 0;
		border-top:#333 1px solid;
		opacity: 0.6;
	}
	
	ul#thums li a{
		display:block;
		height:45px;
	}
	
/* MUSIC SELECTION is the End */

/* STAFF */
div#slide{
overflow:auto;
width:920px;
height:510px;
overflow-y:hidden;
background:#f5f5f5;
}

div#staffimg{
	margin:0;
	padding:0 0 0 20px;
	width:2100px;
	height:480px;
	font-size:75%;
}
div#staffimg div{
float:left;
text-align:left;
margin:0 0 0 20px;
}
div#staffimg div p{
margin:0;

}
div#staffimg div a{
margin:10px 0 0 0;
display:block;
}
div#staffimg div a:hover img{
opacity:0.5;
}
div#staffimg img{
	display:block;
}

.shopheader{
	float:left;
	padding:100px 30px 0 0;
}

/* STAFF is the End */


a:hover img.link{
	opacity:0.5;
}