@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------
doctor_CSS
------------------------------------------------------ */
div#main h6{
	margin: 50px 10px -8px 20px;
}
div#main p{
	margin:10px 0 0 10px;
	padding:0 15px 15px 15px;
	width:640px;
	line-height:140%;
}
div.box{
	background: #fffee6;
	border: 1px solid #e4e4e4;
	width: 640px;
	margin: 0 0 8px 20px;
	padding: 0 0 0 0;
}
* html div.box {
	background: #fffee6;
	border: 1px solid #e4e4e4;
	width: 630px;
	margin: 0 0 8px 10px;
	padding: 0 0 0 0;
}
div#main div.box h6{
	background: none;
	width: 610px;
	margin: 10px 0 0 10px;
	padding: 0 5px 5px 5px;
	line-height: 120%;
	font-weight: normal;
	font-size: 120%;
	color: #005197;
	display: block;
	border-bottom: 2px dotted #005197;
}
div#main div.box em{
	margin: 10px 0 0 20px;
	padding: 0;
	line-height: 100%;
	font-style: normal;
	color: #333;
	display: block;
}
div#main div.box p{
	margin: 3px 0 0 20px;
	padding: 0 0 5px 0;
	line-height: 100%;
	color: #000;
	display: block;
	font-weight: bold;
	font-size: 110%;
}
div#main div.box span{
	margin: -35px 15px 10px 0;
	padding: 0 0 0 0;
	line-height: 100%;
	color: #000;
	display: block;
	float: right;
	font-size: 110%;
}

/* ------------------------------------------------------
テーブル
------------------------------------------------------ */
table.doctor{
	width: 600px;
	margin: 5px auto 10px;
	border-collapse: collapse;
	line-height: 140%;
}
table.doctor th{
	width: 60px;
	border-collapse: collapse;
	font-weight: normal;
	vertical-align: text-top;
}
table.doctor td.cron{
	width: 2px;
	vertical-align: text-top;	
}
table.doubleTable{
	width: 600px;
	margin: 5px auto 10px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	line-height: 140%;
}
table.doubleTable th{
	background: url(../images/bg_dot.gif);
	width: 110px !important;
	text-align:center;
	vertical-align: text-top;
}
table.doubleTable th,table.doubleTable td{
	padding: 8px;
	vertical-align: text-top;	
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}
table.doubleTable td.center{ text-align: center;}

/* ------------------------------------------------------
ポップアップ
------------------------------------------------------ */
div#cont{ text-align: left;}
div#cont h6{
	background: none;
	width: 600px;
	font-weight: bold;
	font-size: 140%;
	color: #005197;
	display: block;
}

/* ------------------------------------------------------
ページトップ
------------------------------------------------------ */
div#main p.pagetop_cont_in{
	float:right;
	text-align:right;
	margin:10px 20px 30px 0;
	padding:0;
}
*html div#main p.pagetop_cont_in{
	float:right;
	text-align:right;
	margin:10px 10px 30px 0 !important;
	display:block;
	padding:0;
	width:500px !important;
}
