@charset "utf-8";

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
	position: relative;
	width: 820px;
	height: 239px;
	font-size: 1px;
	background-color: #ea000a;
}

/*----------------------------------------------------
	#main（【病院】カテゴリ）
----------------------------------------------------*/

#main {
	width: 770px;
	background:#ffffff;
	margin: 5px 5px 5px 25px;
}
#main h2 {
	padding: 0px 0px 10px 0px;
}
#main h3 {
	margin: 70px 50px 10px 50px;
	font-size: 1.2em ;
	color: #804000;
	text-decoration:none;
	padding:3px 35px;
	background:url(../img/share/psg.gif) no-repeat 0px 3px;
	border-bottom: #804000 1px solid;
}
#main h3.hajime {
	margin: 10px 50px 10px 50px;
	font-size: 1.2em ;
	color:#804000;
	text-decoration:none;
	padding:3px 35px;
	background:url(../img/share/psg.gif) no-repeat 0px 3px;
	border-bottom: #804000 1px solid;
}
#main p {
	color:#333333;
	font-size: 1em ;
	text-indent: 1em;
	padding: 10px 40px 10px 60px;
	margin-bottom:0px;
	line-height:160%;
}
#main dl {
	padding: 15px 40px 30px 50px;
	overflow: hidden;
}

#main dl dt {
	color:#155847;
	font-weight: bold;
	margin: 5px 0px 0px 20px;
	padding-left: 15px;
	background:url(../img/share/428.gif) no-repeat 0px 6px;
}
#main dl dd {
	text-decoration:none;
	padding:0px 0px 10px 50px;
}
#main ul li {
	padding: 0px 80px 10px 100px;
	background:url(../img/share/list_blue.gif) no-repeat 80px 6px;
}
#main ol {
	margin: 20px 0 20px 50px;
}
#main ol li {
	margin:0px 50px 15px 50px;
	padding-left:5px;
	list-style:decimal;
}
#main table {
	margin: 0 0 0 20px;
}
#main td {
	width: 200px;
	text-align: center;
}
.floatclear {
	clear: both ;
}
strong {
	color: #804000;
	font-weight: bold;
}

.flortcl {
	clear: both ;
}

/*----------------------------------------------------
	#main（サムネイル拡大）
----------------------------------------------------*/
.photo td{
	border: 0 ;
	padding: 5px 20px ;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #e3f5ff;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -75px;
	left: -100px; /*position where enlarged image should offset horizontally */
}