@charset "UTF-8";
/* 投稿フォーム */
.error{
	color:red;
	display:inline;
	font-weight:bold;
}
#post{
	margin:0 4.0em 0.5em 4.0em;	
	padding:5px;
	background-image:url("../img/dt_3.gif");	
	border:double 3px #efedd9;
}
#upload{
	margin:0 4.0em 0.5em 4.0em;	
	padding:5px;
	background-image:url("../img/dt_3.gif");	
	border:double 3px #efedd9;
}
dt{
	
	margin-right:10px;
	background-color:#FEFCF2;
	border:solid 1px #efedd9;
	font-weight:normal;
	width:14.0em;
	text-align:center;
	float:left;
}
dd{
	margin-bottom:5px;
}
label{
	width:5.0em;
}
#yourname{
	height:1.6em;
	width:10.0em;
}
#mailAddress{
	height:1.6em;
	width:20.0em;
}
#year, #month, #day{
	height:1.6em;
	width:3.0em;
}
#weather1{
	height:1.6em;
}
#parkname{
	height:1.6em;
	width:20.0em;
}
#fwname{
	height:1.6em;
	width:20.0em;
}
#prefectures{
	height:1.6em;
	width:8.0em;
}
#contentsDt{
	clear:both;
}
#contents{
	height:16.0em;
	width:28.0em;
}
#inp_submit{
	clear:left;
	padding:5px;
}
#inp_reset{
	margin-left:3em;
}

