@charset "utf-8";


/* 出張可能エリアのCSS
----------------------------------------------- */
div#container {
	width: 800px;
	margin: 0 auto 20px;;
	padding: 0;
	}

div#container p.btn{
	width: 95px;
	height: 20px;
	margin: 0 auto;	
	}	
div#container p.btn a{
	width: 95px;
	height: 20px;
	display: block;
	background: url(../img/area/close.gif) left top no-repeat;
	text-indent: -999em;
	}
div#container p.btn a:hover{
	width: 95px;
	height: 20px;
	display: block;
	background: url(../img/area/close_on.gif) left top no-repeat;
	}