/*---------------------------------------------------
	通知メモ文ダイアログ
---------------------------------------------------*/

#notice_dialog table{
	width: 100%;
}
#notice_dialog table th{
	text-align: left;
}

#notice_contents{
	width: 250px;
	height: 200px;
}

#notice_yotei_date{
	width: 80px;
}

#notice_yotei_hour,
#notice_yotei_minute{
	width: 50px;
}

#notice_notice_time{
	width: 82px;
}

#btn_notice_tanto{
	font-size: 12px;
	line-height: 17px;
}
#notice_tanto_name_list{
	width: 250px;
	border: 1px solid #999;
	background-color: #CCC;
}

.notice_teikeibun_label_list{
	width: 265px;
	height: 205px;
	overflow-y: scroll;
}

.notice_teikeibun_label{
	width: 235px;
	padding: 5px;
	margin-left: 1px;
	border-bottom: 1px solid #CCC;
}
.notice_teikeibun_label:hover{
	background-color:#A3E0C4;
	cursor: pointer;
}
.notice_teikeibun_label.selected{
	background-color:#A3E0C4;
	cursor: default;
}

#notice_rel_area,
#warning_rel_area{
	width: 605px;
	height: 35px;
	padding: 5px;
	margin: 5px auto;
	background-color: #E3E9F2;
	border: 1px solid #A7C3F5;
	border-radius: 3px;
}
#warning_rel_area{
	background-color: #FFF5C9;
	border: 1px solid #E8D27A;
}
.notice_rel_function_info{
	margin: 3px 0 0 5px;
}

#notice_regist_state{
	display: none;
	color: #F00;
}

