@charset "utf-8";
/* CSS Document */

/*　====================　kihon　====================　*/
body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
h1,h2,h3,h4,h5,p {
	margin: 0px;
	padding: 0px;
}
ul,dl,dd,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color:#9C0;	
}
strong {
	color: #F60;
}


/*　====================　layout　====================　*/
#layout {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 150%;
}



/*　====================　SEO　====================　*/
h1 {
	font-size: medium;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*　====================　header　====================　*/
#header {
	background-color: #1BBE3C;
	width: 900px;
	height: 115px;
}
#rogo {
	background-image: url(../img/rogo.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 470px;
	float: left;
	text-indent: -9999px;
}
#rogo a {
	text-indent: -99999px;
	display: block;
	height: 113px;
	width: 468px;
}
#tel {
	background-image: url(../img/tel.jpg);
	height: 83px;
	width: 428px;
	float: left;
	text-indent: -9999px;
	margin-left: -2px;
}
#header ul {
	height: 30px;
	width: 428px;
	float: left;
	margin-left: -2px;
	background-color: #1BBE3D;
}
#header ul li {
	float: left;
	height: 20px;
}
#access a {
	background-image: url(../img/access.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 100px;
	float: left;
	font-size: x-small;
	text-indent: -9999px;
	margin-left: 100px;
}
#access a:hover {
	background-image: url(../img/access_over.jpg);
}
#contact a {
	font-size: x-small;
	background-image: url(../img/contact.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 20px;
	width: 100px;
}
#contact a:hover {
	background-image:url(../img/contact_over.jpg);
}
#sitemap a {
	font-size: x-small;
	background-image: url(../img/sitemap.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 20px;
	width: 100px;
}
#sitemap a:hover {
	background-image:url(../img/sitemap_over.jpg);
}
/*　====================　topmenu　====================　*/
#topmenu {
	clear: left;
	height: 42px;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#topmenu ul li {
	height: 42px;
	width: 180px;
	float: left;
}

#home a {
	background-image: url(../img/topmenu01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 180px;
	float: left;
	zoom:1;
}
#home a:hover {	background-image:url(../img/topmenu01_over.jpg);}
#clinic a {
	background-image: url(../img/topmenu02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 42px;
	width: 180px;
}
#clinic a:hover {	background-image:url(../img/topmenu02_over.jpg);}
#annai a {
	background-image: url(../img/topmenu03.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 42px;
	width: 180px;
}
#annai a:hover {	background-image:url(../img/topmenu03_over.jpg);}

#mri a {
	background-image: url(../img/topmenu04.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 42px;
	width: 180px;
}
#mri a:hover {	background-image:url(../img/topmenu04_over.jpg);}
#kensa a {
	background-image: url(../img/topmenu05.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 42px;
	width: 180px;
}
#kensa a:hover {	background-image:url(../img/topmenu05_over.jpg);}
/*　====================　contents　====================　*/
#contents {
	clear: left;
}
/*　====================　contentstopimg　====================　*/

.contentsimg {
	padding-left: 10px;
}

#contentsimg01 h2 {
	background-image: url(../img/topimg.jpg);
	background-repeat: no-repeat;
	height: 195px;
	width: 900px;
	text-indent: -9999px;
}
#contentsimg01 p {
	text-indent: -9999px;
	font-size: xx-small;
}


#left {
	float: left;
	width: 620px;
}
/*　====================　pankuzu　====================　*/
#pankuzu {
	height: 30px;
	width: 100%;
	border: 1px solid #999;
}
#pankuzu a {
	float: left;
	height: 30px;
	background-image: url(../img/arrow01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 4px;
	margin-left: 10px;
}
body:last-child #pankuzu a {/*opera バグ回避*/
	margin-bottom: 20px;
}
/*　====================　contentsmain　====================　*/

#left p {
	padding-right: 40px;
	padding-left: 40px;
}

/*　====================　contentsmenu　====================　*/
#left dl {
	width: 620px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#memai a {
	background-image: url(../img/memai.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 85px;
	width: 300px;
}
#memai a:hover {
  background-image:url(../img/memai_over.jpg);
	}

#kenko a {
	background-image: url(../img/kenko.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	height: 85px;
	width: 300px;
}
#kenko a:hover {background-image:url(../img/kenko_over.jpg);}

#sodan a {
	background-image: url(../img/kensa.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 85px;
	width: 300px;
}

#sodan a:hover {background-image:url(../img/kensa_over.jpg);}

#kakaritukei a {
	background-image: url(../img/kakaritukei.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 85px;
	width: 300px;
	float: right;
}

#kakaritukei a:hover {background-image:url(../img/kakaritukei_over.jpg);}

#left dl .txtleft a {
	text-decoration: underline;
	width: 300px;
	clear: both;
	float: left;
	text-decoration: none;
}
#left dl .txtright a {
	text-decoration: underline;
	width: 300px;
	float: right;
	text-decoration: none;
}
#left dl dd a {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*　====================　oshirase　====================　*/
#left ul {
	margin-right: 20px;
	margin-left: 70px;
	margin-bottom: 20px;
	list-style-position: outside;
	list-style-image: url(../img/arrow02.jpg);
	margin-top: 20px;
}
#left ul li {
	margin-bottom: 20px;
}
/*　====================　rightmenu　====================　*/
#menu {
	float: right;
	width: 240px;
	border: 1px solid #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#menu dl {
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: 10px;
}
#menu dl dt {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9C6;
	border-left-color: #9C6;
	padding-left: 5px;
}
#menu dl dd a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C6;
	display: block;
	padding-left: 40px;
	padding-top: 10px;
	list-style-position: inside;
	list-style-image: url(../img/arrow01.jpg);
	background-image: url(../img/arrow03.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#menu ul {
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: 10px;
}
#menu ul li a {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9C6;
	border-left-color: #9C6;
	display: block;
	padding-left: 5px;
}

/*　====================　rightmenu 稼動領域　====================　*/


#menu2 dl {
	border: 1px solid #006600;
	margin-bottom: 10px;
	padding: 10px;
}
#menu2 dl dt {
	font-weight: bold;
	color: #006600;
	border-bottom: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006600;
	padding-left: 5px;
}

#menu2 dl dt a {
	color: #006600;
}

#menu2 dl dt a:hover {
	color:#9C0;	
}

#menu2 dl dd a {
	display: block;
	padding-left: 40px;
	padding-top: 10px;
	list-style-position: inside;
	list-style-image: url(../img/arrow01.jpg);
	background-image: url(../img/arrow03.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

#menu2 ul {
	border: 1px solid #006600;
	margin-bottom: 10px;
	padding: 10px;
}
#menu2 ul li a {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006600;
	display: block;
	padding-left: 5px;
}











/*　====================　banner　====================　*/
#banner01 a {
	clear: right;
	float: right;
	width: 260px;
	background-image: url(../img/naruhodo.jpg);
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 20px;
	display: block;
	text-indent: -9999px;
}

#banner01 a:hover p {	color: #333;}
#banner01 a:hover {	background-image: url(../img/naruhodo_over.jpg);}
#banner02 {
	clear: right;
	float: right;
	width: 258px;
	border: 1px solid #999;
}
#banner02 h4 {
	background-image: url(../img/takehashi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 258px;
	margin-bottom: 10px;
}
#banner02 p {
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}



#company {
	width: 260px;
}

#company div {
	float: left;
	width: 174px;
	margin-left: 10px;
}

#company .map {
	float: right;
	width: 50px;
}

#company .map a {
	background-image: url(../img/map.jpg);
	background-repeat: no-repeat;
	height: 22px;
	display: block;
	background-position: right top;
	font-size:large;
	font-weight:bold;
	text-indent: -9999px;
}

#company .map a:hover{
	color: #333;
	background-image: url(../img/map_over.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}




/*
#map a {
	background-image: url(../img/map.jpg);
	background-repeat: no-repeat;
	height: 22px;
	display: block;
	background-position: right top;
	margin-right: 35px;
	font-size:large;
	font-weight:bold;
}
#map a:hover{
	color: #333;
	background-image: url(../img/map_over.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
*/


#left .pagetop {
	text-align: right;
	padding: 10px;
}
/*　====================　pagetop　====================　*/
#left .pagetop a {
	font-size: small;
	background-image: url(../img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}

/*　====================　footer　====================　*/
#footer {
	width: 900px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	text-align: right;
	background-color: #cccccc;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
