@charset "UTF-8";



/*****************************************/
/**************お問い合わせ***************/
/*****************************************/

#contents h2{
	background-image:url(../img/mailform.gif);
	text-indent: -9999px;
	width:165px;
	height:30px;
	margin-bottom:10px;
}


.check{ color: #FF9933;}
.thanks{
	color: #FF9933;
	font-size:110%;
	font-weight:bold;
	padding-bottom:10px;
}
#last{ padding-top:20px;}


table{
	border: 1px #CCCCCC solid;
	width:500px;
	margin-left:20px;
}

th{
	background-color:#FEF5DA;
	padding:3px;
	width:200px;
	font-size:90%;
}

td{	padding:3px; }

#error{
	width: 300px;
	margin: 20px 0 20px 20px;
	padding: 20px;
	text-align: center;
	color: #FF3300;
	border: dashed 2px #999999;
}