﻿

@charset "utf-8";


/*-------------- album -------------- */

#left{
  float:left;
  width:490px;
}


.album_navi {
  margin-left:10px;
  margin-top:20px;
  width:630px;
}


.album_container {
  margin-left:10px;
  width:650px;
  text-align:center;
  background-image: url(../img/line_green_l.gif);
  background-repeat: no-repeat;
}



#right{
  float:right;
  width:170px;
}

#blog_item{
  line-height: 210%;
  padding: 0 0 0 10px;
  background-image: url(../img/line_green_right.gif);
  background-repeat: no-repeat;
  padding: 15px 0 15px 5px;
}

/*-------------- 写真 -------------- */
.al_img-kage {
margin: 0px 0px 0px 25px;
background: url(../img/shadow_001.gif) right bottom;
float:left;
}

.al_img-waku {
position: relative;
left: -5px;
top: -5px;
padding: 5px;
background: #FFFFF0;
border: 1px solid #999999;
}



/*--------------アルバムタイトル------------- */

.title {
  width:
  480px;
  border-bottom: 1px solid #E9E9E9;
  padding:3px;
  font-size: 14px;
  font-weight:
  bold; color: #69821b;
}
