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

#contactBox {
}


#contactBox table {
	border-collapse:collapse;
	border: 1px solid #ffffff;
}
#contactBox th, #contactBox td {
	border: 1px solid #ffffff;
}

.contactTable {
	width: 840px;
}
.t_Left {
	text-align: right;
	background-color: #68C310;
	width: 30%;
	font-size: 110%;
	vertical-align: middle;
	padding-right: 10px;
	color: #277200;
}

.t_Right {
	background-color: #C8F0A1;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 120%;
}

.inputTxt {
	ime-mode:active;
	width: 400px;
}

.imeEnnum {
	ime-mode: disabled;
}
.imeJp {
	ime-mode: active;
	height: 100px;
}
.tSubmit {
	background-color: #FFFFFF;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
}
textarea {
	width: 400px;
}
.red {
	color: #ff3300;
	font-weight: normal;
}
.blue {
	color: #09A1D4;
	font-weight: normal;
}
.alart {
	font-size: 90%;
	color: #949A19;
	text-indent: 1em;
}
#finbox {
	height: 300px;
	width: 860px;
}
#commentbox {
	text-align: center;
	margin-top: 20px;
}
#mail_icon {
	background-image: url(../images/contact/fin_contact.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
}
.mTxt {
	font-size: 110%;
	color: #666666;
	font-weight: bold;
	height: 100px;
	padding-top: 30px;
}
.sTxt {
	font-size: 110%;
	line-height: 150%;
	color: #000000;
}
.scr {
  overflow: scroll;   /* 個人情報スクロール表示 */ 
  width: 800px;
  height: 150px;
  background-color: #fff;
	margin-top:5px;
	margin-bottom:5px;
	color:#000000;
	font-size:12px;
}
.ppth {
	height: 150px;   /* 個人情報th */ 
	text-align: left;
	background-color: #C8F0A1;
	vertical-align: middle;
	padding-left: 20px;
}
.tdtxt {
	font-size: 110%;
	font-weight: bold;
	color: #277200;
}
.tSubmit {
	background-color: #FF3300;   /* 送信ボタンth */ 
	height: 50px;
	vertical-align: middle;
	text-align:center;
	line-height: 50px;
}
