@charset "utf-8";
  @import url(common.css);
  @import url(index_layout.css);

/* 
==============================
 TOPページ基本レイアウトCSS
 最終更新日：2010年3月2日
============================== 
*/


/* ------------------------------
 info
------------------------------ */

.news_waku {
  width : 597px;
  height : auto;
  font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
  font-size : 12px;
  line-height : 20px;
}

.news_waku .news {
  height : auto;
  width : 597px;
  font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
  font-size : 14px;
  line-height : 20px;
  margin-bottom : 15px;
  border-bottom-style : none;
}

.news_title {
  font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
  font-size : 14px;
  line-height : 20px;
  font-weight : bold;
  color : #0000cd;
  margin-bottom : 5px;
  text-align : left;
  
}

.news .news_date {
  font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;  font-size: 14px;
  line-height : 20px;
  text-align : right;
  height : auto;
  width : auto;
  margin-bottom : 5px;
  background-color : #F6F6F6;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #C0C7D1;
  padding-right : 10px;
}

.news_naiyo {
  font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
  font-size : 14px;
  line-height : 18px;
  margin-bottom : 10px;
  text-align : left;
}

.popup{
  cursor : pointer;
}

.news_naiyo2 {
  font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
  font-size : 14px;
  line-height : 18px;
  text-align : left;
}



/* ------------------------------
 side menu
------------------------------ */

.side .side_menu {
  height : auto;
  width : auto;
  margin-top : 0px;
}
