@charset "utf-8";

#r_img {
   float: right;
   width: 580px;
   height: 250px;
   background: url(../flower/flower.jpg) no-repeat top;
}
h3 {
   font-weight: bold;
   background: url(../common/page_title_base.gif) no-repeat;
   padding-top: 5px;
   padding-left: 10px;
   margin-top: -5px;
   font-size: 12px;
   height: 30px;
}
#gallery {
   margin: 10px 0 0;
}
#gallery li {
   list-style:none;
   float:left;
   margin: 5px 0px 5px 15px;
   padding: 0;
}
#gallery img {
   border: 1px solid #e0e0e0;
   padding: 5px;
}
#gallery ul { 
   list-style: none;
   margin-left: -40px;
 }
#gallery ul li {
   display: inline;
}
.font_size10 {
   font-size: 10px;
}
.img_none {
   border: none;
   display: none;
}
.month {
   font-weight: bold;
   border-bottom: 1px dashed #e0e0e0;
   width: 100%;
}