@charset "UTF-8";

body,td,a,p,h{
	font-family:arial,sans-serif;
	margin-top: 0px;
}

a:link{
	color:#0033CC;
	text-decoration:none;
}

a:visited{
	color:#0033CC;
	text-decoration:none;
}

a:hover{
	color:#C00; 
	text-decoration:underline;
}

hr{
	border:0 solid #fff;
	border-bottom:1px dashed #FF6347;
	height:1px;
	width:90%;
	margin:10px 0px;
}

.ctr{
	margin-right:auto;
	margin-left:auto;
}
	
#header{
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	width:100%;
	text-align:center;	
}

#contents{
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	width:100%;
/*	height:100%; */
}

#footer{
/*	margin:auto; */
/*	margin-right:auto; */
/*	margin-left:auto; */
	padding:0px;
	width:100%;
/*	height:150px; */
	text-align:center;	
}

.itemframe {
/*	border-right: solid 3px; */
	border-bottom: solid 1px;
	margin: 5px;
	padding: 3px;
	width: 215px;
	height: 80px;
	display: none;
	cursor:pointer;
	font-size: small;
}

.item_label {
	color: green;
	font-weight: bold;
	font-size: small;
}

.item_addr {
	color: #4c4c4c;
	font-size: small;
}

.item_tel {
	color: #4c4c4c;
	font-size: small;
}

#next_page, #prev_page {
	cursor:pointer;
	color: gray;
	font-weight: bold;
	font-size: small;
}

