@import "lib/reset.css";

html, body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

body {
	width: 980px;
	margin: 0 auto;
}

img {
	vertical-align: middle;
	border: none !important;
}

a {
	text-decoration: none;
}

header {
	padding-top: 30px;
	width: 980px;
	margin: 0 auto;
}

#topicPath {
	width: 185px;
	border-bottom: 1px solid #000;
	font-size: 11px;
	line-height: 25px;
	overflow: hidden;
}

#topicPath li {
	float: left;
	padding-left:10px;
}

#topicPath li:first-child {
	padding: 0;
}

#topicPath li a {
	color: #000;
	padding-right:17px;
	background: url(../img/topicArrow.png) no-repeat right center;
}

#topicPath li a:hover {
	text-decoration: underline;
	color: #CCC;
}

#topicPath .tpBack {
	background: none;
}

footer {
	clear: both;
	border-top: 1px solid #000;
	width: 980px;
	height: 350px;
	margin: 0 auto;
	position: relative;
}

#footLogo {
	position: absolute;
	left: 60px;
	top: 37px;
}

#footMenu {
	padding-left: 180px;
}

#footMenu ul {
	overflow: hidden;
	line-height: 10px;
	padding-top: 48px;
}

#footMenu ul li {
	float: left;
	padding-right: 51px;
}

#footIcon {
	clear: both;
	overflow: hidden;
	position: absolute;
	top: 17px;
	right: 26px;
}

#footIcon p {
	float: left;
	line-height: 50px;
	layout-grid-line: 50px;
	padding-right: 19px;
}

#newsList {
	width: 462px;
	padding: 40px 0 0 180px;
	font-size: 11px;
	line-height: 19px;
	overflow: hidden;
	margin-bottom: 64px;
}

#newsList p {
	width: 62px;
	float: left;
}

#newsList>div {
	width: 390px;
	height: 68px;
	overflow-y: scroll;
	float: right;
	padding-right:10px;
}

#newsList dl dt {
	padding-bottom: 11px;
}
#newsList dl dd{
	padding-bottom:11px;
}
#copyright {
	border-top: 1px solid #000;
	font-size: 10px;
	line-height: 42px;
	text-align: center;
}

address {
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	padding-top: 36px;
	font-style: normal;
}

#mainWrap {
	height: 600px;
	width: 980px;
	margin: 0 auto;
	clear: both;
}

#mainWrap > div {
	height: 600px;
	overflow: hidden;
}

#topLogo {
	line-height: 600px;
	layout-grid-line: 600px;
	text-align: center;
}

#recruitWrap {
	line-height: 600px;
	layout-grid-line: 600px;
	text-align: center;
	font-size: 11px;
}

#menuWrap {
	padding: 36px 0 0 120px;
}

#menuWrap table {
	width: 380px;
	float: left;
	margin-right: 40px;
	font-size: 12px;
	line-height: 22px;
}

#menuWrap table tr th {
	font-weight: normal;
	width: 225px;
	vertical-align: middle;
}

#menuWrap table tr td {
	overflow: hidden;
	vertical-align: middle;
}

#menuWrap table tr td p {
	width: 115px;
	float: left;
	text-align: right;
	padding-right: 8px;
}

#salonWrap {
	padding-top: 40px;
}

#salonWrap ul {
	width: 636px;
	overflow: hidden;
	padding-left: 180px;
}

#salonWrap ul li {
	float: left;
	padding: 0 18px 18px 0;
}

#staffWrap {
	position: relative;
}

#staffWrap > p {
	padding: 85px 0 0 60px;
}

#staffWrap > div {
	position: absolute;
	top: 418px;
	left: 655px;
}

p.staffPosition {
	font-size: 12px;
	line-height: 26px;
}

p.staffName {
	font-size: 21px;
	line-height: 40px;
	letter-spacing: 4px;
}

p.staffRoman {
	font-size: 10px;
	line-height: 30px;
	color: #a5a5a5;
}

#accessWrap {
	text-align: center;
}

#accessWrap p:first-child {
	padding: 114px 0 42px;
}

#accessWrap div {
	padding-top: 15px;
	font-size: 11px;
	line-height: 14px;
}

div.jspVerticalBar{
display:none ;
}