/* ------------------------------------------------------------------------
	Float Clear
------------------------------------------------------------------------ */

.clearfix:after { /*floatの解除、ここがポイント*/
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


.clearfix {
	min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}



/* ------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------ */


body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
}


div#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}
div#header > h1 {
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	background-color: #004800;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 10px;
}
h1 {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	text-align: right;
	margin-bottom: 3px;
	margin-top: 0px;
}


div#title {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 15px;
	display: table;
}
div#title > div {
	display: table-cell;
	vertical-align: middle;
}

div#tel {
	padding-right: 20px;
	padding-left: 20px;
}
div#clinic-information {
	font-size: 80%;
	line-height: 150%;
	border: 1px solid #004800;
	border-radius: 5px;
	padding: 10px;
}
div#clinic-information em {
	font-style: normal;
}
br.clear {
	margin: 0px;
	clear: both;
	padding: 0px;
}



/* ------------------------------------------------------------------------
	Menu
------------------------------------------------------------------------ */


#menu_box {
	background-image: url(../img/up-back.jpg);
	background-repeat: repeat-x;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #004800;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 43px;
}


#menu_box #menu {
	width: 800px;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}





address {
	background-image: url(../img/under-back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 50px;
	width: 100%;
	padding-top: 10px;

}
div#contents {
	background-color: #FFFFFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;


}
div#title, div#contents {
	width: 860px;
}
