@charset "shift_jis";

/*
= General CSS ===============================================
= Style Order ===============================================
	clear:
	display: float: position:
	width: height:
	padding: margin:
	text-align: vertical-align: text-decoration: text-indent:
	color:
	list-style: type, image, position;
	font: size/line-height, style, variant, weight, family;
	backgroud: color, url, position x-y, repeat;
	border: weight, style, color;
*/
th.cell_align_right, td.cell_align_right	{ text-align: right !important; }
th.cell_align_center, td.cell_align_center	{ text-align: center !important; }
th.cell_align_left, td.cell_align_left		{ text-align: left !important; }
th.cell_note, td.cell_note { width: 10em; font-size: 80%; }

table.t_style1 { width: 100%; margin: 5px 0; border-top: 1px solid #666; border-right: 1px solid #666; }
table.t_style1 th { text-align: center; font-weight: bold; background: #eaf4ed; }
table.t_style1 th, table.t_style1 td { padding: 3px 5px; margin: 0; border-bottom: 1px solid #666; border-left: 1px solid #666; }

table.t_style2 { width: 100%; margin: 5px 0; border-top: 1px solid #666; border-right: 1px solid #666; }
table.t_style2 th { text-align: left; font-weight: bold; background: #eaf4ed; }
table.t_style2 th, table.t_style2 td { padding: 3px 5px; margin: 0; border-bottom: 1px solid #666; border-left: 1px solid #666; }

table.t_style3 { width: 100%; margin: 5px 0; border-top: 1px solid #666; border-right: 1px solid #666; }
table.t_style3 th { text-align: left; font-weight: bold; background: #eaf4ed; }
table.t_style3 td { text-align: right; }
table.t_style3 th, table.t_style3 td { padding: 3px 5px; margin: 0; border-bottom: 1px solid #666; border-left: 1px solid #666; }

table.t_style4 { width: 100%; margin: 5px 0; border-top: 1px solid #666; border-right: 1px solid #666; }
table.t_style4 th { text-align: right; font-weight: bold; background: #eaf4ed; }
table.t_style4 td { text-align: right; }
table.t_style4 th, table.t_style4 td { padding: 3px 5px; margin: 0; border-bottom: 1px solid #666; border-left: 1px solid #666; }

table.t_style5 { width: 100%; margin: 5px 0; border-top: 1px solid #666; border-right: 1px solid #666; }
table.t_style5 th { text-align: center; font-weight: bold; background: #eaf4ed; }
table.t_style5 td { text-align: center; }
table.t_style5 th, table.t_style5 td { padding: 3px 5px; margin: 0; border-bottom: 1px solid #666; border-left: 1px solid #666; }