@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family: ヒラギノ, "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	line-height:1.4em;
	font-size:12px;
	background:#fae6ed;
}

#formSection{
	padding:0 0 0 40px;
	width:660px;
	height:570px;
	background:url(../images/lightview/bg_contact.jpg) no-repeat;

}
#formSection .text{
	padding:55px 0 0 0;
}
.formBox{
	height:auto;
	margin:0 0  0 10px;
	padding:0 0 0 0px;
	border-collapse:collapse;
}
.formBox .formTitle{
	background:#eeeeee;
	margin:0;
	padding:5px 0px 5px 27px;
	width:150px;
	height:auto;
	background:url(../images/lightview/icon_heart.gif) no-repeat left center;
	color:#444444;
}
.formBox .formEntry{
	width:400px;
	height:auto;
	margin:0;
	padding:5px 0 5px 15px;
}
.submit{
	width:600px;
	padding:0px 0 0 0;
	text-align:center;
}
.tableHeight{
	height:395px;
}
.example{
	color:#CC4477;
}

.text01{
	color:#f54985;
}
.text02{
	color:#ff0000;
	font-size:11px;
}

