/*-------------------------フォントサイズ等の指定*/ 
body{
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: Meiryo, Geneva, Arial, Helvetica, sans-serif;
  font-size: 90%;
  text-align:center;
  padding: 0;
  margin: 0;
}

h1 {
	font-size: 12px;
	color: #fff;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: -22px;
	margin-left: 22px;
}

h2 {
	background-image: url(../img/bg-h2.gif);
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #000;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 30px;
	line-height: 40px;
	background-position: center;
}
h3 {
	background-image: url(../img/bg-h3blue.gif);
	font-size: 16px;
	font-weight: normal;
	color: #000;
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 20px center;
	line-height: 16px;

}


/*-------------------------headerの指定*/ 
#header {
  text-align: center;
  margin: 0;

  /*background-image: url(../img/red-line.gif);
	background-repeat: repeat-x;*/ 
}

/*-------------------------wrapperの指定*/ 
#wrapper {
background-image: url(../img/bg.gif);
  text-align: left;
  width: 950px;
  margin: 0 auto;
  padding: 0;
}
/*-------------------------contentsの指定*/
#contents {
	margin-right: 40px;
	width: 600px;
	float: right;
	padding: 0;
	margin-top: 15px;
}

#contents p {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 1px;
  line-height: 2em;
}
#contents table{
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: Meiryo, Geneva, Arial, Helvetica, sans-serif;
  font-size: 90%;
  padding: 0;
  margin: 0;

}








#contents pic1 {
	padding-top: 50px;
	padding-left: 50px;
	height: 300px;
	top: 10px;
}


/*-------------------------sidebarの指定*/
#sidebar {
	margin-left: 40px;
	width: 270px;
	float: left;
	padding: 0;
	font-size: small;
	margin-top: 15px;
}
/*-------------------------footerの指定*/
#footer {
	text-align: center;
	padding-top: 25px;
	margin-left: 40px;
	clear: both;
	width: 900px;
	height: 60px;
	background-image: url(../img/3silver-line.gif);
	background-repeat: no-repeat;

}
#footer p {
	font-size: 11px;
}

/*---------------------------------------------------------------------------globalnaviの指定*/

#globalnavi {
	padding: 0;
	list-style-type: none;
	width: 250px;
	margin: 0px;


}

#globalnavi li {
  width: 250px;
  height: 30px;
  margin: 0;
  padding: 0;

}
#titlemenu {
	background-image: url(../img/menu250-30.gif);
	background-repeat: no-repeat;
	display: block;
	width: 250px;
	height: 30px;
	background-position: 0 0;
}

#globalnavi a {
    font-size: 13px;
	text-indent: 30px;
	line-height: 32px;
	color: #000000;

	background-image: url(../img/gnavi250-30.gif);
	background-repeat: no-repeat;

	text-decoration: none;
	display: block;
	width: 250px;
	height: 30px;
	background-position: 0 0;

}


#globalnavi a:hover {
	text-indent: 45px;
	text-decoration: none;
	background-image: url(../img/gnavi250-30.gif);
	background-repeat: no-repeat;
	background-position: -250px 0;
}

/*-------------施術所案内------------*/
#cap {
  margin-top: 15px;
  padding: 0;
  list-style-type: none;
  width: 250px;
}
#cap a {
	text-indent: -9999px;
	background-image: url(../img/kamei.gif);
	background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    width: 250px;
    height: 130px;
    background-position: 0 0;
} 


#cap a:hover {
  text-decoration: none;
  background-image: url(../img/kamei.gif);
  background-repeat: no-repeat;
  background-position: 0 -130px; 
} 

/*----------------院長写真の配置------------------------------------------*/

#imgright {
	margin-top: 50px;
	margin-right: 40px;
	width: 200px;
	float: right;
	padding: 0;
	position: relative;

}

 





