/* ==== width === */
.width_02{ width: 20%; }
.width_03{ width: 30%; }
.width_07{ width: 70%; }
.width_08{ width: 78%; }


/* ==== margin padding === */
.margin_T10 {
	margin-top:10px!important;
}
.margin_B2em {
	margin-bottom:2em!important;
}
.margin_L10 {
	margin-left:10px!important;
}


/* ==== align === */
.align_C {
	text-align:center!important;
}
img.align_C{
	display: block;
	margin: 0 auto;
}
table.align_C td , table.align_C th{
	text-align: center;
}
.align_R {
	text-align:right!important;
}


/* ==== table === */
.table_B {
	border-top: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
	width:100%;
}
.table_B td {
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	vertical-align: top;
}
.table_B th {
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	background-color: #D7D7D7;
	text-align: center;
	font-weight: bold;
}


/* ==== table === */
.table_T {
	border-top: 1px solid #C9C9C9;
}
.table_T td {
	border-bottom: 1px solid #C9C9C9;
	vertical-align:middle;
}


/* ==== ul === */
.ul_B li{
	border-bottom: 1px dotted #C9C9C9;
}


/* ==== pagetop === */
.pagetop{
	padding: 10px 0 10px 0;
	text-align: right;
	clear: both;}
	

