/* -------------------- Contact */

#cont {
	text-align: left;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
}

#cont a:hover {
	background-color: #ffffff;
	text-decoration: none;
}

h3 {
	color: #4169E1;
	font-size: 11px;
	border: 1px solid #4169E1;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #ffffff;
}

.point {
	color: #ff0000;
}

.contna {
	color: #4169E1;
}

/* -------------------- Form */

table.conta { text-align: left; font-size: 10px; }
table.conta td.left { width: 130px; }
/*.forma 213td { width:100px; font-size: 11px; }*/

/*-------------------------------------送信ボタン*/
/*外枠*/
.bottom {
text-align: center;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
/*内部*/
.subbottom {
	background-color: #ffffff;
	padding: 3px;
}
/*ボタン*/
.form-button {
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	color: #000000;
}

.form-button:hover {
	border: 1px solid #7F7F7F;
	background-color: #666666;
	color: #FFFFFF;
}

/* -------------------- Oem */

#oemt {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	}
	
#oemt h4 {
	font-size: 12px;
	color: #778899;
	font-weight: bold;
	margin-bottom: -8px;
	}