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

/* wrapper
----------------------------------------------------*/
#wrapper {
	width: 950px;
	margin: 0 auto;
} 


/* header
----------------------------------------------------*/
#header {
	position: relative;
	width: 950px;
	height: 257px;
	text-align: left;
}

/*  ========================= general */
#header h1.headTxt,
#header h2.headTxt,
#header h2#logo,
#header ul#guideNav,
#header ul#globalNav,
#header #headInfo,
#header h2#pageImg {
	position: absolute;
}

/*  ========================= head text */
#header h1.headTxt {
	top: 3px;
	left: 0;
	color: #fff;
}
#header h2.headTxt {
	top: 3px;
	right: 0;
	color: #fff;
}

/*  ========================= logo */
#header h2#logo {
	top: 35px;
	left: 4px;
	width: 162px;
	height: 46px;
}

/*  ========================= globalNavi */
#header ul#globalNav {
	top: 96px;
	left: 0;
	width: 950px;
	height: 41px;
}
#header ul#globalNav li {
	float: left;
}


/*  ========================= pageImg */
#header h2#pageImg {
	top: 137px;
	left: 0;
}


/* content
---------------------------------------- */
#content {
	width: 930px;
	margin-top: 26px;
	padding: 0 10px;
	font-size: 120%;
}
p.gotop {
	clear: both;
	margin-right: 23px;
	text-align: right;
	font-size: 0;
}


/* sub
---------------------------------------- */
#sub {
	float: right;
	width: 290px;
	margin-bottom: 20px;
}
#sub #contactNav {
	margin-bottom: 15px;
}
#sub #contactNav dd {
	padding: 10px 12px;
	border: 6px #E1E1E1 solid;
	border-top: none;
}
#sub #contactNav dd #info {
	margin-bottom: 0;
}
#sub #specialityList {
	padding: 9px 0 8px 7px;
	border: 1px #CCCCCC solid;
	border-top: none;
	background: #EEEEEE;
	text-align: left;
}
#sub #specialityList h4 {
	margin: 13px 0 9px;
}
#sub #specialityList p {
	margin-bottom: 0;
}
#sub #specialityList #bnrSpeciality {
	margin-top: 18px;
}
#sub #specialityList .firstChild {
	margin-top: 0;
}
#sub #specialityList .last {
	margin-bottom: 0;
}


/* main
---------------------------------------- */

#main {
	float: left;
	width: 620px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.6;
}

/*  ========================= locus */
#content ol#locus {
	margin-bottom: 10px;
}
#content ol#locus li {
	display: inline;
	padding-left: 20px;
	background: url(../img/common/bg_locus.gif) no-repeat center left;
	line-height: 1;
}
#content ol#locus li.firstChild {
	padding-left: 0;
	background: none;
}


/* footer
---------------------------------------- */
#footer {
	width: 100%;
	padding: 15px 0;
	background: #E1E1E1;
}
#footer #footInner {
	width: 927px;
	margin: 0 auto;
	padding-left: 23px;
	color: #333333;
	font-size: 120%;
	text-align: left;
	zoom: 1;
}
#footer #footInner:after {
	content: '';
	display: block;
	clear: both;
}
#footer #footInner a {
	color: #333333;
}
#footer #footLogo {
	float: left;
	margin-right: 23px;
}
#footer #assistNav {
	padding-top: 10px;
}
#footer #assistNav li {
	display: inline;
	margin-right: 4px;
	padding-left: 10px;
	background: url(../images/common/foot_nav_bg.gif) no-repeat center left;
}
#footer #assistNav li.firstChild {
	padding-left: 0;
	background: none;
}
#footer #copyright {
	margin-top: 10px;
}