@charset "utf-8";
/* *******************************************
*　スタイルシーチE

目次-------------------------------------------

1EEージ全体E設宁E
2EフォントE持EE
3Eリンクの設宁E
4Eサブナビゲーションの設宁E
5E表EEableEE設宁E

******************************************* */

/*
===== license number ライセンス番号　削除しなぁEください=================================
*/
P.license-num{
 display:none;
  background-color : #ffb18c;
}

/* 1EEージ全体E設宁E*/
body {
	margin: 0;
	background : url(../images/body_bk.gif) repeat-x left top; /*背景画僁E/
}

/* ペEジ全体をブラウザの真ん中に */
/* ブラウザの左に寁EたいときEautoを削除 */
table#container {
	margin: 0px auto;
	}

/* 画像EボEダーをなしに */
img{
	border: none;
	}

	
/* 2EフォントE持EE*/
/* 本斁EキストE色 */
body {
	font-family: EE EゴシチE, Osaka, ヒラギノ角ゴ Pro W3; /*チEストEフォンチE/
	font-size: 80%; /*チEストEサイズ*/
	color: #666666; /*チEストE色*/
	line-height: 150%; /*チEストE行間*/
	}

/* コピEライト（フチEー部刁EE*/
/* 採用惁Eで使用 */	
address {
	color: #ffff99;
	font-style: normal;
}
	
/* 黁E太孁E*/
/* 採用惁Eで使用 */	
.yellow_b {
	color: #FF9900;
	font-weight:bold;}
	
/* ピンク太孁E*/	
/* インフォメーションで使用 */	
.pink_b {
	color: #FD7B7B;
	font-weight: bold;
	font-size:110%
	;} 

/* グリーン太孁E*/	
/* 交通Eアクセスのご案Eで使用 */	
.style1 {
	color: #669933;
	font-weight: bold;
}

/* ピンク */	
/* 採用惁Eで使用 */	
.style2 {color: #DE5D63;}

/* 3Eリンクの設宁E*/
/* リンクチEストE色を変えたいときEcolor: の後E#666666を希望の色に変更 */
a:link	{text-decoration:none; color: #666666;} /* リンクチEストE色 */
a:visited	{text-decoration:none; color: #666666;} /* リンクチEストE色 */
a:hover, a:focus a:active {text-decoration:none; color: #FF9900;} /* リンクチEストE色 */

/* 4Eサブナビゲーションの設宁E*/
table#sub_nav{
	margin-left: 35px;
	padding: 0;
	}
	
table#sub_nav ul{
	margin-top: 35px;
	margin-left: 10px;
	padding-left: 0;
	}
	
table#sub_nav ul li{
	padding-bottom: 2px;
	list-style: none;
	margin: 15px 0;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	}
	
/* 矢印を変えたい場合E以下E画像を差し替えるか、使用したぁE像へのパスに変更
通常用Eurl(../images/arrow01_off.gif)
マウスオーバE用Eurl(../images/arrow01_on.gif)
 */
table#sub_nav ul li a{display: block; padding-left: 27px; }/* 矢印画像E幁E5px */
table#sub_nav ul li a:link	{background : url(../images/point01.gif) no-repeat left center;}
table#sub_nav ul li a:visited	{background : url(../images/point01.gif) no-repeat left center;}
table#sub_nav ul li a:hover,
table#sub_nav ul li a:focus
table#sub_nav ul li a:active {background : url(../images/point02.gif) no-repeat left center; text-decoration:underline;}


/* 5E表EEableEE設宁E*/

/* 診療時閁E
診療時間E表以外でも、Etable>タグの属性にclass="border"を指定すれE、線Eある表にできます、E
色を変えたい場合E#CCCCCCを希望の色に変更 */
.border{
	border: solid #CCCCCC 1px;
	}
table.border th{
	border-collapse: collapse;
	border: solid #CCCCCC 1px;
	}
table.border td{
	border-collapse: collapse;
	border: solid #CCCCCC 1px;
	}

/* 採用惁E
採用惁E以外でも、Etd>タグにclass="saiyou"を指定すれE、セルを線で囲ぁEとができます、E
色を変えたい場合E#DE5E64を希望の色に変更*/
.saiyou{
	border:solid 1px #DE5E64;
}

