@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: #2984CF;
	width: 100%;
	background-image: url(img/top_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

*: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;
}

/* wrapper
------------------------------*/
#wrapper {
}


/* header
------------------------------*/
#header {
	width: 1000px;
	height: 376px;
	margin-bottom: 10px;
}

#gnav {
	width: 990px;
	height: 132px;
	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;
}

#utility {
	width: 1000px;
	height: 244px;
	margin: 0;
	padding: 0;
}

#utility-txt {
	width: 594px;
	height: 176px;
	margin-left: 204px;
	padding: 0;
	background-image: url(img/sprites.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#utility-txt h2 {
	text-indent: -9999px;
}

#utility-txt li {
	text-indent: -9999px;
}

/* contents
------------------------------*/
#contents {
	width: 985px;
	margin-bottom: 5px;
}

#main {
	float: left;
	width: 432px;
	margin-right: 80px;
}

#main h3 {
	width: 410px;
	height: 25px;
	margin: 0 0 8px 20px;
	background-image: url(img/sprites.jpg);
	background-position: -184px -439px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

table.inquiry {
	width: 400px;
	margin-left: 20px;
	background-color: #2984CF;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}	

#time {
	width: 95px;
}

.date {
	width: 37px;
	font-weight: normal;
}

table.inquiry th {
	height: 32px;
	text-align: center;
	border: solid #FFFFFF;
	border-width: 0 0 1px 1px;
    white-space: nowrap;
	font-weight: normal;
}

table.inquiry td {
	height: 32px;
	text-align: center;
	font-size: 150%;
	border: solid #FFFFFF;
	border-width: 0 0 1px 1px;
    white-space: nowrap;
}

table.inquiry td.no {
	color: #FFFFFF;
}

#sub {
	float: right;
	width: 471px;
}

#sub h3 {
	height: 25px;
	margin: 9px 0 10px 0;
	padding-left: 22px;
	border-bottom: 1px solid #2984CF;
	font-size: 142%;
	font-style: normal;
	background-image: url(img/sprites.jpg);
	background-position: -480px -485px;
	background-repeat: no-repeat;
}

#footer {
	width: 100%;
	padding-bottom: 20px;
}

#footer address {
	margin-left: 25px;
	font-style: normal;
}

.access {
	font-size: 14px;
}

.address-txt{
	font-size: 12px;
}
.linkbanner{
    width:990px;
	text-align:right;
}

.copyright {
	font-size: 12px;
}
