h1 {
	margin: 0px 0px 28px;
	padding: 0px;
}
h2 {
	margin: 0px 0px 13px;
	padding: 0px;
}
h3 {
	margin: 20px 0px 10px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
p.mt_space {
	margin-top: 8px;
}
p.notes {
	margin-top: 5px;
}
p.notes strong {
	margin-left: 15px;
	color: #ff0000;
}
p.notes img {
	vertical-align: middle;
	margin-right: 6px;
}
p.notes img.sapporo {
	margin-left: 20px;
}
.month_table {
	text-align: center;
	color: #C09C6D;
	font-weight: bold;
	font-size: 12px;
}
.week_table {
	color: #C09C6D;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
	padding:1px 2px;
}
.white_table, .red_table, .blue_table  {
	padding:4px 2px;
	}
.white_table {
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
}
.red_table {
	background-color: #E2C7B5;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
}
.blue_table {
	background-color: #CCC7D6;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
}
.red_text {
	color: #ff0000;
}
.year_text{
margin:20px 0 10px;
}


/* ===============================================
2010.4.8 追加
=============================================== */

/* ▼ 回り込み ▼ */
.float_r { float: right !important; }
.float_l { float: left !important; }
/* ▲ 回り込み ▲ */

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

/* ===============================================
	間隔指定
=============================================== */
.m5   { margin: 5px   !important; }
.m10  { margin: 10px  !important; }
.m20  { margin: 20px  !important; }

.mh5   { margin-right: 5px   !important; margin-left: 5px   !important; }
.mh10  { margin-right: 10px  !important; margin-left: 10px  !important; }
.mh20  { margin-right: 20px  !important; margin-left: 20px  !important; }

.mv5   { margin-top: 5px   !important; margin-bottom: 5px   !important; }
.mv10  { margin-top: 10px  !important; margin-bottom: 10px  !important; }
.mv20  { margin-top: 20px  !important; margin-bottom: 20px  !important; }

.mt5   { margin-top: 5px   !important; }
.mt10  { margin-top: 10px  !important; }
.mt20  { margin-top: 20px  !important; }

.mr5   { margin-right: 5px   !important; }
.mr10  { margin-right: 10px  !important; }
.mr20  { margin-right: 20px  !important; }

.mb5   { margin-bottom: 5px   !important; }
.mb10  { margin-bottom: 10px  !important; }
.mb20  { margin-bottom: 20px  !important; }

.ml5   { margin-left: 5px   !important; }
.ml10  { margin-left: 10px  !important; }
.ml20  { margin-left: 20px  !important; }

