.boxListTop {
  height: 234px;
  width: 180px;
  margin: 5px 6px 10px 6px;
  float: left;
  position: relative;
}

.boxListTop a{
  text-decoration: none;
}

.boxListTop a:hover{
  /*position: relative;*/
  top: -5px;
  left: -5px;
}
.boxListTop a:hover .boxList_img{
  width: 170px;
  height: 128px;
}

.boxListTop a:hover .boxList_desc{
  width: 170px;
}

.boxListTop .boxList_link{
  margin: 0 0 0 85px;
  font-size: 11px;
}

.boxListTop  a:hover .boxList_link{
  margin: 0 0 0 95px;
}

.boxList {
  height: 234px;
  width: 180px;
  margin: 5px 18px 10px 18px;
  float: left;
  position: relative;
}

.boxList a{
  text-decoration:none
}

.boxList a:hover{
  position: relative;
  top: -5px;
  left: -5px
}

.boxList .boxList_link{
  margin: 0 0 0 15px;
  font-size: 11px;
}

.boxList a:hover .boxList_link{
  margin: 0 0 0 25px;
}


.boxList a:hover .boxList_img{
  width: 170px;
  height: 128px;
}

.boxList a:hover .boxList_desc{
  width: 170px;
}

.boxListCategory01 {
  background: url(../images/bg_list_category01.jpg) no-repeat top left;
}

.boxListCategory01_on {
  background: url(../images/bg_list_category01_on.jpg) no-repeat top left;
  height: 244px;
  width: 190px;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  margin: 0;
}

.boxListCategory02 {
  background: url(../images/bg_list_category02.jpg) no-repeat top left;
}

.boxListCategory02_on {
  background: url(../images/bg_list_category02_on.jpg) no-repeat top left;
  height: 244px;
  width: 190px;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  margin: 0;
}


.clear {
  clear: both;
}

.boxList_img {
  width: 160px;
  height: 120px;
  margin: 25px 10px 5px 10px;
}

.boxList_new {
  width: 57px;
  height: 10px;
  margin: 3px 10px 0px 5px;
  display: block;
  float: right;
  background: url(../images/new.gif) no-repeat top left;
}

.boxList_date {
  width: 90px;
  font-size: 13px;
  font-weight: bold;
  float: left;
  margin: 0 0 0 10px;
}

.boxList_desc {
  width: 160px;
  height: 35px;
  margin: 0 10px 5px 10px;
  line-height: 13px;
  clear: both;
}

.boxList .boxList_link {
  padding: 0;
  font-size: 11px;
  text-decoration:underline
}

/* event_list */
span.mg_btn {
  display: block;
  width: 227px;
  height: 34px;
  padding: 0;
  margin: 10px 10px 10px 0;
  text-indent:-9999px;
  float: left;
}

.mg_btn_category01 a {
  width: 227px;
  height: 34px;
  background: url(../images/event/btn_category01.png) no-repeat top left;
  float: left;
}

.mg_btn_category02 a {
  width: 227px;
  height: 34px;
  background: url(../images/event/btn_category02.png) no-repeat top left;
  float: left;
}

.mg_btn_category01 a:hover,
.mg_btn_category02 a:hover {
  background-position: bottom left;
  float: left;
}

.select_month {
  clear: both;
  padding-top: 20px;
}

hr.select_month {
  border: 1px dashed;
  padding: 0;
  margin: 15px 0 15px 0;
}

p.last_month {
  text-align: left;
  float:left;
}

p.next_month {
  text-align: right;
}
