@charset "euc-jp";

div#fm-container {
	width: 560px;
	margin: auto;
	padding: 5px;
}
div#fm-container h1 {
	font-size: 14px;
	color: #fff;
	background: #88E02E;
	padding: 2px 2px 1px 5px;
	border-left: 6px solid #55a;
	margin: 0px;
}
div#fm-container h2 {
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px;
}
div#fm-layout {
	text-align: center;
	margin: 10px 0px 15px;
}
div#fm-layout p {
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}
div#fm-layout h3 {
	font-size: 12px;
	text-align: center;
	margin: 5px 0px;
}
div#fm-layout table {
	width: 95%;
	margin: auto;
	border: 1px solid #ccc;
}
div#fm-layout a:link, div#fm-layout a:visited {
	color: #00d;
	text-decoration: none;
}
div#fm-layout a:hover {
	color: #f22;
	text-decoration: underline;
}
div#fm-layout form {
	margin: 0px;
}
div#fm-layout input, div#fm-layout select, div#fm-layout textarea {
	font-size: 12px;
}
div#fm-layout td, div#fm-layout th {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
}
div#fm-layout td {
	background: #f1f1f1;
	width: 354px;
	padding: 5px;
}
div#fm-layout th {
	font-weight: normal;
	background-color: #CFFFFF;
	white-space: nowrap;
	padding: 5px;
	border-left: 1px solid #bbb;
}
div#fm-layout .submit {
	text-align: center;
	background: #fff;
	width: auto;
	border-left: none;
}
div#fm-layout .submit input {
	width: 70px;
}
div#fm-layout .type-red {
	color: red;
}
div#fm-layout .border-red {
	border-left-color: #FF0033;
	border-left-width: 2px;
}
div#fm-layout .ERR {
	color: red;
}
/* フォーム整形 */
#name, #kana, #address2, #address3, #email_s, #emailcheck, #subject {
	width: 350px;
}
#address0 {
	margin-bottom: 3px;
}
#zip0 {
	width: 30px;
}
#zip1 {
	width: 40px;
}
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 {
	width: 40px;
}
#message {
	width: 350px;
	height: 100px;
}
