@charset "Shift_JIS";

*{
	margin: 0;
	padding: 0;
}







body {
	background-color: #ffffff;
	background-image: url(img/belt.gif);
	background-repeat: no-repeat;
	background-position:top left;
}



div#mf_wrapper {
	width: 740px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
	
	
}



div#mf_content {
	width: 700px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}

/*-----------お客様情報いれるＢＯＸ---------------*/
div#mf_box1{
	width:680px;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-right : 0px;
	margin-left : 0px;
	padding:0px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	
}


/*-----------注文内容いれるＢＯＸ---------------*/
div#mf_box2{
	width:680px;
	padding:0px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-right : 0px;
	margin-left : 0px;
}




div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin-left: 100px;
	padding-left: 20px;
	margin-bottom:0px;
}

div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin-left: 150px;
	padding: 0px;
}


div#mf_header h3 {
	background-color:#cdf0a1;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 9px;
	margin-bottom:0px;
	padding-right 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-right:solid 1px #999999;
	border-left:solid 1px #999999;
	border-top:solid 1px #999999;
}




form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 98%;
	height: 120px;
}



table.mailform tr td textarea.takasa {
	width: 98%;
	height: 60px;
}

















