/* 全体構造
---------------------------------------------------- */

body {
	margin: 0px;
}


td{
	font-size : 14px;
line-height : 135%;
}


/* テーブル　a1
---------------------------------------------------- */

table#a1 {
	border-top : 1px solid #003366;
	border-left : 1px solid #003366;
	border-collapse : collapse;
}


table#a1 td{
	border-right : 1px solid #003366;
	border-bottom : 1px solid #003366;
	font-size : 13px;
}

table#a1 th{
border-right : 1px solid #003366;
border-bottom : 1px solid #003366;
font-size : 12px;
background-color : #e6f4ff;
}

/* テーブル　b1
---------------------------------------------------- */

table#b1 {
	border-top : 1px solid #663300;
	border-left : 1px solid #663300;
	border-collapse : collapse;
}


table#b1 td{
	border-right : 1px solid #663300;
	border-bottom : 1px solid #663300;
	font-size : 13px;
}

table#b1 th{
border-right : 1px solid #663300;
border-bottom : 1px solid #663300;
font-size : 12px;
background-color : #f1e0eb;
}

/* テーブル　c1
---------------------------------------------------- */

table#c1 {
	border-top : 1px solid #cc6600;
	border-left : 1px solid #cc6600;
	border-collapse : collapse;
}


table#c1 td{
	border-right : 1px solid #cc6600;
	border-bottom : 1px solid #cc6600;
	font-size : 13px;
}

table#c1 th{
border-right : 1px solid #cc6600;
border-bottom : 1px solid #cc6600;
font-size : 12px;
background-color : #faf5eb;
font-weight : normal;
width : 170px;
}
h3{
font-size : 14px;
margin-top : 1px;
margin-left : 1px;
margin-right : 1px;
margin-bottom : 1px;
color : maroon;
}
h2{
font-size : 20px;
text-decoration : underline;
}
