@charset "utf-8";
/* CSS Document */

body{
	background:url(../img/bg_body_top.jpg) repeat-x;
}

#headerback{
	width:auto;
	height:500px;
	margin:0 auto 10px;
	background-image:url(../img/bg_header_top.png) ;
	background-repeat: no-repeat;
	background-position:center top;
}

#main{
	width:1000px;
	height:200px;
	clear:both;
	margin:0 0 27px 0;
}

#box_about_reserve{
	width:208px;
	background:#EFE9DA;
	border:#B9AA99 1px solid;
	padding:0px 4px 20px 9px;
	margin:0 0 20px 0;
}

p.title_about_reserve{
	font-size:100%;
	line-height:1.2;
	text-align:center;
	color:#544227;
	font-weight:bold;
	margin:20px 0 5px 0;
	border-top:#544227 2px dotted;
	padding:20px 0 0 0;
}

#top_title_about_reserve{
	border-top:none;
	padding:0 0 0 0;
}

p.text_about_reserve{
	font-size:90%;
	margin:0 0 10px 0;
	line-height:1.4;
}

p#text_about_reserve_center{
	text-align:center;
	font-weight:bold;
	color:#997D53;
	font-size:120%;
}


span.emphasis{
	color:#F37623;
}

p#qr_reserve{
	width:92px;
	height:82px;
	float:left;
	margin:0 0 5px 0;
}

p#btn_guide{
	width:200px;
	height:40px;
	margin:30px 0 0 0;
	border-top:#544227 2px dotted;
	padding:20px 0 0 0;
}

p#btn_net{
	width:200px;
	height:40px;
	margin:30px 0 0 0;
	padding:10px 0 0 0;
}


h3.first{
	width:720px;
	height:38px;
	margin:0 0 5px 0;
	clear:both;
}

h3{
	width:720px;
	height:38px;
	margin:40px 0 15px 0;
	clear:both;
}

#newsarea{
	width:718px;
	height:400px;
	margin:0 0 20px 0;
	border:#CCC 1px solid;
	overflow-y:scroll;
	background:#FFF;
	padding:10px 0 0 0;
}

ul.area_bn_center{
	width:720px;
	height:132px;
	margin:0 0 15px 0;
}

ul.area_bn_center li{
	width:350px;
	float:left;
}

ul.area_bn_center li#bnright{
	float:right;
}

p.text_greeting{
	font-size:95%;
	color:#666;
	line-height:1.7;
	margin:10px 0 15px 0;
}

p#img_greeting{
	width:186px;
	float:right;
	margin:5px 0 5px 30px;
}

p#name_greeting{
	text-align:right;
	font-size:120%;
	line-height:1.2;
}

span#name_doctor{
	display:block;
	text-align:right;
	font-size:130%;
	line-height:1;
}







/*お知らせ-----------------------------------------*/


.info_titlebox{
	line-height:20px;
	height:auto;
	text-indent:0px;
	color:#666;
	font-size: 115%;
	width:680px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color:#E7E7E7;
}

.info_combox{
	line-height:20px;
	padding-top:5px;
	padding-bottom:10px;
	width: 670px;
	font-size: 95%;
	padding-right: 0px;
	padding-left:15px;
/*	margin-left: 15px;*/
	margin-bottom: 15px;
}
/*-------------------------------------------------*/




.all_clear { clear:both; height:0; }	


/*------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
	}

.clearfix{
	display:inline-block;/* MAC IE用　*/
	min-height:1%;/* IE 7用 */
	}

/*--MAC IEは非適用→ \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/*--ここまでMAC IEは非適用 */
/*------------------------------------*/

