@charset "utf-8";

/*===================
共通設定
===================*/
body{font-size:x-small;}

/* ライン */
.title_line{margin:2px 0 0;padding:0;border-width:1px 0 0;border-style:solid;border-color:#c2c2c2;height:1px;}
*:first-child+html hr.title_line{margin-top:-5px;}

/*===================
gallery
===================*/
#slider ul, #slider li{
	margin:0;	padding:0;
	list-style:none;
}
#slider li{
	width:760px; height:280px;
	overflow:hidden;
}

/*===================
メインニュース
===================*/
#headline{
  width:720px;
  margin-top:17px;
}
#newsBlock{
  width:720px;
  margin-top:20px;margin-bottom:30px;
  overflow:hidden;
}
*:first-child+html #newsBlock{
  margin-top:10px;
}
.news_blockIn{
  width:230px;
  float: left;
  margin-right:15px; margin-bottom:22px;
  position:relative;
}
.news_blockIn.last{margin-right:0;}
.news_blockIn h3{
  font-size:small;
	min-height:40px;
  margin-top:7px; margin-bottom:5px;
}
.news_blockIn .entryexcerpt{
  min-height:58px;
  color:#797676;
  line-height:1.9em; font-size:1em;
}
.news_blockIn .permalink{float:left;padding-top:12px;font-size:small;}
.news_blockIn .permalink a{color:#90ced3;}
.news_blockIn .order{float:right;padding-top:7px;}
.news_blockIn .order p{font-size:small; padding-top:4px;}

.news_icon{position:absolute;top:0;right:0;z-index:10;}

#otherNews{width:442px;float:left;}
#otherNews h2{margin-bottom:20px;}
#otherNews dl{
	width:422px; height:200px;
  overflow:auto;
}
#otherNews dt{
  padding-bottom:5px;
}
#otherNews dd a{
  display:block;
  padding-bottom:12px;
}
#twitter{float:right;}