@charset "utf-8";
/* base styles */

* { 
	margin:0;
	padding: 0;
}

body {
	text-align:center;
	font:normal 12px/1.5 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body div {
	text-align:left;
	margin:0 auto;
	}

#container {
	background-color:#fff;
	width: 580px;
	margin:0 auto;
}
/* ------------------------------------------------
	Header Style
-------------------------------------------------*/
#header {
	width: 580px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}
#header h1.ttl {
	width: 580px;
	height: 110px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(../image/header.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header h2.leadTxt {
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	padding-top: 3px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
}
#lead p {
	margin-right: 5px;
	margin-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	font-variant: normal;
}

/* ------------------------------------------------
	content Style
-------------------------------------------------*/
#content {
	width: 580px;
	margin:0 auto 12px;
}
#container .close {
	font-size: 12px;
	line-height: 50px;
	height: 50px;
	text-align: center;
}
/* ------------------------------------------------
	Footer Style
-------------------------------------------------*/
#footer {
	width: 580px;
	margin:0 auto;
}
#footer ul {
	list-style-type: none;
	padding-top:10px;
}
#footer .pageup {
	font-size:1em;
	text-align: right;
	margin-right:20px;
}
#footer #closerBtn {
	font-size:1em;
	padding-bottom:20px;
	text-align: center;
}
a:link,
a:hover,
a:active,
a:visited {
	color:#00f;
}







#TABLE_CONTAIN {
	margin: 0 auto;
	width: 490px;
	}
	
	
	
/* ------------------------------------------------
	Form Table Style
-------------------------------------------------*/
table.mailformTbl {
	width:490px;
	margin:0px auto 10px;
	}
	table.mailformTbl th.itemTh {
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	color:#333;
	padding: 2px 5px;
	background-color: #e1e0e0;
	white-space: nowrap;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	line-height: 18px;
		}
		table.mailformTbl th.itemTh span {
			color: #f00;
			font-size: 10px;
			}
		table.mailformTbl th.itemTh span.notes {
			color: #333;
			}
	table.mailformTbl td.itemTd {
	font-weight: normal;
	font-size: 12px;
	padding: 2px 5px;
	width: 360px;
		}
		table.mailformTbl td.itemTd span.notes {
			color: #000;
			font-size: 10px;
			padding-left: 5px;
			}
/* ------------------------------------------------
	Caution Text Style
-------------------------------------------------*/

table.mailformTbl td.cautionTxt {
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	background-color: #FFFFCC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}
	table.mailformTbl td.cautionTxt p.caution {
	margin: 0;
	color: #f00;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
		}
	table.mailformTbl td.cautionTxt p.txt {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
		}


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

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


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

/*-- For Confirm Text:Privacy Policy --*/
div.privacyPolicy {
	color: #f00;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	div.privacyPolicy p.privacyBt {
		margin: 0 0 5px;
		}
		div.privacyPolicy p.privacyBt a {
	color: #FF0000;

			}
			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: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	}
table.mailformTbl td p.checkMes {
	font-size: 12px;
	line-height: 1.3;
	color: #000;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	}

/*-- For Confirm Text:NG Message --*/
table.mailformTbl td.ngMes {
	font-size: 12px;
	color: #f00;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	}
table.mailformTbl td p.ngMes {
	font-size: 12px;
	line-height: 1.3;
	color: #f00;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	}

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



/* ------------------------------------------------
	Form Elements Style
-------------------------------------------------*/
form {
	display: inline;
	}
textarea, input {
	padding: 2px;
	font-size: 12px;
	border: 1px solid #000;
	}

textarea.messageBox {
	width: 280px;
	height: 100px;
	}
input.companyBox {
	width: 250px;
	}
input.nameBox {
	width: 250px;
	}
input.addressBox {
	width: 180px;
	}
input.emailBox {
	width: 250px;
	}
input.zipBox {
	width: 80px;
	}
input.telBox {
	width: 120px;
	}
input.faxBox {
	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;
	}
