/* CSS Document */

/* 動くバックグラウンド設定 */
.movebg{
background:#e4f9fc url(../common_img/movebg.png) repeat-x 0 0;
} 
/* //動くバックグラウンド設定 */

/* スライド */
#rotator
{
	border:none;
	cursor:default;
	overflow: hidden;
	position: relative;
	width: 719px;
	height: 435px;
}

#rotator img
{
	border: 0;
	width: 719px;
	height: 435px;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#rotator img a{ cursor:default; }

/*****************************************************************************
 slidebox
 *****************************************************************************/

#slidebox {
	width:100%;
	height:382px;
	/*margin:0 0 10px;*/
	position:relative;
	overflow:hidden;
}
#slidebox .inner {
	position:absolute;
	top:0;
	left:50%;
	height:382px;
	width:3441px;
	margin-left:-1720px;
	overflow:hidden;
	z-index:1;
}
#slidebox .btn {
	width:44px;
	height:65px;
	background:0 0 no-repeat ;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-28px;
	z-index:333;
}
#slidebox .btn.BK {
	background-image:url(../img/btnBKBg.png);
	margin-left:-527px;
}
#slidebox .btn.FWD {
	background-image:url(../img/btnFWDBg.png);
	margin-left:483px;
}
#slidebox .btn img {
	position:absolute;
	top:0px;
	cursor:pointer;
}
#slidebox .btn.BK img {
	right:0;
}
#slidebox .btn.FWD img {
	left:0;
}
#slidebox .move {
	height:382px;
	position:absolute;
	top:0;
}
#slidebox .move .li {
	float:left;
	padding:30px 100px;
	width:947px; /*1147px*/
	height:382px;
	position:relative;
}
#slidebox .move .li * {
	position:relative;
}




/* 診療時間 */
#timebox { width:650px; margin:0 auto; padding:15px 0 5px 0; }
.timebox01 { width:610px; margin:0 auto; padding-bottom:10px; line-height:140%; }
.timebox02 { width:650px; margin:0 auto; padding-bottom:10px; line-height:140%; }

table#time { border-collapse: collapse; border:1px #1c4e75 solid; margin:0 auto; font-size:12px; }
table#time td { border:1px #1c4e75 solid; }
td.time01 { width:177px; text-align:center; font-weight:bold; padding:10px 0 10px 0; background-image:url(../img/tablebg.png); background-repeat:repeat; color:#1c4e75; }
td.time02 { width:177px; text-align:center; font-weight:bold; padding:10px 0 10px 0; background-color:#FFFFFF; color:#1c4e75; }
td.day01 { width:65px; text-align:center; font-weight:bold; padding:10px 0 10px 0; background-image:url(../img/tablebg.png); background-repeat:repeat; color:#1c4e75; }
td.day02 { width:65px; text-align:center; font-weight:bold; padding:10px 0 10px 0; background-color:#FFFFFF; color:#1c4e75; }


/* アクセス */
.accessbox01 { width:650px; margin:0 auto; padding-bottom:10px; }
.accesstitlebox01 { font-size:14px; font-weight:bold; padding-bottom:5px; }

.accessleftbox01 { width:286px; float:left; }
.accessrightbox01 { width:330px; float:right; padding-left:0px; }

.accessdetailbox01 { width:330px; }

.accessbannerbox01 { padding:73px 0 0 0; text-align:left; }






