@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name  : extend.css
 * style info  :  index top
 -----------------------------------------------------------*/ 
 
 /* =Wrapper
-----------------------------------------------------------------------------*/
#wrapper_contact {
	z-index: 100;
	width: 100%;
	background: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

 /* index
----------------------------------------------------------- */

.contact_tbl {
	margin-bottom: 45px;
}
.contact_tbl th {
	width: 172px;
	padding: 0 12px;
	border: 1px solid #000;
	background: #ccc;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
}
.contact_tbl td {
	padding: 8px;
	border: 1px solid #000;
	background: #fff;
	font-size: 100%;
	vertical-align: middle;
}
.contact_tbl .inputTxt01 {
	width: 186px;
	height: 27px;
}
.contact_tbl .inputTxt02 {
	width: 314px;
	height: 27px;
}
.contact_tbl .inputTxt03 {
	width: 380px;
}

/* ボタン */
.button {
	width: 320px;
	margin: 0 auto;
	background: url("../img/button_over.png") no-repeat;
}
.button a {
	display: inline-block;
}
.button a:hover {
	background-color: transparent; /* IE6対応 */
}
.button a:hover img {
	visibility: hidden;
}
.button2 {
	width: 320px;
	margin: 0 auto;
	background: url("../img/button2_over.png") no-repeat;
}
.button2 a {
	display: inline-block;
}
.button2 a:hover {
	background-color: transparent; /* IE6対応 */
}
.button2 a:hover img {
	visibility: hidden;
}
