@charset "UTF-8";
@import url(basic.css);
@import url(main.css);
/*▼▼▼▼▼▼ ヘッダー ▼▼▼▼▼▼*/
#header {
	background-image: url(../img/head_blue_200.png);
	background-repeat: repeat-x;
	margin:           0;
	width:            auto;
	height: 200px; }
h1 {
	background-image: url(../img/top_head.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 850px;
	height: 200px;	 }
/*▼▼▼▼▼▼ 新病院オープン ▼▼▼▼▼▼*/
h2 {
	background-image: url(../img/top_h2.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 640px;
	height: 50px;
	margin: 0 0 5px;
	display: block; }

.container .ph {
	width: 300px;
	float: left; }
.container .ph .ph_table {
	margin: 0 0 8px; }

.container .read {	width: 315px;
	float: right; }

.container .right {
	text-align: right; }
#open a {
	color: #87aac3; }

/*▼▼▼▼▼▼ 施設リンク ▼▼▼▼▼▼*/
#link_kameda {
	width: 198px;
	height: 218px;
	float: left;
	margin: 0 0 0 0;
	border: solid 1px #efb043; }
#link_kita {
	margin: 0 0 0 0;
	width:  198px;
	height: 218px;
	float:  left;
	border: solid 1px #97c184; }
#link_grand {
	margin: 0;
	width:  198px;
	height: 218px;
	float:  right;
	border: solid 1px #dba8c5; }
* html #link_kameda {	margin: 0 0 0 0;
	width:  198px;
	height: 210px;
	float:  left;
	border: solid 1px #efb043; }

* html #link_kita {	margin: 0 0 0 0;
	width:  198px;
	height: 210px;
	float:  left;
	border: solid 1px #97c184; }

* html #link_grand {	margin: 0;
	width:  198px;
	height: 210px;
	float:  right;
	border: solid 1px #dba8c5; }

#facilities .caption {
	font-size: 10px;
	line-height: 13px;
	padding: 3px 5px; }
* html #facilities .caption {	font-size:   10px;
	line-height: 13px;
	padding:     3px 5px 0; }

/*▼▼▼▼▼▼ お知らせ ▼▼▼▼▼▼*/
h3 #title {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	float: left; }
h3 #listpage {
	float: right;
	margin: 0 15px 0 0; }

h3 #listpage a {
	color: #87aac3;
	font-size: 10px;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	display: inline; }

h3 #listpage a:hover {
	text-decoration: underline; }

#news_list .news_content {
	margin: 0 0 6px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #87aac3; }

#news_list .news_content a {
	text-decoration: none; }

#news_list .news_content a:hover {	text-decoration: underline; }

#news_list .news_content .date {
	color: #87aac3;
	font-size: 10px; }

/*▼▼▼▼▼▼ バナー ▼▼▼▼▼▼*/
#banner .right {
	float: right;
	margin: 0; }

#banner .left {	margin: 0;
	float:  left; }
/*▼▼▼▼▼▼ リンク ▼▼▼▼▼▼*/
#link dl {
	margin: 0 0 20px;
	border: solid 1px #87aac3;
	display: block;
	 }

#link dt {
	color: #87aac3;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
	border-bottom: 1px solid #87aac3;
	display: block; }

#link dd {
	margin: 3px 5px; }

#link dd a {
	text-decoration: none;
	 }

#link dd a:hover {
	color: #87aac3;
	text-decoration: none; }

