@charset "utf-8";
/* CSS Document */

#title_image {
	width:912px;
	height:295px;
	position:absolute;
	left:-6px;
	top:-19px;
	_top:2px;
	background-image:url(../img/contact/contact_image.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
	z-index:-1;
}

/* IE7のみ適用 */  
*+html body #title_image {
	width:912px;
	height:295px;
	position:absolute;
	left:-6px;
	top:-93px;
	background-image:url(../img/contact/contact_image.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
}

h2 {
	margin:0px;
	padding:0px;
}

h3 {
	border-left:3px solid #3399cc;
	color:#333333;
	padding:10px 0px 10px 15px;
	font-size:14px;
	margin-bottom:5px;
}

ul.error {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
}
ul.error li {
	display: block;
	color:#cc0000;
	font-size:12px;
	margin-bottom:3px;
}

.contact_box {
	margin-bottom:40px;
	width:580px;
}

.contact_box p.explain {
	width:580px;
	padding:0px 0px 20px 0px;
	color:#333333;
	line-height:1.5;
	font-size:12px;
}

.contact_box table {
	width:580px;
	margin:0px 0px 20px 0px;
	border-collapse:collapse;
}

.contact_box table th {
	color:#333333;
	padding:15px 0px 15px 20px;
	font-weight:normal;
	font-size:12px;
	text-align:left;
}

.contact_box table td {
	color:#333333;
	padding:15px 0px 15px 20px;
	font-size:12px;
	text-align:left;
	line-height:1.2;
}

.contact_box table td p {
	color:#333333;
	line-height:1.2;
	font-size:12px;
	margin:5px 0px 5px 0px;
}

.tbl_bg {
	background-image:url(../img/contact/tbl_bg.png);
	border-bottom:1px solid #CCCCCC;
}

.red {
	color:#cc0000;
}

.border_b {
	border-bottom:1px solid #CCCCCC;
}

.border_tb {
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}

.input {
	border:1px solid #000000;
	padding:3px;
}
.text_area {
	border:1px solid #333333;
	padding:3px;
}



#btn_center {
	text-align:center;
	margin:10px 0px 10px 0px;
}
	
.btn1 {
	margin:0px 20px 0px 0px;
}

