/*左メニュー*/
#leftbox {
  width: 210px;
  margin: 13px 0px 10px 0px;
  text-align: center;
  float: left;
  }
.left_space {
  height:1px;
  font-size:0;
  }  
.left_top {
  background:url(skin_img/leftbox_top.gif) no-repeat;
  font-size:0;
  height:10px;
  }
.left_bg {
  background:url(skin_img/leftbox_bg.gif) repeat-y;
  }  
.left_bottom {
  background:url(skin_img/leftbox_bottom.gif) no-repeat;
  font-size:0;
  height:10px;
  }    
.lefttitle {
  margin: 8px 0px 0px 0px;
  padding: 0px;
  }
  
#list {
  background:#FFF;
  width:186px;
  text-align:left;
  padding-top:10px;
  margin-top:12px;
  }
.bot_gakki {
  text-align:center;
  margin:5px;
  }    
.list_title {
  background:url(skin_img/listimg.gif) no-repeat;
  padding:0 0 0 20px;
  margin:0px 3px 0 6px;
  font-weight:bold;
  text-align:left;
  font-size:17px;
  line-height:110%;
  }
.list_date {
  font-size:13px;
  padding:0 0 7px 30px;
  }    
  
.leftmenu_title {
  background: url(skin_img/gakkyu_leftmenu.gif) no-repeat center;
  background-color: #99CC00;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0px 0px 0px;
  padding: 4px 0px 3px 0px;
  height: 25px;
  }
          
  
/*右（メイン）*/
#rightbox {
  margin: 13px 0px 10px 15px;
  width: 526px;
  background-color: #FFF;
  float: left;
  }
#entry {
  }
.entry_title_bg {
  width:522px;
  border-right:3px solid #599BDE;
  border-bottom:3px solid #599BDE;
  }  
#entry h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 6px 0px 4px 10px;
  padding: 0px 5px 0px 10px;
  border-left: solid 6px #599BDE;
  line-height: 110%;
  }            
.entry_date {
  font-size: 14px;
  font-weight: bold;
  font-family: Arial , Osaka , "ＭＳ Ｐゴシック";
  margin: 2px 20px 3px 35px;
  padding: 0px 0px 0px 15px;
  text-align:right;
  color:#0066CC;
  }  
.entry_body {
  font-size: 16px;
  line-height: 140%;
  margin: 15px 0px 20px 0px;
  padding: 0px 30px 0px 20px;  
  }
.entry_more {
  font-size: 16px;
  line-height: 140%;
  margin: 0px 0px 25px 0px;
  padding: 0px 30px 0px 20px;  
  }  
.pagelink_bottom {
  text-align: right;
  font-size: 13px;
  margin: 15px 7px 0px 10px;
  padding: 0px;
  }   
