@charset "Shift_JIS";
/*-----------------------------------------
contentsArea
------------------------------------------*/
#contact #contents table{
	width:690px;
	border:none;
	border-collapse:collapse;
	margin:10px 0;
	border-spacing: 0;
}

#contact #contents table th{
	padding: 10px;
	border-left: 3px solid #418CC5;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FAF7F2;
	width: 180px;
} 

#contact #contents table td{
	border: 1px solid #CCC;
	padding: 10px;
}

#contact #contents input{
	padding: 3px;
}

#contact #contents table td input:focus,
#contact #contents table td textarea:focus{
	background:#DDEFFC;
	border:1px solid #CCC;
}

#contact #contents .button{
	text-align: center;
}

#contact #contents .button input{
	padding: 6px 20px;
}

#contact #contents h2{
	font-size:108%;
}

#contact #contents h3{
	font-size:108%;
	color: #2E658E;
	margin-bottom: 10px;
}

#contact #contents #formBtns{
	width:300px;
	margin:0 195px;
}

#contact #contents #formBtns li{
	float:left;
	margin-left:10px;
}

#contact #contents #formBtns li input{
	padding: 6px 20px;
}

#contact #contents .em{
	color: #DD311E;
	font-weight: bold;
	padding-left: 5px;
}

