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

#mainContainer {
	width:980px;
	}
	#mainContainer h2 {
		line-height:150px;
		background:url(../../staff/images/staffTopimg.jpg) top no-repeat;
		margin:15px 0px;
		padding:0px 15px;
		}

#mainContents	{
	overflow:hidden;
	width:730px;
	float:left;
	}
	#mainContents .salon	{
		margin-left:520px;
		margin-bottom:15px;
		}
	#mainContents .salon li	{
		text-indent:-9000px;
		display:block;
		width:200px;
		}
	#mainContents .salon li a {
		background-image:url(../../staff/images/salonBut.jpg);
		display:block;
		height:35px;
		}
	#mainContents .salon li.gifu a {
		background-position:0px 35px;
		}
	#mainContents .salon li.gifu a:hover {
		background-position:0px 0px;
		}
	#mainContents .salon li.kakamigahara a {
		background-position:-200px 35px;
		}
	#mainContents .salon li.kakamigahara a:hover {
		background-position:-200px 0px;
		}
	#mainContents .salon li.west a {
		background-position:-400px 35px;
		}
	#mainContents .salon li.west a:hover {
		background-position:-400px 0px;
		}
	#mainContents .salon li.nagara a {
		background:url(../../staff/images/nagaraBut.jpg) center bottom;
		}
	#mainContents .salon li.nagara a:hover {
		background:url(../../staff/images/nagaraBut.jpg) center top;
		}

	#mainContents .staff	{
		background-image:url(../../staff/images/commentBg.jpg);
		border:1px solid #cccccc;
		padding:10px 20px;
		margin-bottom:15px;
		}
		
	#mainContents .staff .photoFrame{
		background:url(../../staff/images/staffPhotoFrame.jpg);
		width:210px;
		height:240px;
	}
		#mainContents .staff .photoFrame img{
			margin:34px 0px 0px 20px;
			/*
			width:170px;
			height:150px;
			*/
		}
	#mainContents .staff h4	{
		line-height:20px;
		}
	#mainContents .staff p	{
		margin-top:13px;
		line-height:38px;
		}

#sideContents	{
	float:right;
	margin-left:3px;
	}
	#sideContents a	{
		color:#000;
	}
	#sideContents .sideflame dt.active a {
		background:url(../../commonImg/sideActive.gif) left no-repeat;
		padding-left:15px;
		}
	#sideContents li{
		padding-left:10px;
		}

