@charset "UTF-8";

/* news */ 

#contents_inner {
  width: 907px;
  padding:12px 13px 18px 10px;
}

#contents_inner #main {
  float: left;
  width: 617px;
}

#contents_inner #main .news_entry{
  width:589px;
  min-height:125px;
  margin-bottom:15px;
  padding:12px 14px 20px 14px;
  background-image:url(../news/images/entry_bck.jpg);
  background-position:left top;
  background-repeat:no-repeat;
}

* html #contents_inner #main .news_entry{
  height:125px;
}

#main .news_entry .date{
  margin-bottom:10px;
}

#main .news_entry h2{
  margin-bottom:16px;
  padding-right:80px;
  font-size:15px;
  font-weight:bold;
  line-height:1.4em;
  color:#17368e;
}

#main .news_entry .entry_body{
  line-height:1.4em;
}

#main .news_entry .entry_body strong {
  font-weight:bold;
}

#main .news_entry .entry_body .waku {
  border: 2px solid #bbbbbb;
  margin-top: 8px;
  padding: 8px 12px;
}

#contents_inner #main .back_top{
  padding-top:120px;
}

#contents_inner #main .back_top a{
  background-image:url(../news/images/icon_arw_back.gif);
  background-position:left top;
  background-repeat:no-repeat;
  padding-left:22px;
  line-height:17px;
}

#contents_inner #sub {
  float: right;
  width: 265px;
}

#contents_inner #sub .latest_list{
  width:265px;
  margin-bottom:16px;
  background-image:url(../news/images/side_list_topbck.gif);
  background-position:left top;
  background-repeat:no-repeat;
}

#contents_inner #sub .latest_list h3{
  padding:14px 0 2px 0;
  text-align:center;
}

#contents_inner #sub .latest_list h3 img{
  vertical-align:top;
}

#sub .latest_list ul{
  width:245px;
  padding:5px 10px 5px 10px;
  background-image:url(../news/images/side_list_btmbck.gif);
  background-position:left bottom;
  background-repeat:no-repeat;
}

#sub .latest_list ul li.bordernone{
  border-top:none;
}

#sub .latest_list ul li{
  padding:6px 8px 6px 8px;
  border-top:1px dotted #c3c3c3;
  line-height:1.4em;
}

#sub .latest_list ul li a{
  display:block;
  background-image:url(../news/images/side_list_icn.gif);
  background-position:left 7px;
  background-repeat:no-repeat;
  padding-left:14px;
  text-decoration:none;
}

#sub .latest_list ul li a:hover{
  text-decoration:underline;
}

* html #sub .latest_list ul li a{
  background-position:left 5px;
}

#contents_inner #sub #banner{
  width:265px;
}

#contents_inner #sub #banner li{
  padding-bottom:5px;
}

#contents_inner #sub #banner li img{
  vertical-align:top;
}

/* Pagenation */
div.pagenation {
  padding: 7px;
  margin: 3px;
  text-align: right;
}

div.pagenation a {
  border: #1c63bb 1px solid;
  padding:2px 5px;
  margin: 2px;
  color: #1c63bb;
  background-color:#dff2ff;
  text-decoration: none;
}

div.pagenation a:visited,
div.pagenation a:active {
  border: #1c63bb 1px solid;
  color: #1c63bb;
  background-color: #dff2ff;
  text-decoration: none;
}

div.pagenation a:hover {
  border: #1c63bb 1px solid;
  color: #1c63bb;
  background-color: #fff;
}

div.pagenation span.current_page {
  border: #f4cd8c 1px solid;
  margin: 2px;
  padding:2px 5px;
  font-weight: bold;
  color: #c4350d;
  background-color: #fbf9e2;
}

/* Images in Entry */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

