/* CSS Document for 診療日記 */

#container_d {
	width:540px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: url(../images/bg_diary.gif) repeat-y left top ;
}

/*タイトル部分
---------------------------------------*/
#ti_diary {
	width:540px;
	height:122px;
	background: url(../images/ti_diary.gif) center top  no-repeat ;
	text-align:left;
}
h2#pagetitle{text-indent: -10000px; height:70px}
h3.mi_diary {
	width:95px;
	height:24px;
	text-indent: -10000px;
	margin-left:44px;
}

#d01{background:url(../images/mi_d01.gif) left top no-repeat}
#d02{background:url(../images/mi_d02.gif) left top no-repeat}
#d03{background:url(../images/mi_d03.gif) left top no-repeat}
#d04{background:url(../images/mi_d04.gif) left top no-repeat}
#d05{background:url(../images/mi_d05.gif) left top no-repeat}
#d06{background:url(../images/mi_d06.gif) left top no-repeat}
#d07{background:url(../images/mi_d07.gif) left top no-repeat}
#d08{background:url(../images/mi_d08.gif) left top no-repeat}
#d09{background:url(../images/mi_d09.gif) left top no-repeat}
#d10{background:url(../images/mi_d10.gif) left top no-repeat}


/*日記本文部分
---------------------------------------*/
#cont_diary{
	background:url(../images/bg_diary_foot.gif) center bottom no-repeat;
	width:444px;
	padding-bottom:30px;
	text-align:left;
	min-height:74px;
	_height:74px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

/*閉じるボタン
---------------------------------------*/
#bt_cls{
    text-align:center;
	margin:20px 0 10px;
}

