@charset "utf-8";

body {
	font-size: 80%;
	background-image: url(../images/map/main_bg.jpg);
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0px;
	padding:0px;
}

#container{
	width:900px;
}

h1{
	float: left;
	background-image: url(../images/map/title.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	height: 71px;
	width: 618px;
	background-position: 15px 0px;
}

form {
	margin:0px;
}


h1,h2,h3,h4{
	margin:0px;
	padding:0px;
}

#map{
	width: 600px;
	height: 470px;
	float: left;
	border: 3px solid #FFFFFF;
	margin-top:10px;
	margin-left:15px;
}

#action{
	float:right;
	margin-top: 20px;
	margin-right: 10px;
}

/*----navigation--------*/

#navi{
	margin-left:10px;
	float:left;
	width:259px;
}

#navi a{
	text-decoration:none;
	color:#444444;
}


#navi ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#navi ul a{
	display:block;
	padding:3px 0px 3px 5px;
}


#navi ul a:hover{
	background-color:#efefef;
}


#move{
	background-image: url(../images/map/navi_02.gif);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
}

#move h3{
	margin-bottom:5px;
}

#list{
	padding-top:10px;
	background-color:#FFFFFF;
	background-image: url(../images/map/navi_02.gif);
	background-repeat: repeat-y;
}

input.adr{
	width:152px;
	background-image: url(../images/map/input.bg.gif);
	height: 23px;
	margin-right: 4px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navi-list{
	width:95%;
	margin:auto;
	padding-bottom:10px;
}

#navi-list li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#navi-list a img{
	border:0px;
	vertical-align:middle;
}

#navi-list p{
	text-align:center;
	background-image: url(../images/map/icon_question.gif);
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

#navi-page{
	text-align:center;
}

#navi-page img{
	vertical-align:middle;
}

#move-word,#move-list{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 7px;
}

#move-list select{
	width:100%;
}


/*----- for ie6 ------------*/

*html body div#map {
	margin-left:7px;
}



/*--------------------------*/

.print{
	display:none;
}
