@charset "euc-jp";

.* { }

/* フォームメール2 CSS */

div#sfm-container { width: 600px; margin: auto; padding: 5px; border: 1px solid #ccc; }
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: center; margin: 10px 0px 15px; }
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 table { width: 90%; margin: auto; border: 1px solid #ccc; }
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 form { margin: 0px; }
div#sfm-layout input, div#sfm-layout select, div#sfm-layout textarea { font-size: 12px; }
div#sfm-layout td, div#sfm-layout th { font-size: 12px; line-height: 140%; text-align: left; }
div#sfm-layout td { background: #f1f1f1; width: 354px; padding: 5px; }
div#sfm-layout th { font-weight: normal; background-color: #e4e4e4; white-space: nowrap; padding: 5px; border-left: 1px solid #bbb; }
div#sfm-layout .submit { text-align: center; background: #fff; width: auto; border-left: none; }
div#sfm-layout .submit input { width: 70px; }
div#sfm-layout .type-red { color: red; }
div#sfm-layout .border-red {
	border-left-color: red;
	border-left-width: 2px;
}
div#sfm-layout .ERR { color: red; }

/* フォーム整形 */
#name, #kana, #address2, #address3, #email, #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; }

/* 著作権表記 */
div#copyright { font-size: 10px; text-align: right; margin-top: 2px; }
div#copyright a:link, div#copyright a:visited { color: #999; text-decoration: none; }
div#copyright a:hover { text-decoration: underline; }



/* 作成分 */
#page_section {
	color: black;
	font-size: 9pt;
	line-height: 1.8em;
	background-color: #fff;
	width: 600px;
	font-weight: normal;
	font-variant: normal;
	padding: 5px;
	text-align: left;
}
/* 作成分 */
#mail_section {
	color: black;
	font-size: 9pt;
	line-height: 1.8em;
	background-color: #FFF;
	width: 600px;
	font-weight: normal;
	font-variant: normal;
	padding: 5px;
	text-align: left;
	border: thin solid #008000;
}
.h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	margin: 0px;
	background-image: url(image/bar_h1.jpg);
}
.h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	background-image: url(image/bar_h2.jpg);
}
.h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	background-image: url(image/bar_h3.jpg);
}
.mark {
	font-size: 9px;
	color: #D40000;
}



a:link {
	color:#000000;
	font-size: 9pt;
	font-weight: 400;
	text-decoration: none;
}
a:visited {
	color:#000000;
	font-size: 9pt;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #c03;
	font-size: 9pt;
	font-weight: 400;
	text-decoration: none;
}
a:active {
	color: #000000;
	font-size: 9pt;
	font-weight: 400;
	text-decoration: none;
}

}
.table_mail  {
	font-size: 9pt;
	line-height: 1.6em;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border: 1px solid #808080;
	border-collapse: collapse;
	height: auto;
	width: 580px;
}
.table_mail td {
	font-size: 9pt;
	line-height: 1.6em;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border: 1px dotted #808080;
	border-collapse: collapse;
	height: auto;
	width: 580px;
}

.bar_h1 {
	width: 600px;
	background-image: url(../image/bar_h1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	text-align: left;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.bar_h2 {
	width: 600px;
	background-image: url(../image/bar_h2.jpg);
	background-repeat: no-repeat;
	height: 25px;
	text-align: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.bar_h3 {
	width: 600px;
	background-image: url(../image/bar_h3.jpg);
	background-repeat: no-repeat;
	height: 20px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
