@charset "utf-8";
/* CSS Document */

/* 04_procedure_becoming.html */
table#procedure{
	font-size:90%;
	border:1px solid #000;
	border-collapse: collapse;
}

table#procedure th{
	background-color:#CCC;
	border-collapse: collapse;
	border:1px solid #000;
}

table#procedure td{
	border:1px solid #000;
	border-collapse: collapse;
	background-color:#FFF;
}

table#procedure th,
table#procedure td{
	vertical-align:top;
	padding:5px;
}


/* 03_standard_becoming.html */
table#standard{
	width:600px;
	font-size:90%;
	margin:15px 0 30px;
}

table#standard th{
	background-color:#CCC;
}

table#standard td{
	border-bottom:1px dashed #000;
}
table#standard th.txtRight,
table#standard td.txtRight{
	text-align:right;
}


/* 05_application_becoming */
div#application_inner a{
	color:#000;
	text-decoration:underline;
}



/* --------------------------------------
 倫理綱領
-------------------------------------- */
ul#ethics_list{
	margin: 18px 38px;
	list-style-type: decimal;
}
	
