@charset "utf-8";
#dryLead {
	color:#987C4D;
	font-size:110%;
}
/*便箋共通*/
#dryLtrBox,
#dryLtrBox2 {
	width:495px;
	background-repeat:no-repeat;
	background-color:#FBF8F3;
	font-family:"MS Pゴシック","Osaka","Hiragino Kaku Gothic Pro","Verdana","Helvetica","sans-serif";
	padding-top:60px;
}
/*便箋ドクター用*/
#dryLtrBox {
	background-image:url(../dr_diary/img/diary_bg.jpg);
}
/*便箋スタッフー用*/
#dryLtrBox2 {
	background-image:url(../staff_diary/img/diary_bg.jpg);
}

#dryTit {
	width:300px;
	font-size:110%;
	color:#987C4D;
	font-weight:bold;
	margin:0px 0px 0px 10px;
}
#dryArea {
	width:455px;
	margin:60px auto 20px auto;
	color:#333333;
	line-height:2em;
}
#dryArea em {
	display:block;
	text-align:right;
	clear:both;
}

.dryL{
	float:left;
	margin:12px 5px 0px auto;
}
.dryR{
	float:right;
	margin:10px 5px 0px auto;
}
#dryArea table{
	width:455px;
	border-collapse:collapse;
	margin-bottom:15px;
}

#dryArea td{
	color:#BEA77E;
	font-size:100%;
	text-align:center;
	border-bottom:1px dotted #BEA77E;
	padding:5px;
}

#dryArea td a:link{
	color:#BEA77E;
	text-decoration:underline;
	font-size:100%;
}
#dryArea td a:hover {
	color:#cccccc;
	text-decoration:underline;
}
.btnBackStfD {
	width:129px;
	margin:20px auto 0px auto;
	display:block;
}