/* フォームメール用スタイルシート */

body {
	font-size: 12px;
	line-height: 140%;
}

p {
	margin: 0px;
	font-weight: normal;
	padding-bottom: 5px;
}
div#MAINLAYOUT {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ccc;
}
table#fm {
	border: 1px solid #ccc;
	font-size:16px;
}
div#FORM {
	margin: 0px auto 15px;
}
#fm .SmallType {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}
div#FORM form {
	margin: 0px;
}
#fm td {
	padding: 4px;
	background: #f1f1f1;
	width: 350px;
	text-align:left;
}
#fm th {
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-color: #e4e4e4;
	vertical-align: top;
}
#fm .Submit {
	background: #f1f1f1;
	text-align: center;
}
.ERR {
	color: #f00;
}

/* 著作権表記用 */
div#Copyright {
	text-align: right;
	margin-top: 2px;
	font-size: 10px;
}
div#Copyright a:link, div#Copyright a:visited {

	color: #999999;
	text-decoration: none;
}
div#Copyright a:hover {
	text-decoration: underline;
}
input,textarea {
	font-size: 16px;
}


/*--------------------original---------------------------*/

body#bo {
	margin: 0px;
	background-image: url(img/bk.png);
	background-repeat: repeat;
}
#waku {
	background-color: #FFFFFF;
	width: 500px;
	margin: 10px auto 0 auto;
	padding: 20px;
	border: 10px solid #CCCCCC;
	text-align: center;
	font-size: 14px;
}
.st {
	font-weight: bold;
	font-size: 18px;
	line-height: 100%;
	background-color: #eeeeee;
	width: 250px;
	padding: 10px;
	margin:0 auto 30px auto;
}
.st2 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
}

#bo a:link { color: #99ccff; }
#bo a:visited { color: blue; }
#bo a:hover { color: blue; }
#bo a:active { color: blue; }

.st3 {
	font-size: 12px;
	color: #999999;
	margin-bottom: 20px;
}
.b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.copym {
	padding-top: 20px;
}
input,textarea{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.btn{
	width:120px; height:30px;
}