@charset "UTF-8";

/* CSS Document */

/* all */

body {
	width: 100%;
	background: #FFF;
}
div#st-header {
	width: 100%;
	height: 168px;
	background:url(../../images/common/menu-background.png) repeat-x;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 99;
}
div#gl-menu {
	width: 100%;
	height: 75px;
}
div#gl-menu ul {
	width: 950px;
	height: 65px;
	background:url(../../images/common/menu-divider-background.jpg) repeat-x;
	margin: 0 auto;
}
div#gl-menu li {
	width: 135px;
	height: 65px;
	float: left;
}
div#wrapper {
	width: 950px;
	position: relative;
	margin: 0 auto;
	padding-top: 158px;
}
div#header {
	width: 950px;
	height: 93px;
	margin: 0 auto;
}
.header-logo {
	width: 400px;
	height: 93px;
	float: left;
}
.header-contact {
	width: 428px;
	float: right;
	padding-top: 14px;
}
.header-tel {
	width: 210px;
	float: left;
}
.header-fax {
	width: 210px;
	float: right;
}
div#main-contents {
	width: 950px;
	margin-top: 45px;
}
.sub-menu {
	width: 950px;
	margin-top: 45px;
}
.sub-menu ul li.prof {
	width: 290px;
}
.sub-menu ul li.recr {
	width: 180px;
}

/* contents */

.contents {
	width: 950px;
	margin-top: 50px;
}
.senior-txt {
	width: 515px;
	float: left;
}
.senior-txt h3 {
	margin-bottom: 20px;
}
.senior-txt p {
	line-height: 180%;
	margin-bottom: 20px;
}
.senior-photo {
	width: 431px;
	float: right;
}

/* footer */

.totop {
	width: 100%;
	text-align:right;
	margin-top: 30px;
	margin-bottom: 10px;
}
div#copy {
	width: 100%;
	font-size: 84%;
	background: #a3a3a3;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	padding: 8px 0;
}
div#footer {
	width: 100%;
	height: 152px;
	background: url(../../images/common/footer-background.jpg) repeat-x #52c1ef;
}
.footer-inner {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0;
}
.footer-add {
	width: 290px;
	font-size: 84%;
	color: #FFF;
	float: left;
	line-height: 150%;
}
.footer-banner {
	width: 134px;
	float: left;
}
.footer-contact {
	width: 482px;
	float: right;
}
.footer-tel {
	width: 230px;
	float: left;
}
.footer-fax {
	width: 230px;
	float: right;
}

