/*コンテナ設定*/

*{
	font-size: 12px;
	color: #666666;
}

#cont {
	position:absolute;
	width:800px;
	height:462px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-231px;
	background-image: url(../img/contact_01.gif);
	background-repeat: no-repeat;
	background-position: center center;
}#cont #main-c #fcs .td_title {
	padding-left: 20px;
}
.InputFrom1 {
	border: 1px solid #999999;
	background-color: #EEE;
	margin-bottom: 5px;
}
.note{
	font-size: 14px;
	line-height: 16px;
	color: #FF0000;
	margin: 10px;
}