﻿


@charset "utf-8";


/*-------------- blog -------------- */


#left{
  float:left;
  width:500px;
}

.blog_navi {

  margin-left:10px;
  padding-left:10px;
  width:470px;
}

.blog_container {
  margin-left:10px;
  width:470px;
  background-image: url(../img/line_green.gif);
  background-repeat: no-repeat;
}


.blog_date {
  color: #69821b;
  margin: 15px 0 0 25px;
  width:130px;
  padding: 0 0 0 5px;
  background-image: url(../img/line_green_s.gif);
  background-repeat: no-repeat;
  float:left;
}

.blog_thema {
  color: #69821b;
  font-size: 12px;
  margin: 15px 20px 15px 0 ;
  width:280px;
  height:20px;
  padding: 0 10px 0 0;
  background-image: url(../img/line_green_s.gif);
  background-repeat: no-repeat;
  text-align:right;
  float:right;
}

.blog_contents {
  margin-left:30px;
  width:420px;
}

#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 5px;
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;
}




/*--------------  -------------- */


