@charset "utf-8";

/*-----ポップアップ地図-----*/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 160%;
	color: #585858;
}
body { text-align:center;}
a {color: #3366CC;text-decoration: underline;}
a:hover {color: #ff6666;}
img { border:none;}

#wrap { width:556px; margin-left:auto; margin-right:auto; padding-top:30px;}
.block01 { text-align:left; margin-top:2em; background:#eeeeee; padding:1em 25px;}
.block01 h1 { font-size:14px; font-weight:bold;}
.block01 h2 { font-weight:normal;}
.block01 .line01 {
	background:url(/search/img/common/line01.gif) repeat-x bottom;
	padding-bottom:1em;
	margin-bottom:1em;
}
.btn_block { text-align:center; padding-top:2em; padding-bottom:2em;}
.btn_block img { cursor:pointer;}
