@charset "utf-8";
@import url("http://www.kyotodays.jp/css/reset.css");


/**********************************************************
　共通
***********************************************************/
body{
	width: 420px;
	margin: 0 auto;
	padding: 10px;
	color: #000;
	background-color: #333;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, Arial, Helvetica, sans-serif;
	line-height: 145%;
}


/**********************************************************
　共通
***********************************************************/
h1{
	width: 400px;
	margin-bottom: 10px;
	padding: 5px 0;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #C00;
}

#map{
	width: 400px;
	height: 280px;
}

form{
	width: 400px;
	margin-top: 10px;
	text-align: center;
}