@charset   "UTF-8";

/*-----------------------------------------------------
  hタグ以外に使う　タイトルバーCSS 08/11/2
-----------------------------------------------------*/
/*-----------------------------
	- タイトルバー
-----------------------------*/
.title{
     width : 95% ;
     font-size :  ;  /*文字の大きさを指示する時に数値を記述*/
     line-height :  ;  /*行の高さを指示する時に数値を記述*/
     padding-left : 5px ;
     margin : 0px 0px 0px 0px ;  /*上下に余白を作る場合1番目（上）3番目（下）の0pxに数値を記述*/
     background : #dfffff ;
     border : solid 1px #c2e4fe ;
}
.title1{
     width : 95% ;
     font-size :  ; 
     letter-spacing:.1em;
     line-height :  ; 
     padding : 0 0 0 20px;
     margin : 0px 0px 0px 0px ; 
     background : url(../img/t1.gif) no-repeat;
     border : solid 1px #efefef ;
}
.title2{
     width : 95% ;
     font-size :  ; 
     letter-spacing:.1em;
     line-height :  ; 
     padding : 0 0 0 20px;
     margin : 0px 0px 0px 0px ; 
     background : url(../img/t2.gif) no-repeat;
     border : solid 1px #efefef ;
}
.title3{
     width : 95% ;
     font-size :  ;  
     letter-spacing:.1em;
     line-height :  ; 
     padding : 0 0 0 20px;
     margin : 0px 0px 0px 0px ;  
     background : url(../img/t3.gif) no-repeat;
     border-bottom : solid 1px #efefef ;
}
.title4{
     width : 95% ;
     font-size :  ;  
     letter-spacing:.1em;
     line-height :  ; 
     padding : 0 0 0 20px;
     margin : 0px 0px 0px 0px ;  
     background : url(../img/t4.gif) no-repeat;
     border-bottom : solid 1px #efefef ;
}
.title5{
     width : 95% ;
     font-size :  ;  
     letter-spacing:.1em;
     line-height :  ; 
     padding : 0 0 0 20px;
     margin : 0px 0px 0px 0px ;  
     background : url(../img/t5.gif) no-repeat;
     border-bottom : solid 1px #efefef ;
}
.title6{
     width : 95% ;
     font-size :  ;  
     letter-spacing:.1em;
     line-height :  ; 
     padding : 0 0 0 20px;
     margin : 0px 0px 0px 0px ;  
     background : url(../img/t6.gif) no-repeat;
     border-bottom : solid 1px #efefef ;
}
.title7{
     width : ;
     font-size : medium ;
     font-weight : bold ;
     color : #0000ff ;
     line-height : 2em ;
     padding-left : 10px ;
     margin : 0px 0px 0px 0px ;
     background : #ffffff ;
     border : solid  #8b0000 ;
     border-width:0pt 0pt 1pt 10pt;
}
/*-----------------------------
	- 左コンテンツ　Box
-----------------------------*/
.box{
     width : 160px ;
     font-size : 80%; 
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#efefef;
     background-color: #ffffff;
     padding: 5px;
}
.box1{
     width : 160px ;
     font-size : 80%;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#99ff66;
     background-color: #ffffff;
     padding: 5px;
}
.box2{
     width : 160px ;
     font-size : 80%;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#99ff00;
     background-color: #ffffff;
     padding: 5px;
}
/*-----------------------------
	- 右コンテンツ　Box
-----------------------------*/
.box4{
     width : 700px ;
     font-size : 80%; 
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#efefef;
     background-color: #ffffff;
     padding: 5px 5px 5px 10px;
}
.box5{
     width : 700px ;
     font-size : 80%;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#99ff66;
     background-color: #ffffff;
     padding: 5px 5px 5px 10px;;
}
.box6{
     width : 700px ;
     font-size : 80%;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#cccccc;
     background-color: #ffffff;
     padding: 5px 5px 5px 10px;;
}
/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  08/11/2
  Copyright(C)2008 eecoms all rights reserved. 
-------------------------------*/

