﻿#container{    /*メニューボタンの背景を設定*/
  width : 100%;
  height : 100%;   /*背景画像（img/listbtn1.jpg）の高さを設定*/
  background-image : url(listbtn1.jpg);　/*背景画像*/
  background-color : #c0c0c0;　　/*画像が表示されないときの背景色設定*/
  background-position : left top;  /*左上に配置*/
  padding : 0;
  margin : 0;
}    
ul{
  list-style : none;  /*リストマークを消す*/
  text-align:center;  /*ボタン枠のテキストをセンター寄せ*/
  padding : 0;
  margin : 0;
}
li{
	width : 168px;  /*リストの幅の設定*/
	float:left;  /*これで一列にリストを並ばせる*/
	padding : 0;
	margin : 0;
	height: 28px;
}
li a{
  font-size:11 px;    
  display:block;  /*リンク範囲をブロックに変更する*/
  width:100%;     /*リンク範囲の横幅は100％*/
  height : 28px;  /*リンク範囲の高さを自動に：firefox必須*/
  background-image:url(img/listbtn1.jpg);  /*off画像*/
  background-position : left top;  /*画像を左上に配置*/
  background-repeat : no-repeat;   /*背景画像を繰り返さない*/     
  padding : 0;
  margin : 0;
  text-decoration : none;  /*下線を表示しない*/  
  color : black;
  line-height : 28px;
}
li a:visited{
   background-image:url(img/listbtn1.jpg);   /*on画像*/
  background-position : left top;  /*画像を左上に配置*/
  background-repeat : no-repeat;   /*背景画像を繰り返さない*/   
  color:black;  /*テキストを赤色へ変更*/
  padding : 0;
  margin : 0;
  line-height : 28px;
}                 
li a:hover{  /*マウスポインタがリンクに重なったときの設定*/
  background-image:url(img/listbtn2.jpg);   /*on画像*/
  background-position : left top;  /*画像を左上に配置*/
  background-repeat : no-repeat;   /*背景画像を繰り返さない*/   
  color:red;  /*テキストを赤色へ変更*/
  padding : 0;
  margin : 0;
  line-height : 28px;

}
.nitosha {
	font-size:16px;
	border: 1px solid #000000;
}

.honbun {
	font-family:Meiryo,HGSｺﾞｼｯｸM;
	font-size: 12px;
	line-height: 16px;
}

.honbun2 {
	font-family:Meiryo,HGSｺﾞｼｯｸM;
	font-size: 11px;
        line-height: 16px;
}

.midasi1 {
	font-family:Meiryo,HGSｺﾞｼｯｸM;
	font-size: 16px;
}
.midasi2 {
	font-family:Meiryo,HGSｺﾞｼｯｸM;
        letter-spacing:1px;
	font-size: 14px;
}
.waku {
	border: thin solid #666666;
	line-height: 16px;
}
.waku2 {
	border: thin dotted #CCCCCC;
}

.hyouwaku {
	border: 1px solid #999999;
}
.midasi2ul {
	font-family:Meiryo,HGSｺﾞｼｯｸM;
	font-size: 12px;
	text-decoration: underline;
}
.wakumoji {
	font-family:Meiryo,HGSｺﾞｼｯｸM;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	white-space: normal;
	height: auto;
	width: auto;
	border: 1px solid #000000;
}


/* ###############################
▼▼　右囲み・メニュー右セット
#################################　*/
#MenuBlockRight
	{
	font-size: 10px;
	font-family: Osaka,Verdana, "ＭＳ Ｐゴシック"}
.NewsTop
	{
	background-image: url("img/right-news.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	width: 168px;
	height: 50px }
.menuBlockHeadR
	{
	background-image: url("img/right-1.gif");
	background-position: 0 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: 30px }
.menuHeadTextR
	{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 8px 0 0 0 }
.menuBlockBodyR
	{
	background-image: url("img/right-2.gif");
	background-repeat: repeat;
	background-position: 0 0;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 168px }
.menuBlockBtm
	{
	background-image: url("img/right-3.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding-bottom: 20px;
	width: auto;
	height: 20px }
.menuTextR
	{
	line-height: 150%;
	margin: 0;
	padding: 0 10px }
.menuTextR ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0 }
.menuTextR ul li
	{
	margin: 0;
	padding: 0 0 5px }
/* ###############################
▼▼　右囲み・メニュー右セット2
#################################　*/
.NewsTop2
	{
	background-image: url("img/right-news.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	width: 168px;
	height: 50px }
.menuBlockBodyR2
	{
	background-image: url("img/right-22.gif");
	background-repeat: repeat;
	background-position: 0 0;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 168px }
.menuBlockBtm2
	{
	background-image: url("img/right-32.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding-bottom: 20px;
	width: auto;
	height: 20px }
