﻿@charset   "UTF-8";

body{
  background-image : url(img/back.gif);
}

h1{
  color : navy;
}

h2{
  color : blue;
}

h2{
  background-color : navy;
}

h4 {
  color : navy;
  border-bottom : 1px solid #158aff;
  padding-bottom : 0px;
  margin-bottom : 2px;
  margin-top : 3px;
}

/*コンテンツ指定*/
.nav {
  background-color : navy;
}  

.mobilenav {
  background-color : navy;
} 

.tittle{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : navy;
  color : naby;
  margin-top : 5px;
}

#tab li {
  background: navy;
}

.top{
  background-image : url(img/menuback-top.gif);
}

.neruton{
  background-image : url(img/menuback-neruton.gif);
}

.off{
  background-image : url(img/menuback-off.gif);
}

/*イベント情報*/
#news{
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #dddddd;
  border-right-color : #dddddd;
  border-bottom-color : #dddddd;
  background-color : white;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
}

#news ul{
  height : 55px;
 line-height: 3px;
  overflow: hidden;
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
}

#news li{
  list-style-type : none;
  width: 100%;
  padding : 0px 0px 0px 0px;
  margin : 15px 0px;
  
}

#news a{
  display: block; 
  clear: both;
  background-color : white;
  color:#999999;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  background-image : url(../img/arrow-right.gif);
  background-repeat : no-repeat;
  background-position : 99% 50%;
  padding-left : 5px;
}

.news img{
  padding-left : 3px;
  padding-right : 3px;
  
}