@charset "UTF-8";

#telop {
	margin: 0 auto 20px auto;
	border: 1px solid #E4D8BE;
	border-right: none;
	border-left: none;
	background: #FFFFFF;
}
#telop li {
	margin: 0.5em;
	list-style:none;
}
#slide {
	width:620px;
	height:267px;
	margin: 10px auto;
	position:relative;
}
#slide img {
	position:absolute;
	left:0;
	top:0;
}
/* ticker */
.tickercontainer {
	width: 640px;
	height: 2em;
	margin: 0 auto 10px auto;
	border: 1px solid #E4D8BE;
	border-right: none;
	border-left: none;
	background: #FFFFFF;
	overflow: hidden; 
}
.tickercontainer .mask {
	position: relative;
	left: 10px;
	bottom: 0.5em;
	overflow: hidden;
}
.newsticker {
	position: relative;
	left: 0;
}
.newsticker li {
	list-style: none;
	margin-right: 20px;
	white-space: nowrap;
}

/* メニュー */
nav table {
	width: 640px;
	margin: 0 auto;
}
nav td {
	width: 50%;
	border-bottom: 2px dotted #695441;
}
nav td a {
	display: block;
	padding: 35px 0;
	background: url(../images/nav.png) no-repeat left;
}
nav td a img {
	vertical-align: bottom;
}
nav td#medical_care {
	width: 100%;
	border-top: 2px dotted #695441;
}
nav td#staff,
nav td#pills {
	border-right: 2px dotted #695441;
}

/* 当院が皆様にお伝えしたいこと */
section table {
	width: 100%;
}
section th,
section td {
	padding: 20px 0;
	border: none;
	border-bottom: 1px dashed #B9A96A;
	text-align: left;
}
section tr#prevention th,
section tr#prevention td {
	padding: 0 0 20px 0;
}
section th {
	padding-right: 18px;
	text-align: center;
}
section p {
	background: #FFFFFF;
}

/* 交通アクセス */
section ul {
	margin-top: 10px;
	padding: 0;
}
section ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 10px 0 0;
}
section ul li:last-child {
	margin-right: 0;
}