@charset "utf-8";

/* CSS Document */

/* Base Setting
------------------------------*/
html>body {
	font-size: 12px;
}

body {
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
	line-height: 1.4;
	text-align: left;
	color: #666666;
}

*:first-child+html body {
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

* html body {
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
	letter-spacing: normal;
	vertical-align: baseline;
}


*:first-child+html li {
	zoom: 1;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, table, p, ul, ol, dl, marquee {
	font-size: 100.01%;
}

ul li, ol li {
	list-style-type: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

a {
	cursor: pointer;
}

.txt12b {
	font-size: 12px;
	font-weight: bold;
}

.txt14b {
	font-size: 14px;
	font-weight: bold;
}

/* wrapper
------------------------------*/
#wrapper {
	width: 100%;
	background-image: url(img/header_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}


/* header
------------------------------*/
#header {
	width: 1000px;
	height: 120px;
	margin-bottom: 20px;
	background-image: url(img/header_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#gnav {
	width: 1000px;
	height: 120px;
	position: relative;
}
	
#gnav h1 {
	width: 253px;
	height: 63px;
	position: absolute;
	top: 21px;
	left: 22px;
}

#gnav h1 a {
	display: block;
	width: 253px;
	height: 63px;
	background-image: url(img/sprites.jpg);
	background-position: 0 -176px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#gnav ul li {
	width: 84px;
	height: 83px;
}

#gnav li a {
	display: block;
	width: 84px;
	height: 83px;
	background-image: url(img/sprites.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#gnav li a:hover {
	background-image: url(img/sprites.jpg);
	background-repeat: no-repeat;
}

#about {
	position: absolute;
	top: 13px;
	left: 302px;
}

#urology {
	position: absolute;
	top: 13px;
	left: 400px;
}

#internal {
	position: absolute;
	top: 13px;
	left: 498px;
}

#dermatology {
	position: absolute;
	top: 13px;
	left: 596px;
}

#director {
	position: absolute;
	top: 13px;
	left: 694px;
}

#about a { background-position: 0 -239px;}
#urology a { background-position: 0 -322px;}
#internal a { background-position: 0 -405px;}
#dermatology a { background-position: 0 -488px;}
#director a { background-position: 0 -571px;}

#about a:hover { background-position: -84px -239px;}
#urology a:hover { background-position: -84px -322px;}
#internal a:hover { background-position: -84px -405px;}
#dermatology a:hover { background-position: -84px -488px;}
#director a:hover { background-position: -84px -571px;}

#blog {
	width: 184px;
	height: 82px;
	position: absolute;
	top: 13px;
	left: 796px;
	background-color: #FFFFFF;
}

#blog a {
	display: block;
	width: 184px;
	height: 82px;
	background-image: url(img/sprites.jpg);
	background-position: 0 -654px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#blog a:hover {
	background-image: url(img/sprites.jpg);
	background-position: 0 -737px;
	background-repeat: no-repeat;
}


#footer {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 100px;
	color: #FFFFFF;
	background-image: url(img/fotter_bg.jpg);
	background-repeat: repeat-x;
}

* html #footer {
  width : expression(  (document.documentElement.clientWidth > 2000)? "2000px" :
    (document.documentElement.clientWidth < 1000)? "1000px" :  "auto");
}


.footer-main {
	float:left;
	min-width: 570px;
	height: 100px;
	margin-right: -430px;
	display: inline;
}

.footer-logo {
	width: 100%;
	min-width: 570px;
	height: 100px;
	margin-right: 430px;
	display: inline;
}

.logo {
	width: 180px;
	height: 42px;
	position: absolute;
	top: 17px;
	left: 20px;
	background-image: url(img/sprites.jpg);
	background-position: -253px -176px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.access {
	position: absolute;
	top: 22px;
	left: 211px;
	font-style: normal;
}

.copyright {
	position: absolute;
	top: 44px;
	left: 211px;
	font-size: 12px;
	font-style: normal;
}

.footer-sub {
	float: right;
	width: 430px;
	height: 100px;
	margin: 0;
	padding: 0;
	display: inline;
}

.phone {
	width: 404px;
	height: 29px;
	margin: 35px 26px 36px 0;
	background-image: url(img/reservation.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

