@charset "shift_jis";

body {
	margin:0;
	padding:0;
	font-size:80%;
	line-height:1.5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#535353;
	text-align:center;
	background-color:#ffffff;
}

table{
	font-size:100%;
	line-height:1.5;
}

/*---------------------------------------*/
#formmail-wrap{
	margin:0px auto;
	width:550px;
	text-align:left;
}

#formmail-wrap h1{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #B29B7C;
}

#formmail-wrap p{
	margin:0 0 15px 0;
	padding:0;
}

/*---------------------------------------*/
#formmail-left{
	float:left;
	width:200px;
}

#formmail-right{
	float:right;
}

/*---------------------------------------*/
.txtfield-m{
	width:180px;
}

.txtbox{
	width:300px;
	height:180px
}

.formeatt{
	color:#ff0000;
}

.btn-submit{
	clear:both;
	padding:15px 0 0 0;
	border-top:1px dotted #B29B7C;
	text-align:center;
}

/*---------------------------------------*/
input,
option,
textarea
{
	border:1px solid #B29B7C;
	font-size:100%;
	line-height:1.3;
}




