@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;}
	
	
#contents-area .unit {margin-bottom:30px; border-bottom:1px dotted #ededed; padding-bottom:20px;}
	#contents-area .unit a img {border:4px solid #ededed; padding:1px;}
	#contents-area .unit a:hover img {border:4px solid #ffae00;}
	#contents-area .unit .right_box,
	#contents-area .unit .left_box {width:310px;}	