A:LINK{
  color : #0077CC;
  text-decoration : none;
}
A:VISITED{
  color : #0077CC;
  text-decoration : none;
}
A:HOVER{
  color : #003377;
  text-decoration : underline;
}
A:ACTIVE{
  color : #00FFFF;
  text-decoration : none;
}


img						 /* 画像リンク枠消し */
{
text-decoration:none;
border:none;
}




h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,blockquote,pre,address
 {
  margin : 0;           
  padding : 0;
  }
	
	
	
	
html
  {  
  background-image:url("img/bgtop.bmp"); 
  background-repeat:repeat-x;
  }	
	
body                      
 {
  width : 100%;     
  background-image:url("img/tea.png"); 
  background-position:center top;
  background-repeat:repeat-x;
  margin:0px;         
  padding:0px;        
  text-align:center;  
  }
  
  
  
  
  #all                    /* ページ全体を真ん中寄せ */ 
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:700px;         /* 幅を決定する */
    }
	
	
	
	
          
.header
{
  width : 700px;
  height : 380px;        /* サイトロゴの高さに合わせて調節い */
  vertical-align: text-bottom;
}

.header img{ vertical-align: text-bottom;}



.main{
  width : 700px;        /* メニューと本文をひとくくりにするためのクラス */
  min-height : 100% 
  margin : 0;           
  padding : 0;
}





.sidemenu               /* サイドメニューの大きさと背景 */
{
  width : 150px;
  height : 1000px; 
  float : left;
  background-image:url("img/sidebg.bmp "); 
  background-repeat:repeat-x;
  background-color: #FFFFFF;
}




.contentsber             /* 黒から黄緑への境界性付近の設定 */
{
 width : 550px;
 height : 50px;
 background-image:url("img/cont.png ");
 float : left;         /* FirefoxやOper */
  }
  
  
  
  
  
.contentstitle           /* コンテンツタイトル背景設定 */
{
 width : 550px;
 height : 65px;
 float : left;
 background-image:url("img/mainber.png ");
 } 

 
 
 

.contents                /* コンテンツ本文用のクラス */
{
  width : 550px;
   min-height : 885px;
  background-image:url("img/conbg.bmp "); 
  background-repeat:repeat-x; 
  background-color: #FFFFFF;
  float : left;         /* FirefoxやOper */
}




.footer
{
  width : 100%; 
  height : 80px;
  clear : both;
  color:#777777; 
  background-image:url("img/footer.png ");
  background-repeat:repeat-x;
  text-align:center;
  
  margin-top: -80px
  

}

.footer2{ padding-top: 43px;}
  
  
  
.sidemenu ul
{
  list-style-type : none;
}





.img                                        /* サイドバーのリンク画像用 */
{ 
  margin-top: 5px;
  margin-left: 4px;
  margin-bottom: 5px;
  margin-right: 4px;
 }
 
 
 
 
.imgf{ margin-bottom: 20px; margin-top: 20px;}                 /* サイドバーのリンク画像部分の始まりと終わりのバー用 */
.imge{ margin-top: 20px;}




p.title                                   /* コンテンツタイトル文字部分設定 */
{
 width : 500px;
 height : 45px;
  margin-top: 20px;
  margin-left: 50px;
  margin-bottom: 0px;
  margin-right: 0px;
  font-size: 200%;
  overflow:visible ;
  color:#444444; 
}





p.side{
  margin: 10px;
  font-weight: bold;
}




p.side2{ 
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-right: 5px;
 }

 
 
 
 
 
p.con{
  margin: 20px;
  line-height: 150%;
}