
/* テーブルレイアウト
---------------------------------------------*/
#main table { margin-top:10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	font-size: 100%;
	width: 100%;
}
#main td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: none;
	padding: 10px;
}
#main th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: none;
	font-weight: normal;
	background-color:#FFFFFF;
	padding: 10px;	
	width: 150px;
	text-align:right;
}
#main td.musk1{background-color: #FFF3E8;}
#main td.musk2{background-color: #FFF3E8; text-align:center;}
#main th.musk{background-color: #FFF3E8;}
#main th.musk1{text-align:center;}
#main th.musk2{background-color: #FFF3E8; text-align:center;}

#process table { margin-top:10px;
	border-top: 1px solid #999999;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #999999;
	font-size: 100%;
	width: 100%;
}
#process td {
	border-top: none;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: none;
	padding: 10px;
}
#process th {
	border-top: none;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: none;
	font-weight: normal;
	background-color:#FFFFFF;
	padding: 10px;	
	width: 150px;
	text-align:right;
}
#process td.musk1{ background-color:#FAFAF0; text-align:center; font-weight:bold; font-size:14px;}
