@charset   "UTF-8";
/*-----------------------------------------------------
  ひょうごクラブ CSS 08/11/2

  hタグ以外に使う　タイトルバー
-----------------------------------------------------*/
/*-----------------------------
	- タイトルバー
-----------------------------*/
.title{
     width : 650px;
     font-size :  ;  /*文字の大きさを指示する時に数値を記述*/
     font-family: sans-serif;
     line-height :  ;  /*行の高さを指示する時に数値を記述*/
     padding-left : 5px ;
     margin : 0px 0px 0px 0px ;  /*上下に余白を作る場合1番目（上）3番目（下）の0pxに数値を記述*/
     background : #dfffff ;
     border : solid 1px #c2e4fe ;
}
.title1{
     width : 650px;
     font-size :  ;
     font-family: sans-serif; 
     letter-spacing:.1em;
     line-height :  ; 
     padding : 5px 5px 5px 20px;
     margin : 0px 0px 10px 0px ; 
     background : url(../img/t1.gif) no-repeat;
     border : solid 1px #efefef ;
}
.title2{
     width : 650px;
     font-size :  ;
     font-family: sans-serif; 
     letter-spacing:.1em;
     line-height :  ; 
     padding : 5px 5px 5px 20px;
     margin : 0px 0px 10px 0px ; 
     background : url(../img/t2.gif) no-repeat;
     border : solid 1px #999933 ;
}
.title3{
     width : 650px;
     font-size :  ;
     font-family: sans-serif;  
     letter-spacing:.1em;
     line-height :  ; 
     padding : 5px 5px 5px 20px;
     margin : 0px 0px 10px 0px ;  
     background : url(../img/t3.gif) no-repeat;
     border-bottom : solid 1px #efefef ;
}
.title4{
     width : 650px;
     font-size :  ;
     font-family: sans-serif;  
     letter-spacing:.1em;
     line-height :  ; 
     padding : 5px 5px 5px 20px;
     margin : 0px 0px 10px 0px ;  
     background : url(../img/t4.gif) no-repeat;
     border-bottom : solid 1px #efefef ;
}
.title5{
     width : 650px;
     font-size :  ;
     font-family: sans-serif;  
     letter-spacing:.1em;
     line-height :  ; 
     padding : 5px 5px 5px 20px;
     margin : 0px 0px 10px 0px ;  
     background : url(../img/t5.gif) no-repeat;
     border-bottom : solid 1px #efefef ;
}
.title6{
     width : 650px;
     font-size :  ;
     font-family: sans-serif;  
     letter-spacing:.1em;
     line-height :  ; 
     padding : 5px 5px 5px 20px;
     margin : 0px 0px 10px 0px ;  
     background : url(../img/t6.gif) no-repeat;
     border-bottom : solid 1px #efefef ;
}
.title7{
     width : 650px;
     font-size :  21px;
     font-family: sans-serif;
     color : #0000ff; 
     letter-spacing:.1em;
     line-height : ; 
     padding : 0 0 5px 28px;
     margin : 0px 0px 10px 0px ;  
     background : url(../img/t_top1.gif) no-repeat;
     border-bottom : solid 1px #efefef ;
}
.title8{
     width : 650px;
     font-size : 21px; 
     font-family: sans-serif;
     color : #A70f02 ; 
     letter-spacing:.1em;
     line-height :  1em; 
     padding : 0 0 5px 28px;
     margin : 0px 0px 10px 0px ;  
     background : url(../img/t_top2.gif) no-repeat;
     border-bottom : solid 1px #efefef ;
}
.title9{
     width : 650px;
     font-size : 21px;
     font-family: sans-serif;
     color : #006666  ;
     letter-spacing:.1em;
     line-height : 1em; 
     padding : 0 0 5px 28px;
     margin : 0px 0px 10px 0px ;  
     background : url(../img/t_top3.gif) no-repeat;
     border-bottom : solid 1px #006666 ;
}
/*-----------------------------
	- 左コンテンツ　Box
-----------------------------*/
.box{
     width :180px ;
     font-size : 80%; 
     margin: 5px 0 0 4px;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#efefef;
     background-color: #ffffff;
     padding: 5px;
}
.box1{
     width : 180px ;
     font-size : 80%;
     margin: 5px 0 0 4px;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#ff8000;
     background-color: #ffffff;
     padding: 5px;
}
.box2{
     width : 180px ;
     font-size : 80%;
     margin: 5px 0 0 4px;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#99ff00;
     background-color: #ffffff;
     padding: 5px;
}
.box3{
     width : 900px ;
     font-size : 80%;
     margin: 5px 0 0 10px;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#99ff00;
     background-color: #ffffff;
     padding: 5px;
}

/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  08/11/2
  Copyright(C)2008 eecoms all rights reserved. 
-------------------------------*/
