@charset "utf-8";



/* ■ タイトル ■ 
-------------------------------------------------- */
div#MainCnts h2 {
	margin-top: 5px;
	font-size: 1.3em;
	text-align: left;
}

div#MainCnts h3 {
	margin-top: 20px;
	font-size: 1.2em;
	text-align: left;
}



/* ■ エリア ■ 
-------------------------------------------------- */
#Area p#areatxt {
	margin-top: 10px;
}
#Area p#areatxt img {
	padding: 0 4px;
	vertical-align: middle;
}
#Area p#MapImg {
	width: 558px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
}
#Area p#MapImg img {
	width: 554px;
	margin: 2px;
}
#Area dl#ListLeft {
	float: left;
	width: 300px;
}
#Area dl#ListRight {
	float: right;
	width: 260px;
}
#Area dl#ListLeft dt, #Area dl#ListRight dt {
	margin-top: 24px;
}
#Area dl#ListLeft dd, #Area dl#ListRight dd {
	margin-top: 20px;
}
#Area dl#ListLeft dd img, #Area dl#ListRight dd img {
	padding-left: 4px;
	vertical-align: middle;
}
#Area dl#ListLeft dd a, #Area dl#ListRight dd a {
	background: url(/common/images/icon_link.png) left center no-repeat;
	padding-left: 18px;
}
#Area dl#ListLeft dd a:hover, #Area dl#ListRight dd a:hover {
	background: url(/common/images/icon_link_on.png) left center no-repeat;
	padding-left: 18px;
}


/* ■ 医院別ページ ■ 
-------------------------------------------------- */

/* -- google map --  */
.GoogleMap {
	width: 554px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	padding: 2px;
}
.ToGoogle {
	margin-top: 2px;
	text-align: right;
}
.ToGoogle a {
	background: url(/common/images/icon_link.png) left center no-repeat;
	padding-left: 18px;
	color: #333;
	text-decoration: none;
}
.ToGoogle a:hover {
	background: url(/common/images/icon_link_on.png) left center no-repeat;
	padding-left: 18px;
	color: #333;
	text-decoration: underline;
}

/* -- 詳細情報 --  */
#DetailInfo h4 {
	margin-top: 20px;
}
#DetailInfo table {
	float: left;
	width: 400px;
	margin-top: 20px;
}
#DetailInfo table tr {
	background: url(/common/images/line.png) left bottom repeat-x;
}
#DetailInfo table tr.bgnone {
	background: none;
}
#DetailInfo table th{
	padding: 15px 30px 15px 0;
	vertical-align: top;
}

#DetailInfo table td {
	padding: 12px 30px 15px 0;
	vertical-align: top;
}

#DetailInfo #director {
	float: right;
	width: 150px;
	margin-top: 20px;
}
#DetailInfo #director dt {
	width: 148px;
	border: 1px solid #D8D8D8;
}
#DetailInfo #director dt img {
	padding: 2px;
}
#DetailInfo #director dd {
	margin-top: 10px;
	text-align: center;
	line-height:1;
}
#DetailInfo #director dd img {
	padding-right: 10px;
	vertical-align: top;
}
p.BtnHp {
	width: 120px;
	margin: 10px 0 0 auto;
}
p.BtnHp a {
	display: block;
	width: 120px;
	height: 26px;
	background: url(/map/images/detail_btn.png) left center no-repeat;
	text-indent: -9999em;
}
p.BtnHp a:hover {
	background: url(/map/images/detail_btn_on.png) left center no-repeat;
}

/* -- 写真 --  */
.DetailImg {
	margin-top: 20px;
}
.DetailImg li {
	float: left;
	width: 270px;
	margin-right: 20px;
}
.DetailImg li.rightimg {
	margin-right: 0;
}
.DetailImg li img {
	width: 264px;
	border: 1px solid #DDDDDD;
	padding: 2px;
}
.DetailImg li span {
	display: block;
	padding-top: 5px;
	text-align: center;
}

/* -- 一覧に戻る --  */
p#Back {
	width: 120px;
	margin: 20px 0 0 0;
	text-align: left;
}
p#Back a {
	display: block;
	background: url(/common/images/icon_back.png) left center no-repeat;
	padding-left: 12px;
}
p#Back a:hover {
	background: url(/common/images/icon_back_on.png) left center no-repeat;
}


