@charset "UTF-8";

#boxall {
	width: 510px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boxa {
	float: left;
	margin: 10px;
}
.boxb {
	border: 1px solid #808183;
	padding: 5px;
}
.title {
	font-weight: bold;
}
.price {
	text-align: right !important;
}
.clear {
	clear: both;
}.outer{
padding:0px 10px 30px 10px;
clear:both;
margin:0px;
}

.f-l{
float:left;
}
.f-r{
float:right;
}

/* div#menu
   {

    width:240px;
    text-align:center;
    line-height:100%;
font-size:18px;
border-bottom: 2px dotted #999;

   } */

#menu a
   {
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
    background-color:#FFFFFF;
    padding-top:10px;
    padding-bottom:10px;
    color:#808183;
   }

#menu a:link
   {color:#808183;}

#menu a:hover
   {

    background-color:#E8F29C;
   }
