@charset "utf-8";
/* CSS Document */

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0 auto;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

img {
	border: none;
}

p,th,ul,li,a {
	list-style-type: none;
	margin: 0;
}

h1,h2 {
	text-decoration: none;
	margin: 0;
}

address {
	font-weight: normal;
	font-style: normal;
}

#main {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	border-left: 1px #E8E8E8 solid;
	border-right: 1px #E8E8E8 solid;
	border-bottom: 1px #E8E8E8 solid;
}

#header {
	background: #FFFFFF url(img/h_bg.jpg) repeat-x;
	height: 83px;
}

#hosp {
	width: 820px;
	height: auto;
	margin: 10px;
}

#header img {
	margin-top: 15px;
}

.tokuchou01{
	text-align: center;
	margin: 28px 0;
}

#left {
	float: left;
}

#right {
	float: right;
}

.jusho {
	background-color: #FFFDDC;
	color: #666666;
	line-height: 16px;
	margin: 5px 35px 10px 0;
	padding: 5px;
}

.text_p{
	color: #FF7979;
	font-weight: bold;
}

.btn img{
	margin-right: 15px;
	margin-bottom: 5px;
}

.footer{
	border-top: 1px #E8E8E8 solid;
	margin: 10px;
	text-align: right;
}
.footer img{
	margin-top:10px;
	margin-bottom: 10px;
}
