@charset "utf-8";

/*トップヘッダー:イレギュラーCSS
--------------------------------------------------*/

#top {
	margin: 0px 0px 0px 0px;
	background-image: none;
}

/*送信フォーム
--------------------------------------------------*/

#brain {
	margin: 0px 0px 30px 0px;
}
#brain table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D4D4D4;
	border-left-color: #D4D4D4;
}
#brain td {
	background-color: #F3F3F3;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	padding: 7px 10px 7px 10px;
}


