@charset "shift_jis";
body {
	font-family:  "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 2;
	color: #362E2B;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background : #ffffff url(images/bg.gif);
}

       a:link{text-decoration:none;color: #0000ff;}
       a:visited{text-decoration:none;color: #cc00cc;}
       a:hover{text-decoration:none;color: #009999;}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;

}
p{
	padding: 0px 1em 1em;
}
iframe {
	margin-bottom: 20px;
	margin-top: 0px;
}
.look {
	color: #FFFFFF;
	background: #990000;
}
.color1 {
	color: #FF0000;
}

/*「チワワ」部分の枠設定
------------------------------------------------------------------*/
.waku {
	background: #f2efee;
	border: 1px dotted #cbc9c8;
	line-height: 1;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-weight: bold;
}


/*コンテナー（ＨＰ全体を囲う枠。幅と中央寄せの設定。）
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 810px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダー（ロゴがあるところ）
------------------------------------------------------------------*/
#header {
	background : url(images/header_bg.gif) no-repeat left top;
	height: 104px;
	position: relative;
}
#header h1 {
	font-size: 15px;
	position: absolute;
	left: 10px;
	top: -22px;
	font-weight: normal;
}


/*サブメニュー（右上の診察時間のとこ）
------------------------------------------------------------------*/
#sub-menu {
	height: 10px;
	width: 310px;
	position: absolute;
	top: 15px;
	right: 20px;
}


/*メイン写真
------------------------------------------------------------------*/
#main-img {
	background : url(images/main_img_bg.gif) no-repeat left top;
	height: 44px;
	text-align: center;
}
#sub-img {
	background : url(images/main_img_bg.gif) no-repeat left bottom;
	height: 212px;
	text-align: center;
}


/*コンテンツ（メインメニューとメインコンテンツの背景を指定。）
------------------------------------------------------------------*/
#contents {
	background : url(images/contents_bg.gif);
	background-repeat:repeat-y;
}


/*メインメニュー（ＨＰ左側の縦にならんだメニュー）
------------------------------------------------------------------*/
/*Credits: MY ISLAND CSS MENUS */
/*URL: http://myisland.jp/template/menus/index.html */

.menu {
  float:left ;
  margin: 0;
  padding-left: 3px;
  list-style-type: none;
  width: 184px; /* Main Menu Item widths */
  font-size:18px;

}

    /* メニュー全体 */
    div#menuA, div#menuA * { margin:0; padding:0; }
    div#menuA { width:184px; }
    div#menuA dl { list-style:none; width:100%; margin:0; padding:0; text-align:center; }
    /* カテゴリ名 */
    div#menuA dt { margin:5px 0 0 0; border-style:none;}
    div#menuA dt a { padding:10px 0 0 0; display:block; text-decoration:none; background: url("images/menu0.jpg") no-repeat; width:100%; height:50px; }
    div#menuA dt a:hover { background:url("images/menu1b.jpg") no-repeat; }
    /* カテゴリメニュー */
    div#menuA dd {  width:130px; border-style:none; font-size:14px; margin:0 0 10px 0; }
    div#menuA dd a { border-style:dotted; border-color:#cbc9c8; border-width:1px; text-decoration:none; display:block; background:url("images/menu0b.jpg") no-repeat center; padding:0 0 2px 0px; color:black; }
    div#menuA dd a:hover { color:#ffffff; background:url("images/menu1b.jpg") no-repeat center; }
    div#menuA dd a.line, div#menuA dd a.line:hover { }
    div#menuA dd a.end, div#menuA dd a.end:hover { }
    /* ダイレクトリンク */ 
    div#menuA dt.direct a { display:block; color:#ff8000; background: url("images/menu0.jpg") no-repeat; }
    div#menuA dt.direct a:hover { color:#fff; background:url("images/menu1.jpg") no-repeat; }


/*メインコンテンツ（ＨＰの文章が入っている部分）
------------------------------------------------------------------*/
#main {
	float: right;
	width: 560px;
	display: inline;
	margin-right: 40px;
}

/*見出し部分
------------------------------------------------------------------*/
#main h2 {
  float: left;
  padding: 3px 0 0 40px;
  width: 510px;
  text-align: left;
  background-image : url(images/midashi_base.gif);
  background-repeat:no-repeat;
  letter-spacing: 1px;
  color:#660000;
  font-size:16px;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	background : url(images/footer_bg.gif) no-repeat left top;
	height: 42px;
	text-align: center;
	padding-top: 50px;
	clear: both;
}


/*clearfix
------------------------------------------------------------------*/
#contents:after {
	content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents {
	display: inline-block; 
}

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents {
	display: block; 
}
/* End hide from IE-mac */
