@charset "Shift_JIS";
/* CSS Document */

/* Table Of Contents
----------------------------------------

#01 Reset 'Browser standard style'
#02 Redefine

----------------------------------------*/


/* #01 Reset 'Browser standard style'
---------------------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,address,pre,
strong,em,caption,cite,code,dfn,var {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
	color: #000000;
}

img { 
	border: 0; 
	background-color: transparent;
	vertical-align: bottom;
}

table { 
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align:left; }

fieldset { border: 0; }

hr { display: none; }

ol, ul { list-style:none; } 

ul ul,ol ul,ul ol,ol ol,
dl ul,dl ol,dl dl,td td { 
	font-size: 100%;
}

q:before,q:after { content:''; } 

abbr,acronym { border:0; } 


/* #02 Redefine
---------------------------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height: 1.8;
}

/* legacy IE */
* html body {
	font-size:75%;
}

/* IE7 */
*:first-child + html body {
	font-size:75%;
}

strong { font-weight: bold; }
em     { color: #F00; font-style: normal; }


/* #03 Result
---------------------------------------------------------------------------- */
div.result {
	padding: 20px 0 0 0;
	margin-bottom: 5px;
	background: url(../images/bgi_result.gif) repeat-x 0 5px;
}

div.name {
	display: inline-block;
}

div.name:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.result div.name h3 {
	width: 220px;
	float: left;
	display: block;
	padding: 3px 0 3px 23px;
	font-weight: bold;
	font-size: 1.4em;
	background: url(../images/icon4.gif) no-repeat 0 0;
}

div.result div.name ul {
	width: 245px;
	float: right;
	text-align: right;
}

div.result div.name ul li {
	display: inline;
}

div.result div.name dl {
	clear: both;
	text-align: right;
}

div.result div.name dl dt,
div.result div.name dl dd {
	display: inline;
}

div.result ul li.access {
	font-size: 12px;
}

/* legacy IE */
* html div.result ul li.access {
	font-size: 80%;
}

/* IE7 */
*:first-child + html div.result ul li.access {
	font-size: 80%;
}

div.result ul li.tel span {
   font-size: 1.4em;

}


/* legacy IE */


* html div.result ul li.tel span {

   font-size: 150%;

}


/* IE7 */
*:first-child + html div.result ul li.tel span {
   font-size: 150%;

}


div.result p.description {
	background: #FFFFC8;
	padding: 2px;
	margin: 5px 0;
}

div.result p.contact {
	text-align: center;
}

/* searchArea */
div#case.searchArea,
div#map.searchArea {
	width: 530px;
	background: url(/clinic/images/bgi_searchBG.gif) repeat-y 0 0;
}

div#case.searchArea div.searchAreaBottom,
div#map.searchArea div.searchAreaBottom {
	padding-bottom: 25px;
	background: url(/clinic/images/table6.gif) no-repeat 0 100%;
}

div#case.searchArea div.searchAreaTop {
	padding-top: 20px;
	background: url(/clinic/images/table3.gif) no-repeat 0 0;
}

div#map.searchArea div.searchAreaTop {
	padding-top: 20px;
	background: url(/clinic/images/table3_m.gif) no-repeat 0 0;
}

div#case.searchArea table#wrapTable,
div#map.searchArea table#wrapTable {
	width: 490px;
	margin: 0 25px 0 15px;
}


/* flashArea */
td#flashArea div.box {
	position: relative;
	height: 345px;
}

td#flashArea div.section {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 490px;
	z-index: 2;
}

td#flashArea div.section img.baloon {
	display: block;
	position: absolute;
	left: 150px;
	top: 70px;
}

td#flashArea object {
	display: block;
	position: relative;
	top: 0;
	z-index: 0;
	top: -60px;
}

td#flashArea embed {
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
}
