div#sfm-container {
	width: 670px;
	margin: 0;
	padding: 0;
}
div#sfm-container h1 {
	font-size: 14px;
	color: #fff;
	background: #99c;
	padding: 2px 2px 1px 5px;
	border-left: 6px solid #55a;
	margin: 0px;
}
div#sfm-container h2 {
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px;
}
div#sfm-layout {
	text-align: left;
	margin: 40px 0;
}
div#sfm-layout p {
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}
div#sfm-layout h3 {
	font-size: 12px;
	text-align: center;
	margin: 5px 0px;
}
div#sfm-layout a:link, div#sfm-layout a:visited {
	color: #00d;
	text-decoration: none;
}
div#sfm-layout a:hover {
	color: #f22;
	text-decoration: underline;
}
div#sfm-layout input, div#sfm-layout select, div#sfm-layout textarea {
	font-size: 13px;
}
div#sfm-layout td, div#sfm-layout th {
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
}
div#sfm-layout table {
	border-collapse: collapse;
	width:100%;
	border: 1px solid #CCC;
}
div#sfm-layout form {
	margin: 0px;
}
div#sfm-layout th {
	font-weight: normal;
	vertical-align: middle;
	background-color: #fff;
	padding: 10px 5px;
	border-left: 4px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px dotted #eee;
}
div#sfm-layout td {
	width: 430px;
	padding: 10px 5px;
	border-bottom: 1px dotted #eee;
}
div#sfm-layout .submit {
	text-align: center;
	width: auto;
}
div#sfm-layout .submit input {
	width: 80px;
}
div#sfm-layout .type-red {
	color: red;
	font-size: 12px;
}
div#sfm-layout .border-red {
	border-left-color: #F33;
	border-left-width: 4px;
	border-left-style: solid;
}
div#sfm-layout .ERR {
	color: red;
}
div#btnarea {
	text-align: center;
	margin: 20px;
}
div#btnarea .submit input {
	width: 80px;
}
/* フォーム整形 */
#companyname, #address2, #address3, #email, #emailcheck, #subject {
	width: 420px;
}
#name, #kana {
	width: 220px;
}
#address0 {
	margin-bottom: 3px;
}
#zip0 {
	width: 30px;
}
#zip1 {
	width: 40px;
}
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 {
	width: 40px;
}
#message {
	width: 420px;
	height: 200px;
}
/* 著作権表記 */
div#copyright {
	font-size: 9px;
	/* text-align: right; */
	margin-top: 2px;
	text-indent: -9999px;
}
div#copyright a:link, div#copyright a:visited {
	color: #CCC;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
