html,x:-moz-any-link { font-size: 16px; }
html,x:-moz-broken   { font-size: 100%; }
body {
	background-color: #FFFFFF;
	font-size: 75%;
	line-height: 170%;
	color: #000000;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
p { padding-bottom: 10px; }


/* ----- link ----- */
a { color: #0099FF;
	text-decoration: none; }
a:hover	{ color: #ff9900; }


/* ----- h ----- */
h1  {}
h2  {
	background-image: url(../images/h1img.gif);
	background-repeat: no-repeat;
	font-size: 140%;
	height: 23px;
	padding-left: 35px;
	margin-left: 10px;
	font-weight: bold;
	padding-top: 7px;
}
h3 {
	background-image: url(../images/ber.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 120%;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	clear: both;
}


/* ----- linkページ ----- */
h4 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
}
h4 a {
	color: #003399;
	text-decoration: underline;
}
h4 a:hover { color: #FF6600; }
.link{}
.link a {
	color: #339900;
	text-decoration: underline;
}
.link a:hover { color: #FF3300; }


/* ----- id_back ----- */
#back {
	width: 760px;
	padding-bottom: 20px;
}


/* ----- id_menu ----- */
#menu {
	vertical-align: top;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-y;
	width: 194px;
}
#menu ul {
	margin-bottom: 30px;
}




/* ----- menu ----- */
.home a{
	background: url(../images/home.gif) no-repeat;
	height: 29px;
	width: 167px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 27px;
	padding-top: 10px;
}
.home a:hover {
	background: url(../images/home_hover.gif) no-repeat;
	height: 29px;
	width: 167px;
	color: #FFFF00;
	text-decoration: underline;
}

.choice a{
	background: url(../images/choice.gif) no-repeat;
	height: 29px;
	width: 167px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 27px;
	padding-top: 10px;
}
.choice a:hover {
	background: url(../images/choice_hover.gif) no-repeat;
	height: 29px;
	width: 167px;
	color: #FFFF00;
	text-decoration: underline;
}

.introduction a{
	background: url(../images/introduction.gif) no-repeat;
	height: 29px;
	width: 167px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 27px;
	padding-top: 10px;
}
.introduction a:hover {
	background: url(../images/introduction_hover.gif) no-repeat;
	height: 29px;
	width: 167px;
	color: #FFFF00;
	text-decoration: underline;
}

.profile a{
	background: url(../images/profile.gif) no-repeat;
	height: 29px;
	width: 167px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 27px;
	padding-top: 10px;
}
.profile a:hover {
	background: url(../images/profile_hover.gif) no-repeat;
	height: 29px;
	width: 167px;
	color: #FFFF00;
	text-decoration: underline;
}
.menu a{
	background: url(../images/arrow.gif) no-repeat 1px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
	padding-left: 10px;
}
.menu a:hover {
	color: #FFFF00;
	text-decoration: underline;
}


/* ----- id_contents ----- */
#contents {
	width: 566px;
}


/* ----- id_contents2 ----- */
#contents2 {
	width: 526px;
	padding-left: 40px;
}
#contents2 ul {
	margin-left: 30px;
	margin-bottom: 10px;
}
#contents2 li {
	list-style-type: square;
}

	
/* ----- id_c ----- */
#c { font-size: 85%;
	 text-align: right;
	 width: 760px; }


/* ----- 診療時間 ----- */
.shinryo {
	border-top: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
}
.shinryo td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
.shinryo2 {
	margin-right: 10px;
	margin-left: 10px;
}
.shinryo2 td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gray {
	background-color: #ededed;
	text-align: center;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.blue {
	background-color: #DEEFFF;
	text-align: center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0099FF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.border {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}

/* ----- class ----- */
.right {
	float: right;
}
.center {
	width: 526px;
	text-align: center;
}
.rp10 {
	padding-right: 10px;
}
.bm20 {
	margin-bottom: 20px;
}
.tm20 {
	margin-top: 20px;
}

.small {
	font-size: 90%;
	color: #666666;
	text-align: center;
	line-height: 130%;
}
.area {
	border: 1px solid #999999;
	width: 350px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.area2 {
	border: 1px solid #999999;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

.large{
	font-size: 110%;
	font-weight: bold;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}
.midashi {
	color: #0099CC;
}
.blueback {
	background-color: #DDEEFB;
	padding-top: 10px;
}


/* ----- 表関係 ----- */
.table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099FF;
	margin-bottom: 20px;
}
.table th {
	background-color: #DEEFFF;
	text-align: center;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0099FF;
}
.table td {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
}
.hyo {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
}
.hyo th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
	padding: 5px;
}
.hyo td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 5px;
	text-align: center;
}
.toi {
	border: 1px solid #99CCFF;
	margin-right: auto;
	margin-left: auto;
	width: 360px;
}
.toi2 {
	background-color: #99CCFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.toi3 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ryokin {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
.ryokin th {
	background-color: #DDEEFB;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.ryokin td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: right;
}
.th2 {
	background-color: #FFFFFF !important;
}
.th3 {
	background-color: #F1F1F1 !important;
}
.staff {
	border: 1px solid #CCCCCC;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.staff th {
	background-color: #EDEDED;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.staff td {
	padding: 5px 10px;
}

