
/* ノートのスタイル
------------------------------------------------*/
#note{
	text-align: right;
	margin-bottom: 3em;
}
#note dd{
	text-align: left;
	margin-left: 1em;
	margin-top: 1em;
}
#note dt{
	display: inline;
	text-align: right;
	padding-left: 32px;
	background: url(../img/hyphens.gif) no-repeat
	left 40%;
}
.mT0{
	margin-top: 0 !important;
}
.red{
	color: #f00;
}