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

.red {color:#CC0000;}

#contact {}
	#contact table {border:1px solid #ccc;}
	#contact table th,
	#contact table td {border:1px solid #ccc;}
	
	#contact table th {text-align:left;padding:5px; background:#EFEAE5;}
	#contact table td {padding:5px;}
	
	#contact input,
	#contact textarea {border:1px solid #ccc; padding:5px; }
	
	#contact input.name {width:100px;}
	#contact input.mail {width:400px;}
	#contact textarea {width:400px;}
	
	#contact input:focus,
	#contact textarea:focus {border:1px solid #990000;}
	#contact .regist p {text-align:center;}