@charset "Shift_JIS";

/************** センターコンテンツ ***************/
* {
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing:1;
	margin:0;

}

body{
	background:#FFF;
}

.text{
	font-size:12px;
	color: #f00;
	font-weight:bold;
	padding:0 0 5px 5px;
	background:transparent;
}


#formTable{
	width:480px;
	height:120px;
	text-align:left;
	background-color:#555;
	float:left;
	position:relative;
	top:0;
	left:5px;
	margin-bottom:5px;
}

.formTh{
	background: #EAECCD;
	font-size:12px;
	width:150px;
	padding-left:10px;
	color:#663;
	white-space:nowrap;
}

.red{
	font-size:10px;
	color: #CC3300;
	background:transparent;
}

.formTd{
	background:#F7F7F1;
	padding:3px 10px;
	font-size:12px;
	line-height:1.2;
	letter-spacing:1;
	color:#555;
}

.formTd p, .formTd p textarea{
	font-size:12px;
	line-height:1.4;
	letter-spacing:1;
	white-space:nowrap;
}

.button{
	background:#F7F7F1;
	font-size:12px;
	line-height:1.2;
	letter-spacing:1;
	padding:3px;
	font-weight:normal;
}

#bottom_button{
	width:480px;
	font-size:12px;
	margin:10px 0 0 5px;
	text-align:center;
}
