@charset "utf-8";

/* MASTER INIT
------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Osaka","lroSVbN";
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
}

body {
	font-size: 12px;
	color: #000000;
}

a {
	color: #0000FF;
	outline-style: none;
}

a:link {
    text-decoration: underline;
}
  
a:visited {
    text-decoration: underline;
}
  
a:hover {
	text-decoration: underline;
}
  
a:active {
	text-decoration: underline;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
	behavior:url(iepngfix.htc);
}

.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearBoth {
	clear: both;
}

/* HEADER
------------------------------------------------------------------------------*/

#header {
	background-image: url(images/bgtopbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#headerInnner {
	height: 174px;
	width: 900px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/bgtop.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#headerInnner h1 {
	float: left;
	width: 385px;
	margin-right: 35px;
	margin-top: 40px;
}

#surgeryHours {
	float: left;
	width: 266px;
	margin-right: 37px;
}

#tel {
	float: left;
	width: 177px;
	margin-top: 45px;
}

#headerInnner li {
	float: left;
	width: 180px;
	height: 40px;
}

#headerInnner ul {
	padding-top: 14px;
}

* html body #headerInnner ul {
	margin-bottom:-2px;
}

/* WRAPPER
------------------------------------------------------------------------------*/

#wrapper {
	background-image: url(images/bgmiddle.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#mainVisual {
	margin-bottom: 5px;
}

#main {
	float: left;
	width: 580px;
}

#sub {
	float: right;
	width: 300px;
}

#main h2 {
	margin-bottom: 15px;
}

#main p {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.75;
	margin-bottom: 20px;
}

#sub li {
	margin-bottom: 10px;
}

/* FOOTER
------------------------------------------------------------------------------*/

#footer {
	background-image: url(images/bgbottombar.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#footerInner {
	background-image: url(images/bgbottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 60px;
}

#footerInner p {
	text-align: center;
	padding-top: 25px;
}

/* SUB PAGES
------------------------------------------------------------------------------*/

#wrapper h1 {
	margin-bottom: 15px;
}

#topicPath {
	background-image: url(images/bggnavshadow.jpg);
	background-position: left top;
	margin-bottom: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
}

#main ul {
	padding-bottom: 10px;
	padding-left: 10px;
}

#main li {
	background-image: url(images/iconarrow.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#main li span {
	margin-left: 15px;
	margin-top: 5px;
	display: block;
	line-height: 1.75;
}

#facility li {
	float: left;
	margin-right: 20px;
	display: inline;
	margin-bottom: 15px;
}

#accessInfo dt {
	float: left;
	width: 60px;
}

#accessInfo dd {
	height: 25px;
	margin-bottom: 5px;
	margin-left: 70px;
	line-height: 1.75;
}

#accessInfo dl {
	width: 450px;
	float: left;
}

#accessInfo {
	margin-left: 50px;
	margin-top: 30px;
	padding-bottom: 30px;
}

*:first-child+html #accessInfo {
	margin-bottom: 30px;
}

* html body #accessInfo {
	margin-bottom: 30px;
}

#accessInfo h2 {
	margin-bottom: 25px;
}

#accessInfo p {
	float: left;
	width: 314px;
}

