#TABLE_CONTAIN {
	margin:0 auto 15px;
	width: 600px;
	clear:both;
	}
	
	
	
/* ------------------------------------------------
	Form Table Style
-------------------------------------------------*/
table.mailformTbl {
	margin: 0 auto;
	}
	table.mailformTbl th.itemTh {
		width:30%;
		font-weight: normal;
		font-size: 12px;
		text-align:left;
		padding: 2px 5px;
		background-color:#B4E188;
		color:#000;
		/*white-space: nowrap;*/
		}
		table.mailformTbl th.itemTh span {
			color: #f00;
			font-size: 10px;
			}
		table.mailformTbl th.itemTh span.option {
			color: #fff;
			font-size: 10px;
			}
	table.mailformTbl td.itemTd {
		font-weight: normal;
		font-size: 12px;
		padding: 2px 5px;
		width: 500px;
		background-color:#E6E6F0;
		}
		table.mailformTbl td.itemTd span.notes {
			color: #666;
			font-size: 10px;
			padding-left: 5px;
			}
/* ------------------------------------------------
	Caution Text Style
-------------------------------------------------*/

table.mailformTbl td.cautionTxt {
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	background-color: #CCC;
	}
	table.mailformTbl td.cautionTxt p.caution {
		margin: 0;
		color: #f00;
		text-align: center;
		font-weight: bold;
		}
	table.mailformTbl td.cautionTxt p.txt {
		margin: 0;
		}


/* ------------------------------------------------
	Address Item Style
-------------------------------------------------*/

table.addressTbl {
	}
	table.addressTbl th {
		font-weight: normal;
		font-size: 12px;
		text-align: right;
		background-color: #E6E6F0;
		white-space: nowrap;
		}
	table.addressTbl td {
		}
		table.addressTbl td span.notes {
			color: #bbb;
			font-size: 10px;
			padding-left: 5px;
			}


/* ------------------------------------------------
	Form Confirm Style
-------------------------------------------------*/

/*-- For Confirm Text:Privacy Policy --*/
div.privacyPolicy {
	width: 200px;
	margin: 5px auto;
	color: #f00;
	text-align: center;
	font-weight: bold;
	}
	div.privacyPolicy p.privacyBt {
		margin: 0 0 5px;
		}
		div.privacyPolicy p.privacyBt a {
			background: url(../image/bt_privacy.gif) 0 0 no-repeat;
			width: 200px;
			height: 25px;
			display: block;
			overflow: hidden;
			text-indent: -9999px;
			}
			div.privacyPolicy p.privacyBt a:hover {
				background-position: 0 -25px;
				}
	div.privacyPolicy p.provacyCautionTxt {
		margin: 0;
		font-size: 12px;
		color: #f00;
		}

/*-- For Confirm Text:Check Message --*/
table.mailformTbl td.checkMes {
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: bold;
	background-color: #CCC;
	padding: 5px;
	}

/*-- For Confirm Text:NG Message --*/
table.mailformTbl td.ngMes {
	font-size: 12px;
	color: #F00;
	text-align: center;
	font-weight: bold;
	background-color: #CCC;
	padding: 5px;
	}

/*-- For Confirm Text:NG Message --*/
table.mailformTbl td.finishMes {
	font-size: 12px;
	width: 600px;
	text-align: center;
	padding: 150px;
	}



/* ------------------------------------------------
	Form Elements Style
-------------------------------------------------*/
form {
	display: inline;
	}
textarea, input {
	padding: 2px;
	font-size: 12px;
	background-color:#FFF;
	color:#333;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}

textarea.messageBox {
	width: 400px;
	height: 100px;
	}
input.nameBox,
input.addressBox,
input.emailBox {
	width: 250px;
	}
input.zipBox {
	width: 80px;
	}
input.telBox {
	width: 120px;
	}
input.ageBox {
	width: 50px;
	}
input.anonimityCheck,
input.sexCheck {
	border: none;
	}

/* ------------------------------------------------
	Error Elements Style
-------------------------------------------------*/
span.error {
	color: #f00;
	}


/* ------------------------------------------------
	Conform Bottun Style
-------------------------------------------------*/

#conformBt {
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
	}
	#conformBt p {
		margin-bottom: 5px;
		}
		
/* ------------------------------------------------
	Common Style
-------------------------------------------------*/
hr {
	display: none;
	}