 
/* **********************************_

  ヘッダー部分のCSS
　作成　2007/09/05
　変更　

_ ********************************** */


/* **********************************_
　ロゴ画像　
_ ********************************** */

.LogoIMGlass{
  float : left;
  margin-top : 12px;
  margin-left : 10px;
  margin-bottom : 10px;
  margin-right : 10px;
  padding-left : 10px;
}


/* **********************************_
　タイトル（お茶の水聖書学院）
_ ********************************** */

.logoHeaderClass{
  color : white;
  background-image : url(img/bg_logo.gif);
  
  margin-left : 125px;
  
  
  padding-top : 17px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 17px;
  margin-top : 10px;
  margin-bottom : 2px;
  font-size : 190%;
  font-family : "Times New Roman";
  text-align : center;
  background-repeat : repeat-x;
  width : 630px;
  margin-right : -30px;
  
}


/* **********************************_
   ヘッダー部分の囲み
_ ********************************** */

#header{
  margin : -5px -25px 0px -15px;
  height : 45px;
  border-top : none;
  border-right : none;
  border-left : none;
  border-bottom : dotted 1px;
}
