@charset "UTF-8";
/* CSS Document */

html,body,img,ul,ol,li{
	margin:0;
	padding:0;
}
p{
	margin:0 0 30px 0;
}
body{
	width:100%;
	height:100%;
	background-image:URL(../project/picnic/images/bg_form.jpg);
	color:#FFF;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:90%;
	line-height:1.4em;
}
.clearfix {
	clear: both;
}
#wrapper{
	width:800px;
	height:853px;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
}
#form{
	width:600px;
	height:auto;
	margin-top:100px;
	margin-left:100px;
}

/* 
   ▼▼mailform css
*/


table.form {
	width:600px;
	border:0px solid #7777bb;
	border-collapse:separate;
	margin-top:1em;
	}
table.form th,td {
	text-align:left;
	border:0px solid #7777bb;
	padding:8px;
	font-weight:normal;
	}
table.form th {
	opacity:0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
	background: #fff;
	color:#000;
	}
table.form th h3{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	font-size:12px;
	color:#000;
	}
table.form td {
	background:none;
	}
strong.ttl {
	text-align:left;
	border-left:solid 4px #cc0000;
	display:block;
	padding:2px 5px;
	margin-top:2em;
	}
