/*更新情報のテキスト装飾用*/

#note {
	font-weight: bold;
	border: 2px red solid;
	padding: 5px;
}

#note_title {
	font-size: 120%;
}