@charset "Shift_JIS";

/*-----------------------------------------------------
  Kobe Rotary Club  CSS 08/11/2

  hタグ以外の　タイトルバー
-----------------------------------------------------*/
/*-----------------------------
	- タイトルバー
-----------------------------*/
.title{
     width : 100% ;
     font-size :  ;  /*文字の大きさを指示する時に数値を記述*/
     line-height :  ;  /*行の高さを指示する時に数値を記述*/
     padding-left : 5px ;
     margin : 0px 0px 0px 0px ;  /*上下に余白を作る場合1番目（上）3番目（下）の0pxに数値を記述*/
     background : #dfffff ;
     border : solid 1px #c2e4fe ;
}
.title1{
     width : 90% ;
     font-size :1.1em;
     font-weight:bold;
     color:#990000;
     letter-spacing:.1em;
     line-height :1.5em; 
     padding : 0 0 0 5px;
     margin : 0px 0px 0px 0px ; 
     background : url(../img/t1.gif) no-repeat;
     border : solid 1px #990000 ;
}
.title2{
     width : 90% ;
     font-size :  ; 
     letter-spacing:.1em;
     line-height :1.8em; 
     padding : 0 0 0 20px;
     margin : 0px 0px 0px 0px ; 
     background : url(../img/t2.gif) no-repeat;
     border : solid 1px #999999 ;
}
.title3{
     width : 95% ;
     font-size :  ;  
     letter-spacing:.1em;
     line-height :1.8em; 
     padding : 0 0 0 20px;
     margin : 0px 0px 0px 0px ;  
     background : url(../img/t3.gif) no-repeat;
     border-bottom : solid 1px #0000ff ;
}
.title4{
     width : 95% ;
     font-size :  ;  
     letter-spacing:.1em;
     line-height :  28px; 
     padding : 0 0 0 20px;
     margin : 0px 0px 0px 0px ;  
     background : url(../img/t4.gif) no-repeat;
     border-bottom : solid 1px #999999 ;
}
.title5{
     width : 95% ;
     font-size :120%; 
     color:#ffffff; 
     letter-spacing:.1em;
     line-height :1.5em; 
     padding : 0 0 0 20px;
     margin : 0px 0px 0px 0px ;  
     background : url(../img/t5.jpg) no-repeat;
     border-bottom : solid 1px #efefef ;
}
.title6{
     width :95% ;
     font-size :120%;
　　 font-weight:bold;
　　 color:#ffffff;  
     letter-spacing:.1em;
     line-height : 1.5em; 
     padding : 0 0 0px 20px;
     margin : 0px 0px 0px 0px ;  
     background : url(../img/t6.jpg) no-repeat;
}
/*------------------------------
     影付き　タイトル
-------------------------------*/
.kage{
　　　color:#00ff00;
　　　position:relative;
      font-size:16px;
　　　font-weight:bold;
}
.kage span{
　　　color:#0000ff;
　　　position:absolute;
　　　display:#0000ff;top:1px;
　　　left:-1px;
　　　font-size:16px;
　　　font-weight:bold;
}

/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  08/11/2
  Copyright(C)2008 Kobe Rotary Club all rights reserved. 
-------------------------------*/
