@charset "utf-8";

/* contact.css */

#contact {
	width: 775px;
}

#contact .header {
	width: 775px;
	height: 35px;
	background-image: url('../img/contact.png');
	background-repeat: no-repeat;
}

#contact .body {
	width: 773px;
	min-height: 500px;
	border: 1px solid #ddd;
}

#contact .body .newtype,
#contact .body .media,
#contact .body .recruit {
	width: 700px;
	margin: 10px auto;
	border-bottom: 1px solid #999;
}

#contact .body .newtype h3,
#contact .body .media h3,
#contact .body .recruit h3 {
	font-weight: bold;
	font-size: 120%;
	color: #000099;
	text-align: center;
}


#contact .body .recruit .notice {
	text-align: left;
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#contact .body .recruit .entrysheet,
#contact .body .recruit .openoffice {
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#contact .footer {
	width: 775px;
	height: 35px;
	background-image: url('../img/contact_footer.png');
	background-repeat: no-repeat;
}
