body {
	font-family:Meiryo,'メイリオ',verdana,'Lucida Grande','Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4',OSAKA,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 80%;
	margin-top:20px;
}

p{
	font-size:120%;
}

.text_right{text-align:right;}
.text_left{text-align:left;}
.text_center{text-align:center;}
.text_top{vertical-align:top;}

.color_red{color:#FF0000;}
.color_blue{color:#0000FF;}
.color_wgray{color:#999999;}
.color_white{color:#ffffff;}

.b_color_wblue{
background-color:#33FFCC;}

.font-l {
	font-weight:bold;
	font-size:140%;
}
.font-l-red {
	font-weight:bold;
	font-size:140%;
	color:#C00;
}

.table_title{
	width:100%;
	background-color:#666666;
	font-size:large;
	font-weight:600;
	color:#FFFFFF;
}


.table_title{
	width:100%;
	background-color:#666666;
	font-size:large;
	font-weight:600;
	color:#FFFFFF;
}

.table_main{
	background-color:#f2af11;
}
.table_main th{
	background-color:#f5ee70;
	color:#000;
	text-align:center;
	white-space:nowrap;
}
.table_main td{
	background-color:#eeeeee;
	color:#333333;
}

th.date{
	text-align:left;
}
