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


#main #contactForm table#contact {
	width:600px;
	border-collapse: collapse;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #CCC;
}

#main #contactForm table#contact th {
	width:200px;
	font-size:12px;
	background-color:#eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align:right;
	color:#555;
	border-right:none;
}
#main #contactForm table#contact td {
	background-color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#main #contactForm table#contact td.icon {
	background-color:#eeeeee;
	width:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-left:none;
}


/*submitボタン*/
#main #contactForm #submit_btn {
	background-color:#efefef;
	width:600px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
}
#main #contactForm #submit_btn input {
	width:175px;
	height:35px;
	text-align:center;
	font-weight:bold;
	color:#cd132a;
	border:2px solid #cd132a;
	background-color:#FFF;	
}

/*backボタン*/
#main #contactForm #back_btn {
	width:600px;
	text-align:center;
	margin-top:10px;
}
#main #contactForm #back_btn input{
	text-align:center;
	width:100px;
	height:25px;
	text-align:center;
	font-weight:bold;
	border:2px solid #CCCCCC;
	background-color:#FFF;
	color:#555555;
}


