/* ----- table ----- */ 

table { 
    margin: 0 auto; 
    margin-bottom: 10px; 
    width: 425px; 
    border-collapse: collapse; 
    border: 1px solid #CCCCCC;
	font-size : 12px;
} 
 
table caption { 
    margin-top: 10px; 
    padding: 3px 4px 2px 4px; 
    text-align: left; 
} 

table th,
table td { 
    padding: 4px 8px 4px 8px; 
    color: #666666; 
    border: 1px solid #CCCCCC;
	font-weight: normal;
	background-color : #FFFFFF; 	
} 
 
table th { 
    text-align: left; 
    color: #666666; 
} 
 
table td { 
    text-align: center; 
} 

table td.name { 
    text-align: left; 
	font-size: 11px;
} 
 
table thead th, 
table tfoot th { 
    background-color : #FFFFCC;
	text-align : center;
	font-weight : bold;
	line-height : 15px;
} 

table thead th { 
} 
table tfoot th { 
} 
table tbody th { 
} 

/* ----- table_ptn1 ----- */ 

.table_ptn1 {
  width: 500px;
  border-collapse: collapse;
  border: #E3E3E3 solid;
  border-width: 1px;
}

.table_ptn1 th {
  width: 50px;
  padding: 5px;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.table_ptn1 td {
  padding: 5px;
  margin: 15px 0 15px 3px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  color: #666666;
  line-height: 20px;
  font-size: 12px;
  text-align: left;
}

/* ----- table_ptn2 ----- */ 

.table_ptn2 {
  width: 500px;
  border-collapse: collapse;
  border: #E3E3E3 solid;
  border-width: 1px;
}

.table_ptn2 th {
  padding: 5px;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.table_ptn2 td {
  padding: 5px;
  margin: 15px 0 15px 3px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  color: #666666;
  line-height: 20px;
  font-size: 12px;
  text-align: left;
}

/* ----- table_ptn3 ----- */ 
 
.table_ptn3 {
  margin-top: 5px;
  margin-bottom: 2px;
  width: 400px;
  border-collapse: collapse;
  border: solid 1px #E3E3E3;
  font-size: 12px;
}

.table_ptn3 th,
.table_ptn3 td {
  border: solid 1px #E3E3E3;
  padding-top: 4px;
  padding-bottom: 4px;
}

.table_ptn3 th {
  background: #F5F5F5;
  text-align: center;
  white-space: nowrap;
  width: 198px;
}

.table_ptn3 td {
  text-align: left;
  letter-spacing: 2px;
  vertical-align: top;
 }

/* ----- box_ptn1 ----- */

p.box_ptn1 {
	padding: 5px;
	background: #E3E3E3;
	height: 20px;
	width: 200px;
	border-color: #CCCCCC;
	border-width: 0 0 3px 0;
	border-style: solid;
	text-align: center;
}
