@charset "utf-8";
/* CSS Document */



.mbm01 {margin-bottom:-1em;}
.mb01 {margin-bottom:1em;}
.mb02 {margin-bottom:2em;}
.mb03 {margin-bottom:0.3em;}

.ml01 {margin-left:1em;}

.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}

.uchikeshi {
	text-decoration: line-through;
}
.underline {
	text-decoration:underline;
}
.red {color: #FF0000;
}
/* 太字 */
.bold{
	font-style:normal;
	font-weight:bold;
}

.text_r{text-align:right;}
.text_c{text-align:center;}

table.non{
	border-collapse:collapse;
	border:none;
}
table.non td{
	text-align:left;
	vertical-align:top;
}
table.non th{
	text-align:left;
	vertical-align:top;
	white-space:normal;
}