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

#imgarea{
	border:#666 dotted 1px;
	min-height:200px;	
	background-image:url(../images/imagearea_bg.png);
	background-repeat:repeat;
}

#basearea{
	border:#999999 dotted 2px;
	min-height:300px;
	position: relative; 	
	background-image:url(../images/imagearea_bg.png);
	width:100%;

}

.gfrom label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
.gfrom label{
	font-weight:bold;
	padding-right:10px;
}

.gfrom div{
	border-bottom:#ccc 1px dotted;
	padding:10px;	
}

.gfrom img{
	padding:7px;
}

table.t1{
	padding:5px;
	text-align:center;	
	border-spacing:0;
}

.t1 td{
	padding:0.3em 1em;
}

.fm{
	display:block;	
	float:left;
	width: 150px;
	float: left;	
}
