@charset "utf-8";
#formarea {
	background-color: #FFF;
	background-image: url(../images/wakuside_r.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 40px;
	padding-left: 40px;
}
.formwidth {
	width: 590px;
}

.rightform {
	float: right;
	width: 400px;
}

.leftform {
	float: left;
	width: 219px;
}
textarea {
	resize: none;
}
#formarea h2 {
	margin-bottom: 8px;
	font-size: large;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	padding-bottom: 12px;
}
#formarea p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	color: #000;
	font-size: small;
	letter-spacing: 1px;
	margin-bottom: 2px;
}
th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	color: #000;
	font-size: small;
	letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 2px;
}
#formtop {
	margin-bottom: 20px;
}
.green {
	color: #F00;
}
.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}