/*------------ table style set ------------*/
table#table-01{
	width: 800px;
	border: #002052 solid;
	border-width:  0 0 2px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table#table-01 th {
	padding: 5px;
	border: #002052 solid;
	border-width: 2px 0 1px 0;
	background: #DDDDDD;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
  	text-indent: +3%;
}
table#table-01 td {
	padding: 5px;
	border: 0px #E3E3E3 solid;
	border-width: 0 0 0 0;
	background: #EEEEEE;
	font-size: 0.8em;
	text-align: left;
  	text-indent: +5%;
}

table#table-02{
	width: 900px;
	border: #002052 solid;
	border-width:  0 0 2px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table#table-02 th {
	padding: 5px;
	border: #002052 solid;
	border-width: 2px 0 1px 0;
	background: #DDDDDD;
	font-size: 0.72em;
	font-weight: bold;
	text-align: left;
  	text-indent: +3%;
}
table#table-02 td {
	padding: 5px;
	border: 0px #002052 solid;
	border-width: 0 0 1px 0;
	background: #EEEEEE;
	font-size: 0.72em;
	text-align: left;
  	text-indent: +1%;
}
