﻿
body{
background-image: url("img/back3.jpg");
-webkit-text-size-adjust: 100%;
}

a img {
    border-style:none;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
}



/*---ヘッダー--*/
#header{
	width:1000px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}


/*---メニューバー--*/
#menu{
	width:1000px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
    	background-image: url(img/menu.jpg);
}


#navi{
display:inline;
}



#navi a{
	width:191px;
	height:50px;
	display:block;
	text-indent:-9999px;
	overflow: hidden;
}



#navi:after{
	height:0; 
	visibility:hidden;
	content: "."; 
	display:block;
	clear: both;
}


#navi li{
	float:left;
	display:inline;
}


#navi .menu1 a  {   
    background: url(img/menu1.jpg) no-repeat;
	margin-left:118px;   
}
 
#navi .menu2 a  {   
    background: url(img/menu2.jpg) no-repeat;   
}
  
#navi .menu3 a  {   
    background: url(img/menu3_ov.jpg) no-repeat;   
}
 
#navi .menu4 a  {   
    background: url(img/menu4.jpg) no-repeat;   
}




#navi .menu1 a:hover {   
    background: url(img/menu1_ov.jpg) no-repeat;   
}

#navi .menu2 a:hover {   
    background: url(img/menu2_ov.jpg) no-repeat;   
}

#navi .menu3 a:hover {   
    background: url(img/menu3_ov.jpg) no-repeat;   
}

#navi .menu4 a:hover {   
    background: url(img/menu4_ov.jpg) no-repeat;   
}



/*---当院のご案内---*/
#clinic{
	width:1000px;
	height:1760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}


/*---院長ごあいさつ---*/
#goaisatsu{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	font-size: 16px;
	line-height:170%;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align:left;
}


#inchou{
	font-size: 14px;
	line-height:130%;
	text-align:right
}

.text16{
	font-size: 16px;
}



/*---施設のご案内---*/
#shisetsu{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	font-size: 14px;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

table.shisetsu{
	width:600px;
	margin-top:25px;
	margin-left:70px;
}


/*---設備のご案内---*/
#setsubi{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	font-size: 14px;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

table.setsubi{
	width:900px;
	margin-top:20px;
	margin-left:20px;
}

.text12{
	font-size: 12px;
}

/*---pagemenu---*/
#pagemenu{
	width:1000px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	font-size: 12px;
	line-height:130%;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}


.text01{
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: bold; 
	line-height:150%;
}




/*---フッター---*/

#footer{
	width:1000px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	color:#666666;
	font-size: 12px;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}





