



/*更新情報のボックス*/
#news{
padding:20px 5px 20px 5px;
background: #eeeeee;
border: 1px solid #cccccc;
text-align: left;  
}


/* おしらせのテーブル*/
.osirase{
width: 100%;
margin:5px 0 15px 0;
border-collapse: separate;
font-size: 80%;
}
.osirase td{
padding: 3px;
background-color: #eeeeff;
border: 1px solid #ccccff;
vertical-align: TOP;
}










/* --- ナビゲーションバー --- */
/* --- ナビゲーションバー --- */
/* --- ナビゲーションバー --- */
div.nav {
width: auto; /* ナビゲーションの幅 もとは640px*/ 
background: #cc0000; /* ナビゲーションの背景 */
font-size: 80%;
margin: 8px 0 8px 0 ;  
text-align: left;  

xxborder-top: 1px #ffffff; /* 上境界線 */
xxborder-bottom: 1px #ffffff; /* 下境界線 */
xxborder: 1px solid #00ffff;  
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 100%; /* メニューの幅 */
margin: 0;
padding: 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center;

}

/* --- メニュー項目 --- */
div.nav ul.nl li {
float: left;
}

/* --- 項目の幅（emで指定） --- */
div.nav ul.nl li.item1 {width: 7em;}
div.nav ul.nl li.item2 {width: 5em;}
div.nav ul.nl li.item3 {width: 5em;}
div.nav ul.nl li.item4 {width: 6em;}
div.nav ul.nl li.item5 {width: 7em;}
div.nav ul.nl li.item6 {width: 5em;}
div.nav ul.nl li.item7 {width: 4em;}
div.nav ul.nl li.item8 {width: 4em;}
div.nav ul.nl li.item9 {width: 5em;}


/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 5px 5px; /* リンクエリアのパディング（上下、左右） */
border-right: 1px #ffffff solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- リンクテキストの色 --- */
div.nav ul.nl li a:link,
div.nav ul.nl li a:visited,
div.nav ul.nl li a:hover,
div.nav ul.nl li a:active
{color: #ffffff;}

/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #880000; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
/* ナビゲーションバー終わり　*/
/* ナビゲーションバー終わり　*/
/* ナビゲーションバー終わり　*/



img.top-bunner{
border:none;
margin:2px 0 2px 0;
}

#top-bunner-div{
margin:20px 0 10px 0;
}


@media screen and ( max-width:479px ){		
		#wrapper { 
		width: auto; 
		}  


		img.top-bunner{
		max-width: 100% ;
		height: auto ;
		}
		
		#top-bunner-div{
		max-width: 100% ;
		height: auto ;
		}
		
		div.nav ul.nl li a {
		border-top: 1px #ffffff solid; /* iPhoneだけ表示するアンダーライン */
		border-bottom: 1px #ffffff solid; /* iPhoneだけ表示するアンダーライン */
		}
		
		
		
		img{
		max-width: 20% ;
		height: auto ;
		}
		


}


/* メインページのカウンター削除済
#counter{
  margin-right: auto;//コンテンツにだけ中央寄せを指定
  margin-left : auto;
  margin-top:1.5%; 
  margin-bottom: 1.5%;
   text-align: center;  
}
*/

