@charset "UTF-8";

/*===========================================================
	Copyright: (c)SERAKU Co.,Ltd.
	Created: 2009-07-06
	Modified: 2010-01-15
===========================================================*/

/*-----------------------------------------------------------
	import module CSS
-----------------------------------------------------------*/
@import "mod/adjust.css";
@import "mod/default.css";


body {
	text-align: center;
}
	#wrap {
		width: 600px;
		margin: 20px auto;
	}
	
	#map_canvas {
		width: 600px; 
		height: 550px;
		margin: 0 auto;
	}
	.annai{
		margin: 40px;
	}
	.koumoku {
		width: 100px;
		height: 30px;
		background: #0066ff;
		border: solid 1px #003366;
		color: #ffffff;
	}
		
	.nakami {
		width: 500px;
		height: 30px;
		background: #99ccff;
		border: solid 1px #003366;
	}
		



