/**ページ先頭のバナーの共通設定をインポート**/
@import url("../css/head_banner.css");
/**ページ自体の設定**/
body{
	width:	620px;
	font-family:	Courier;
	margin:		15px 0 0 10px;
}

A:link,
A:hover,
A:active,
A:visited{
	text-decoration:	none;
	color:			black;
}

img{	border:			0px;}

.title{
	/**border-bottom:	2px dotted #FF9900;*/
	font-size:		12pt;
	padding-bottom:		5px;
	margin-top:		20px;
}
.map{
	margin-left:		50px;
	margin-top:		20px;
}
.back{
	margin-left:		400px;
}