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

#header {
	background:url(http://japan-architect.org/image/inner_contentsbg_top.gif) no-repeat top;
	width:1000px;
	margin:0 auto 0 auto;
	height:90px;
}
	#header_logo_mini {
		margin:30px 0 0 50px;
	}
	
	#site_name {
		margin:0 0 0 520px;
	}

#createmap_title {
	color:#6CFF00;
	padding:20px 0 0 60px;
	background:url(http://japan-architect.org/image/archimap_title_icon.gif) no-repeat left;
	height:50px;
	font-weight:bolder;
	margin:0 0 0 50px;
}
	
#left {
	float:left;
	width:300px;
	margin:0 0 0 50px;
}

#right {
	float:right;
	width:600px;
	margin:0 50px 0 0;
}

#left table {
	width:300px;
}

.td_title {
	font-size:30px;
}

.td_input {
	font-size:30px;
}

#w {
	width:150px;
	font-size:30px;
}

#h {
	width:150px;
	font-size:30px;
}

