@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";

@import "common.css";


/*------------------------------------------------
 フォーム
------------------------------------------------*/

#Form{
	text-align:left;
	border:1px solid #eee;
	background:#fbfbfb;
	width:656px;
	margin:0 auto;
}

textarea{
	font-size:100%;
}
