@charset "UTF-8";

#container {
	position: relative;
	width: 100%;
	height: auto;
}

/* メインコンテンツ */
#container #mainContents {
	position: relative;
	width: 1050px;
	height: auto;
	margin: 0 auto;
}

#mainContents #toTop {
	margin-top: 150px;
	text-align: right;
}

#mainContents ul li.listEnd {
	margin-right: 0px;
}

/* トップ画像 */
#container #topImageBack {
	width: 100%;
	height: 135px;
	background: url(../img/common/main_back_re.jpg) repeat-x bottom;
}

#container #topImage {
	position: relative;
	width: 100%;
	min-width: 1050px;
	height: 135px;
	background: url(../img/access/top_image.jpg) no-repeat center top;
	margin: 10px auto 0;
}

#topImage #breadcrumbList {
	width: 1050px;
	height: auto;
	margin: 0 auto;
		padding-top: 120px;
}

#breadcrumbList p {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 85px;
}

#breadcrumbList a {
	color: #FFFFFF;
}

#breadcrumbList a:hover {
	color: #b0073f;
	text-decoration: underline;
}

/* 左カラム */
#mainContents #containerLeft {
	width: 700px;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left: 35px;
	color: #25532a;
}

/* アクセス */
#containerLeft #access {
	margin-top: 27px;
}

#access #unkers {
	width: 596px;
	height: auto;
	margin: 0 auto;
}

#unkers ul li {
	margin-right: 36px;
	margin-bottom: 23px;
	float: left;
}

#access iframe {
	margin-bottom: 10px;
}

#access h4 {
	font-size: 16px;
	line-height: 130%;
	margin-right: 13px;
	margin-bottom: 57px;
	float: right;
}

/* 北方向から来られる方 */
#containerLeft #north {
	margin-top: 15px;
	margin-bottom: 95px;
	font-size: 18px;
}

#north ul {
	margin-left: 65px;
	letter-spacing: -1px;
}

#north ul li {
	width: 156px;
	height: auto;
	line-height: 130%;
	margin-right: 87px;
	float: left;
}

#north ul li.oneLine {
	margin-top: 10px;
}

#north ul li.threeLine {
	margin-top: -15px;
}

#north #northBack01,
#north #northBack02,
#north #northBack03 {
	margin-left: -15px;
}

#north #northBack01 {
	width: 737px;
	height: 318px;
	background: url(../img/access/north_root01.jpg) no-repeat;
}

#northBack01 ul {
	padding-top: 200px;
}

#north #northBack02 {
	width: 737px;
	height: 310px;
	background: url(../img/access/north_root02.jpg) no-repeat;
}

#northBack02 ul {
	padding-top: 195px;
}

#north #northBack03 {
	width: 737px;
	height: 285px;
	background: url(../img/access/north_root03.jpg) no-repeat;
}

#northBack03 ul {
	padding-top: 200px;
}

/* 南方向から来られる方 */
#containerLeft #south {
	margin-top: 15px;
	font-size: 18px;
}

#south ul {
	margin-left: 65px;
	letter-spacing: -1px;
}

#south ul li {
	width: 156px;
	height: auto;
	line-height: 130%;
	margin-right: 87px;
	float: left;
}

#south ul li.oneLine {
	margin-top: 10px;
}

#south ul li.threeLine {
	margin-top: -15px;
}

#south #southBack01,
#south #southBack02,
#south #southBack03 {
	margin-left: -15px;
}

#south #southBack01 {
	width: 733px;
	height: 314px;
	background: url(../img/access/south_root01.jpg) no-repeat;
}

#southBack01 ul {
	padding-top: 200px;
}

#south #southBack02 {
	width: 733px;
	height: 311px;
	background: url(../img/access/south_root02.jpg) no-repeat;
}

#southBack02 ul {
	padding-top: 200px;
}

#south #southBack03 {
	width: 733px;
	height: 288px;
	background: url(../img/access/south_root03.jpg) no-repeat;
}

#southBack03 ul {
	padding-top: 202px;
}

/* 鉄道・バスご利用の方 */

#containerLeft #trainbus {
	margin-top: 50px;
}

#containerLeft #trainbus {
	margin-top: 10px;
	padding-top: 24px;
}


#trainbus dl dd {
	width: 678px;
	height: auto;
	border: 1px solid #84b039;
	font-size: 15px;
	letter-spacing: -1px;
	line-height: 170%;
}

#trainbus dl {
	margin-top: 36px;
	margin-left: 10px;
	margin-bottom: 36px;
}

#trainbus dl dd p {
	padding: 15px 13px;
}

.clinicimg{
	margin-top: 15px;
	padding-top: 24px;
}

.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after { clear:both; }
.cf { zoom:1; }

#printButton {
	margin-top: 20px;
	margin-left: 15px;
}
#printButton .left {
	float: left;
}
#printButton .left p {
	height: 31px;
	line-height: 31px;
}
#printButton .right {
	float: right;
}