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



/* label */
label {
	cursor: pointer;
}

/* table.form */
div#contents table.form {
	margin-bottom: 30px;
}
div#contents table.form th,
div#contents table.form td {
	line-height: 1.5;
	padding: 1.2em 15px;	
}
div#contents table.form th {
	width: 250px;
	padding: 1.2em 15px;
	font-weight: bold;
	vertical-align: top;
}
div#contents table.form td {
	padding: 0.5em 15px;
}
div#contents table.form td span {
	padding-left: 5px;
	color: #A0A0A0;
}
div#contents table.form td input,
div#contents table.form td textarea {
	padding: 4px;
	margin: 5px 0;
	border: 1px solid #CCCCCC;
	font-size: 100%;
}
div#contents table.form td textarea {
	width: 500px;
	height: 200px;
}

/* div.submit */
div#contents div.submit {
	margin-bottom: 50px;
}
div#contents div.submit input {
	margin: 0 auto;
}
div#contents div.submit div.left {
	width: 420px;
	float: left;
	text-align: right;
}
div#contents div.submit div.left input {
	margin: 0 0 0 auto;
}
div#contents div.submit div.right {
	width: 420px;
	float: right;
	text-align: left;
}
div#contents div.submit div.right input {
	margin: 0 auto 0 0;
}

/* input.btnConfirm */
div#contents input.btnConfirm {
	display: block;
	width: 406px;
	height: 60px;
	border: 0;
	background: url(../images/contact_btn_confirm.gif) no-repeat;
	text-indent: -9999px;
	text-align :left;
	cursor: pointer;
}
div#contents input.btnConfirm:hover{
	background: url(../images/contact_btn_confirm_o.gif) no-repeat;
}

/* div.btnBack */
div#contents input.btnBack {
	display: block;
	width: 346px;
	height: 60px;
	border: 0;
	background: url(../images/contact_btn_back.gif) no-repeat;
	text-indent: -9999px;
	text-align :left;
	cursor: pointer;
}
div#contents input.btnBack:hover {
	background: url(../images/contact_btn_back_o.gif) no-repeat;
}

/* input.btnSend */
div#contents input.btnSend {
	display: block;
	width: 346px;
	height: 60px;
	border: 0;
	background: url(../images/contact_btn_send.gif) no-repeat;
	text-indent: -9999px;
	text-align :left;
	cursor: pointer;
}
div#contents input.btnSend:hover {
	background: url(../images/contact_btn_send_o.gif) no-repeat;
}



/* .clearfix
--------------------- */

div#contents div.submit:before,
div#contents div.submit:after {
	content: "";
	display: table;
}
div#contents div.submit:after {
	clear: both;
}
div#contents div.submit {
	zoom: 1;
}
