@charset "utf-8";

/*=============
テーブル
===============*/
table.profile {
	width:100%;						
	border-collapse:collapse;		
}
table.profile th {
	width:100px;				
	padding:5px;				
	text-align:center;			
	background-color:#ccccee;			
	border-bottom:dotted #666666 1px;	
}
table.profile td {
	padding:5px;			
	background-color:#eeeeff;		
	border-bottom:dotted #666666 1px;	
}