html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
a,
a:link,
a:hover,
a:visited,
img,
table,
th,
tr,
td,
div
{
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
	font-size: 100%;
	font-weight: 200;
	background-repeat: no-repeat;
}
html{
	height: 100%;
	background-color: #2a342a;
	background-image: url("./img/back.gif");
	background-position: 50% 0%;
	background-repeat: repeat-y;

	font-size: 80%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
}
body{
	width: 800px;
	height: auto;
	min-height: 100%;
	margin: 0px auto 0px auto;
	background-image: url("./img/backtile.gif");
	background-repeat: repeat;

	text-align: left;
}
h1{
	width: 800px;
	height: 135px;
	font-size: 10px;
	background-image: url("./img/top-ttl.gif");
	background-position: 100% 100%;
	text-indent: 1em;
}
h2{}
h3{
	margin: 0px 0px 16px 36px;
	padding: 2px 0px 0px 0px;
	border-left: #76ba71 1em solid;
	border-top: #76ba71 1px solid;
	background-color: #e9fae7;
	
	font-size: 120%;
	font-weight: 500;
	text-indent: 12px;
}
img{
	vertical-align: bottom;
}
dl{

}
dt{

}
dd{
	margin: 0px 0px 0px 36px;
}
a,
a:link{
	color: #23911d;
	text-decoration: underline;
}
a:visited{
	color: #194d0b;
}
a:hover{
	color: #76b971;
}


/*■□□□全体セレクタ□□□■*/
div#website{
	width: 800px;
	height: auto;
	min-height: 100%;

	background-image: url("./img/all-back.jpg");
	background-position: 0% 100%;
	background-repeat: no-repeat;

}
.level2{
	
	background-image: url("./img/all-back.jpg") !important;
}
/*■□□□ヘッダ部分□□□■*/
div#head{
	width: 800px;
}
/*■□□□メイン部分□□□■*/
div#main{
	width: 490px;
	height: auto;

	float: left;
}
div#level2-main{}

/*■□□□右部分□□□■*/
div#sub{
	width: 310px;
_width: 308px;
	height: auto;
	background-color: #e9fbe7;
	background-image: url("./img/sub-back.jpg");
	background-position: 0% 100%;
	background-repeat: no-repeat;
	float: right;
}


/*■□□□フッタ部分□□□■*/
div#foot{
	width: 800px;
	height: 3em;

	background-color: #8fc48b;
	color: #ffffff;
	text-align: right;
}


/*■■■■■■メインイメージ用■■■■■■*/
.mainimage{
	width: 800px;
	height: 262px;
	background-image: url("./img/top-image.jpg");
}
.mainimage p{
	display: none;
}

.level2-image{
	width: 800px;
	height: 88px;
	background-image: url("./img/level2-image.jpg");
}
.level2-image p{
	display: none;
}
/*■■■■■■メインメニュー用■■■■■■*/
ul.mainmenu{
	width: 800px;
	height: 40px;
	list-style: none;
	background-image: url("./img/menu_06.gif");
	background-position: 100% 0%;
}
ul.mainmenu li{
	float: left;
	height: 40px;
}
ul.mainmenu li a,
ul.mainmenu li a:link,
ul.mainmenu li a:visited{
	display: block;
	height: 40px;
	background-position: 0% 0%;
	text-indent: -9999px;
}
ul.mainmenu li a:hover{
	background-position: 0% 100%;
}
ul.mainmenu li.menu01{
	width: 167px;
}
ul.mainmenu li.menu01 a{
	background-image: url("./img/menu_01.gif");
}
ul.mainmenu li.menu02{
	width: 138px;
}
ul.mainmenu li.menu02 a{
	background-image: url("./img/menu_02.gif");
}
ul.mainmenu li.menu03{
	width: 137px;
}
ul.mainmenu li.menu03 a{
	background-image: url("./img/menu_03.gif");
}
ul.mainmenu li.menu04{
	width: 136px;
}
ul.mainmenu li.menu04 a{
	background-image: url("./img/menu_04.gif");
}
ul.mainmenu li.menu05{
	width: 136px;
}
ul.mainmenu li.menu05 a{
	background-image: url("./img/menu_05.gif");
}


/*■■■■■■メイン部分用■■■■■■*/
#main h2 span{
	display: none;
}
.mainstage{
	width: 500px;
	height: auto;
	margin: 36px 0px 50px 36px;
	float: left;
}
.substage{
	width: 200px;
	height: auto;
	margin: 78px 0px 0px 12px;
	float: left;
	font-size: 90%;
	line-height: 1.4em;
}
/*■■■トップテキスト用■■■*/
#main .toptext{
	width: 424px;
	margin: 36px 0px 0px 36px;
}
#main .toptext h2{
	width: 413px;
	height:62px;
	background-image: url("./img/toptext-ttl.gif");
}
#main .toptext p{
	margin: 0px 0px 0px 49px;
}

/*■■■トップ診療時間部分用■■■*/
#main .toptime{
	margin: 36px 0px 0px 48px;
}
#main .toptime h2{
	width: 413px;
	height:15px;
	margin: 0px 0px 6px 0px;
	background-image: url("./img/toptime-ttl.gif");
}
#main .toptime table{
	margin: 0px 0px 0px 18px;
}
#main .toptime table th{
	padding: 1em;
	background-color: #ffffff;
}
#main .toptime table td{
	margin: 2px;
	background-color: #ffffff;
	vertical-align: top;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#main .toptime table td.holyday{
	background-color: #a0d0a0;
}
#main .toptime table td.closetime{
	background-image: url("./img/closetime.gif");
	background-position: 0% 100%;
}
#main .toptime table th dd{
	text-align: right;
}


/*■■■トップ院内風景部分用■■■*/
#main .topphoto{
	margin: 36px 0px 0px 48px;
}
#main .topphoto h2{
	width: 413px;
	height:16px;
	margin: 0px 0px 6px 0px;
	background-image: url("./img/topphoto-ttl.gif");
}
#main .topphoto .photo{
	width: 138px;
	height: 96px;
	margin: 4px 4px 0px 0px;
	text-align: center;
	background-color: #ffffff;
	border: #808080 1px solid;
	float: left;
}
#main .topphoto .photo img{
	margin: 4px;
}
#main .topphoto p{
	margin: 0px 12px 0px 0px;
	text-align: right;
}

/*■■■下層ページテキスト部分用■■■*/
#level2-main h2{
	height: 62px;
	margin: 0px 0px 0px 0px;
}
#level2-main h2 span{
	display: none;
}
#level2-main h2.page01-ttl{
	width: 414px;
	background-image: url("./img/01housin-ttl.gif");
}
#level2-main h2.page02-ttl{
	width: 414px;
	background-image: url("./img/02huukei-ttl.gif");
}
#level2-main h2.page03-ttl{
	width: 414px;
	background-image: url("./img/03kamoku-ttl.gif");
}
#level2-main h2.page04-ttl{
	width: 414px;
	background-image: url("./img/04annai-ttl.gif");
}
#level2-main .mainstage p{
	margin: 0px 0px 0px 49px;
}
#level2-main .substage .photo{
	width: 190px;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	border: #808080 1px solid;
	background-color: #ffffff;
}
#level2-main .mainstage .photo{
	width: 430px;
	margin-bottom: 5px;
	padding: 4px;
	border: #808080 1px solid;
	background-color: #ffffff;
}
/*■■■■■■サブ部分用■■■■■■*/
#sub h2 span{
	display: none;
}
/*■■■地図用■■■*/
#sub .topmap{
	margin: 14px 0px 0px 12px;
	
}
#sub .topmap h2{
	width: 259px;
	height:99px;
	background-image: url("./img/topmap-ttl.gif");
}
#sub .topmap .topmap02{
	margin: 0px;
}

/*■■■QRコード用■■■*/
#sub .top-qr{
	width: 238px;
	height: 91px;
	margin: 16px 0px 0px 28px;
	padding: 36px 0px 0px 0px;
	background-image: url("./img/topmobile-back.gif");
}
#sub .top-qr p{
	margin: 0px 0px 0px 76px;
	font-size: 10px;
	line-height: 1.4em;
	letter-spacing: 0px;
}

/*■■■■■■サブ部分用■■■■■■*/
#foot p{
	margin: 0px 12px 0px 0px;
	
}

/*■■■■■■細々パーツ■■■■■■*/
br.clear{
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.top-margin1{
	margin-top: 1.4em !important;
}
.top-margin2{
	margin-top: 2.8em !important;
}





/*■■■■■■IE6 PNG24用■■■■■■*/
.alpha-photo0402-2{
_width: 440px;
_height: 330px;
_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageloader(src='./img/04image_02-2.png',sizingMethod='image');
}
.alpha-photo0402-2 img{	_display: none;	}
.alpha-photo0404-2{
_width: 440px;
_height: 330px;
_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageloader(src='./img/04image_04-2.png',sizingMethod='image');
}
.alpha-photo0404-2 img{	_display: none;	}

