﻿@charset "utf-8";
/*-----------------------------
	- タイトルバー
-----------------------------*/
.title{
     width : 100% ;
     font-size :100%;  /*文字の大きさを指示する時に数値を記述*/
     color : #0000ff;
     line-height : 140%;  /*行の高さを指示する時に数値を記述*/
     padding: 0 0 0 20px ;
     margin : 0px 0px 0px 0px ;  /*上下に余白を作る場合1番目（上）3番目（下）の0pxに数値を記述*/
     background :url(../img/t0.gif) no-repeat #f5f5f5 ;
     border : solid 1px #00008b ;
}
.title1{
     width : 100% ;
     font-size :120%; 
     letter-spacing:.1em;
     line-height : 110%; 
     padding : 0 0 0 20px;
     margin : 0px 0px 0px 0px ; 
     background : url(../img/t1.gif) no-repeat;
     border : solid 1px #efefef ;
}
.title2{
     width : 100% ;
     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 : 100% ;
     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 : 100% ;
     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 : 100% ;
     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 : 100% ;
     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 ;
}

/*-----------------------------
	-Box
-----------------------------*/
.box{
     width : 200px ;
     font-size : 80%; 
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#efefef;
     background-color: #ffffff;
     padding: 5px;
}
.box1{
     width : 200px ;
     font-size : 80%;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#99ff66;
     background-color: #ffffff;
     padding: 5px;
}
.box2{
     width : 200px ;
     font-size : 80%;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#ff0000;
     background-color: #ffffff;
     padding: 5px;
}
/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  09/01/18
  Copyright(C)2009 eecoms 
-------------------------------*/