@charset "utf-8";
/*
	13歳のハローワーク公式サイト
	about_map_popup.css
*/
*{
	margin:0;
	padding:0;
}

img{
	font-size:0;
	line-height:0;
	border:0;
}

/*-- Hides from IE-mac --\*/
* html .clearFix{
	height:1%;
}

.clearFix{
	display:block;
}

/*-- Link --*/

a:link, a:visited{
	color: #039;
}

a:hover{
	color: #F90;
}

body{
	margin:0;
	padding:0;
	font-family :Osaka,  'ＭＳ Ｐゴシック', sans-serif;
	font-size:12px;
	line-height: 1.6em;
}

ul,dl,ol{
	list-style-type:none;
	list-style-position:outside;
}

#container{
	width:600px;
	margin:0 auto;
	border-top:5px solid #F90;
}

.hide{
	position:absolute;
	left: -2000px;
}

/*-- popup --*/
h1 {
	margin:0 0 23px 0;
	padding:0 0 1px 0;
	background:url(../../cmn/img/dot.gif) bottom repeat-x;
}

.map{
	margin:0 0 23px 20px;
}

.close{
	text-align:center;
	margin:0 0 20px 0;
}
