a.linklike {
	color: #ffcc99;
	text-decoration: underline;
	cursor: pointer;
}
a.linklike:hover {
	color: #ffffff;
}




#noscript {
	display: block;
	font-weight: bolder;
	text-align: center;
}


#container {
	position: relative;
	width: 752px;
	margin: 12px auto 0 auto;
	text-align: left;
/*	overflow: hidden;*/
}


#head {
	height: 65px;
	margin: 0 0 24px 0;
}






#navi {
	z-index: 1000;
	position: absolute; top: 65px; left: 0;
	display: none;
	width: 290px; height: auto;
/*
	width: 288px; height: auto;
	border: #ffffff 1px dotted;
	border-top: none;
*/
	background: #3399ff url(../img/bg/navi.png) bottom left no-repeat;
	padding: 12px 0 60px 0;
}



#foot {
  clear: both;
	position: relative; top: 0; left: 0;
  width: 100%; height: 192px;
  /*background: url(../img/bg/foot_1.png) no-repeat;*/
  margin: 48px 0 0 0; padding: 0;
  font-size: 100%;
  text-align: center;
}

#countaccess {
	clear: both;
	position: relative; top: 0; left: 0;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 1em;
	text-align: right;
	line-height: 100%;
}



.checkbox {
	width: 1em; height: 1em;
	margin: 0 .33em 0 0;
}

.radio {
	border: none;
}

.btn {
	width: auto !important;
	margin-left: 1em;
	padding: .2em 1em;
	border-top:    #ffcc99 1px solid;
	border-right:  #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left:   #ffcc99 1px solid;
}
.btn:hover {
	cursor: pointer;
	color: #996633;
	background: #ffcc99;
}





/*
//
// #navi
//
*/
#navi li {
  width: 100%; height: 15px;
  text-indent: -5000px;
  margin: 0 0 2px 32px;
  padding: 0;
  overflow: hidden;
}
#navi a { display: block; }

#navi li#maps  { background: url(../img/navi/maps.png) 0 0 no-repeat; }
#navi li#old  { background: url(../img/navi/old.png) 0 0 no-repeat; }
#navi li#iwa-ya  { background: url(../img/navi/iwa-ya.png) 0 0 no-repeat; }
#navi li#contact { background: url(../img/navi/contact.png) 0 0 no-repeat; }

#navi li#maps:hover { background: url(../img/navi/maps.png) -290px 0 no-repeat; }
#navi li#old:hover { background: url(../img/navi/old.png) -290px 0 no-repeat; }
#navi li#iwa-ya:hover { background: url(../img/navi/iwa-ya.png) -290px 0 no-repeat; }
#navi li#contact:hover { background: url(../img/navi/contact.png) -290px 0 no-repeat; }

#navi li#maps.active { background: url(../img/navi/maps.png) -290px 0 no-repeat; }
#navi li#old.active { background: url(../img/navi/old.png) -290px 0 no-repeat; }
#navi li#iwa-ya.active { background: url(../img/navi/iwa-ya.png) -290px 0 no-repeat; }
#navi li#contact.active { background: url(../img/navi/contact.png) -290px 0 no-repeat; }



/*
//
// #foot
//
*/
#foot #content_foot {
  margin: 0;  padding: 72px 56px 0 48px;
}

#foot .note {
	text-align: left;
	font-size: 90%;
	line-height: 120%;
	margin: .66em 0;
}




