@charset "UTF-8";
@import "../../css/common2.css";

/* ---------------------------------------------------------
	CSS Document Contact Style
--------------------------------------------------------- */

#contact {
	text-align: left;
}

#contact h2 {
	width: 600px;
	height: 70px;
	overflow: hidden;
	background: url(../images/title.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#contact h3 {
	width: 600px;
	height: 30px;
	overflow: hidden;
	margin-top: 20px;
	padding-left: 22px;
	background: url(../images/sub_title.jpg) no-repeat 0 0;
	font-size: 110%;
	line-height: 31px;
	color: #fff;
}

#contact p {
	margin: 10px 5px 0;
}

#contact table {
	width: 590px;
	margin: 11px 5px 1px;
	border-collapse: collapse;
	line-height: 170%;
}

#contact th {
	padding: 10px 15px;
	border: solid 1px #ccc;
	background: #EFF9FF;
	text-align: left;
	font-weight: normal;
}

#contact td {
	padding: 10px 15px;
	border: solid 1px #ccc;
	text-align: left;
}

#contact img ,
#contact input {
	vertical-align: middle;
}

#contact textarea {
	width: 552px;
}

#contact em {
	font-style: normal;
	font-size: 90%;
	color: #f00;
}

#contact td .f_left {
	width: 220px;
	font-family: "ＭＳ ゴシック";
}

#contact td .f_right {
	width: 320px;
	font-family: "ＭＳ ゴシック";
}

#contact .w160 {
	width: 160px;
}

#contact .w290 {
	width: 260px;
}

#contact .w300 {
	width: 320px;
}

#contact p.center {
	margin-top: 20px;
}

#contact p.center input {
	margin-left: 10px;
	margin-right: 10px;
}

#contact p.center input:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

