@charset "utf-8";

#content { background: #feb; }

/* link */
a { outline: none; }
a:link { color: #fc0; text-decoration: underline; } 
a:visited { color: #fc0; text-decoration: underline; } 
a:hover, a:active { color: #fc0; text-decoration: none; } 

/* localphoto */
#scrlbox { /*height: 360px;*/ overflow-y: scroll; margin: 0 0 5px; }
.lpbox { width: 220px; float: left; }
.ptbox { margin: 10px; }
.dscbox { margin: 10px; }

