#TABLE_CONTAIN {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
	
/* ------------------------------------------------
	Form Table Style
-------------------------------------------------*/
table.mailformTbl {
	margin: 10px auto;
	}
	table.mailformTbl th.itemTh {
		font-weight: normal;
		font-size: 12px;
		text-align: left;
		padding: 2px 5px;
		background-color: #F8A0B8;
		border:#EC3063 1px solid;
		color:#000000;
		white-space: nowrap;
		}
		table.mailformTbl th.itemTh span {
			color: #496F11;
			font-size: 10px;
			}
		table.mailformTbl th.itemTh span.option {
			color: #999;
			font-size: 10px;
			}
	table.mailformTbl td.itemTd {
		font-weight: normal;
		font-size: 12px;
		padding: 2px 5px;
		width: 415px;
		}
		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;
	line-height:150%;
	border:#95D325 1px solid;
	background-color: #D4EEA2;
	}
	table.mailformTbl td.cautionTxt p.caution {
		margin: 0;
		color: #FF0000;
		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: #fff;
		white-space: nowrap;
		}
	table.addressTbl td {
		}
		table.addressTbl td span.notes {
			color: #dddabe;
			font-size: 10px;
			padding-left: 5px;
			}


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

/*-- For Confirm Text:Privacy Policy --*/
div.privacyPolicy {
	width: 200px;
	margin: 5px auto;
	color: #dddabe;
	text-align: center;
	font-weight: bold;
	}
div.privacyPolicy{margin-left:200px;}
	div.privacyPolicy p.privacyBt {
		margin: 0 0 5px;
		}
		div.privacyPolicy p.privacyBt a {
			background: url(../image/present/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: #FF0000;
		}

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

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

/*-- For Confirm Text:OK 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;
	border:#EC3063 1px solid;
	}

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;
	}