@charset "utf-8";
/* CSS Document */

@import url("../../cssjs/contents.css");

#contact{
}
#contact .right{
	float:left;
	width:50%;
	text-align:right;
}
#contact .left{
	float:left;
	width:100%;
}
#contact .clear{
	clear:both;
}
#contact #form .mark{
	color:#FFCC00;
}
#contact .thanks{
	height:410px;
}

