.unnamed1 {
	font-family: "ＭＳ ゴシック", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 11px;
	line-height: 15px;
}
.unnamed2 {
	font-family: "ＭＳ ゴシック", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	line-height: 15px;
}



/*お問い合わせ--------------------------------------------*/	
#form table{
/*border:2px solid #5895d5;*/

width:550px;
font-size:12px;
line-height:1.2;
margin-bottom:10px;
}
#form table th{
	padding: 6px;
	text-align: center;
	background-color: silver;
	width: 120px;
	white-space: nowrap;
}
#form table td{
padding: 6px;
line-height: 150%;
text-align: left;
vertical-align: middle;
}
#form table th,#form table td{
border-top:1px dotted silver;
}

/*フォームボタン
input.form_button {
	text-align: center;
	padding: 3px 5px 3px 10px;
	letter-spacing: 0.5em;
	border: 1px solid #5895d5;
	background-color: #EFEBE2;
	color: #8B816A;
}*/
input, textarea, select {
	border: 1px solid #999999;
	padding: 3px;
}
input:focus, textarea:focus, select:focus {
/*	background-color: #FFFBD8;*/
	border: 1px solid #F4AA29;
}
input.td_space{
margin-top:6px;
}

