/* body style -------------------------------------------- */
body {
	font-family: "Tahoma", "MS UI Gothic", "Osaka";
}

/* a style -------------------------------------------- */
a:link {text-decoration: underline;color: #A5A8E0;}			/* 未訪問リンク */
a:visited {text-decoration: underline;color: #A5A8E0;}		/* 訪問済リンク */
a:hover {text-decoration: none;color: #484FC1;}	/* オンマウス */

/* font size style ----------------------------------------- */
.f10 {font-size: 10px;}
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f24 {font-size: 24px;}

/* height style --------------------------------------- */
.h12 {line-height: 12px;}
.h14 {line-height: 14px;}
.h16 {line-height: 16px;}
.h18 {line-height: 18px;}
.h20 {line-height: 20px;}
.h22 {line-height: 22px;}
.h24 {line-height: 24px;}


/* td style ---------------------------------------- */
.td1 {
	background-color: #E8E2AE;
	color: #0D1714;
	text-align: center;
	height: 26px;
	font-weight: bold;
}

/* table style ---------------------------------------- */
/*-----------1----------- */
table.under_line1 {
	border-top-width: 1px;
	border-top-color: #33594F;
	border-top-style: solid;
	font: 12px "Tahoma", "MS UI Gothic", "Osaka";
}
table.under_line1 td {
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #33594F;
	border-bottom-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*-----------2----------- */
table.under_line2 caption {
	font: 16px "MS UI Gothic", "Osaka";
	font-weight: bold;
	color: #4D65A6;
	text-align: left;
	border-bottom: 3px double #4D65A6;
	padding-left:5px;
}
table.under_line2 td {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #C6C7D7;
	border-bottom-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/*-----------3----------- */
table.under_line3 caption {
	font-weight: bold;
	font-size: 16px;
	color: #FBD337;
	text-align: left;
	border-bottom: 3px double #A9A06F;
	padding-left:10px;
}
table.under_line3 td {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #B5ACB5;
	border-bottom-style: dotted;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*-----------4----------- */
table.under_line4 caption {
	font-weight: bold;
	font-size: 16px;
	color: #FBD337;
	text-align: left;
	border-bottom: 3px double #A9A06F;
	padding-left:5px;
}
table.under_line4 td {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #B5ACB5;
	border-bottom-color: #B5ACB5;
	border-left-color: #B5ACB5;
}
/*-----------5----------- */
table.under_line5 caption {
	font-weight: bold;
	font-size: 14px;
	color: #FBD337;
	text-align: left;
	border-bottom: 3px double #A9A06F;
	padding-left:5px;
}
table.under_line5 td {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #33594F;
	border-bottom-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
