body{
	  background:#ffffff url(../img/bg1-1.jpg);	/*壁色と壁紙設定*/
	  background-repeat:repeat;/*繰り返さない場合はno-repeatに変更*/
	  color: #333333;
	  margin:0px;
	  padding:0px;
}

#contents{
	width:900px;
	margin:0 auto;
	background-image:url(../img/head-02.jpg);/*コンテンツ内の背景(サイズをぴったりにすること）*/
	background-repeat:repeat-y;   /*縦に繰り返し*/
	border:solid 0px #ffffff;/*サイトに枠を付ける設定,色の変更可*/
	position:relative;
	font-size:80%;
}



/*ヘッダー部分の設定*/
#header{
      background-color:#ffffff;
	  background-image:url(../img/head-01.jpg); /*ヘーダー*/
	  background-position:top right;
	  background-repeat:no-repeat;
	  height:142px; /*ヘー高さ*/
}

#header p {
	font-size: 42px;
        color:#ffffff;
	padding-top: 0px;
	padding-left: 10px;
}


#slideshow{
      background-image:url(../img/navback-1.gif);
      width: 100%;
      height:40px;
      position:absolute;
      top:19px;
      left:0px;
      }


/*上部メニューボタンの設定*/
#navbar{
      background-image:url(../img/navback-1.gif);
      width: 100%;
      height:40px;
      position:absolute;
      top:121px;
      left:0px;
      }


#navbar ul{
          margin:0;
	  padding:0;
	  list-style-type:none;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 14px;
	  line-height:40px;
	  letter-spacing:0px;
}

#navbar li{
	color: #f07800;		/*リンクなし　文字色▼*/
	/*font-weight: bold;	文字の太さ*/
	background-image:url(../img/nav3-1.gif);  /*上部メニューのボタンの背景*/
	float:left;
	width:179px;  /*メニューボタンの幅*/
	text-align:center;
	margin : 0px 1px 0px 0px;/*メニューボタンの間のスペース*/
	padding:0px;
	  }
#navbar ul a:hover{
   	background-image:url(../img/nav3-1.gif);	/*メニューボタンにカーソルが来た時に背景画像をこれにする*/
	  width:179px;  /*メニューボタンの幅*/
}
      
#navbar a{
      color:#666666;/*メニューボタンの文字の色*/
	  display:block;
	  }
#navbar a:hover{
   color:#FF6600; /*メニューの文字がカーソルが来た時、この色に変わる*/
   }




/*下部メニューボタンの設定*/
#navbar_1{
      background-image:url(../img/navback-3.gif);
      width: 100%;
      height:40px;
      position:absolute;
      top:431px;
      left:0px;
      }


#navbar_1 ul{
          margin:0;
	  padding:0;
	  list-style-type:none;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 14px;
	  line-height:40px;
	  letter-spacing:0px;
}

#navbar_1 li{
	color: #f07800;		/*リンクなし　文字色▼*/
	/*font-weight: bold;	文字の太さ*/
	background-image:url(../img/nav3-5.gif);  /*上部メニューのボタンの背景*/
	float:left;
	width:178.2px;  /*メニューボタンの幅*/
	text-align:center;
	margin : 0px 1px 0px 0px;/*メニューボタンの間のスペース*/
	padding:0px;
	  }
#navba_1r ul a:hover{
   	background-image:url(../img/nav3-5.gif);	/*メニューボタンにカーソルが来た時に背景画像をこれにする*/
	  width:178.2px;  /*メニューボタンの幅*/
}
      
#navbar_1 a{
      color:#666666;/*メニューボタンの文字の色*/
	  display:block;
	  }
#navbar_1 a:hover{
   color:#FF6600; /*メニューの文字がカーソルが来た時、この色に変わる*/
   }






/*フッターメニュー*/
ul#footermenu {
	clear: both;
	text-align: center;
	width: 100%;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

ul#footermenu li a{
        color:#111111;
}
ul#footermenu li a:hover {
	color: #FF0000;/*リンクの文字の上にマウスが来た時この色に変わる*/
}


/*下部のフッター部分の設定*/
address{
	  font-size:100%;
	  font-style:normal;
	  text-align:center;
	  padding-top:10px;
}

address{
      background:#ffffff url(../img/bo1-1.jpg);
      color:#666666;
          width:100%;
	  padding-bottom:7px;
	  border:none;

	  }
address a{
      color:#ffffff;
	  }



/*文字の設定*/
h1{
	  font-size:140%;
	  letter-spacing: 2px;
	  padding-left:10px;
          padding-top:5px;
	  margin: 0px;
}

h1 a{
      color:#ffffff;
	  font-weight:normal;
}


h2{
      font-size:13px;
	border: solid 0px #999999;
        color:#666666;
	background-image:url(../img/title_03.gif);
	line-height: 25px;
	  padding-left:10px;
	  margin-top: 10px;
	  margin-bottom: 1px;
}



/*リンク文字の設定*/
a{
      color:#666666;/*リンクの文字の色*/
      text-decoration:none;
}
a:hover {
	color: #FF6600;/*リンクの文字の上にマウスが来た時この色に変わる*/
	text-decoration: none;
}


/* メインメニュー */
#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* リスト */
#menu li {
   float:left;border: 1px solid #DDDDDD;
}

#menu li:hover {
   position:relative;
}

#menu li:hover > ul {
   display: block
}

/* IE6用 */
* html #menu li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}


#menu .column1 {position:relative;}
#menu .column1 ul {display:block;}
#menu .column1 * ul {display:none;}


/* デザイン */
#menu li {
   line-height:1.6em;
   text-align: center;
   background:#EBEBEB;border: 1px solid #DDDDDD;
}

#menu li a{
	display: block;
	width:60px;
	text-decoration:none;
	padding:0 0px;
	color: #666666;
}

#menu li:hover {
   background:#FEFEFE;
}

#menu .column1 {
   background:#DDDDDD;
}


body,td,th {
	color: #666666;
font-family:Arial, Helvetica, sans-serif;
}


.style1 {color: #FF8040
font-family:Arial, Helvetica, sans-serif;}

.style2 {color: #999966;
	font-weight: bold;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;}
.style3 {
	color: #2A1FAA;
	font-weight: bold;
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;}
.style4 {
	color: #FF0000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}
.style5 {color: #FF0000;
    font-weight: bold;
	font-size: 8pt;
	font-family:Arial, Helvetica, sans-serif;}
.style6 {
	color: #666666;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}
