@charset "utf-8";
/* CSS Document */
#bg{
	width:938px;
	height:300px;
	background-image: url(transit_image/bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: right bottom;
	height: 600px;
}
#button{
	clear: left;
	height: auto;
	width: 398px;
	margin-left: 21px;
	margin-top:29px;
}
#result{
	clear: right;
	height: auto;
	width: 250px;
	margin-left: 21px;
	margin-top:29px;
}

