﻿@charset "Shift_JIS";

/*-----------------------------------------------------
 CSS 08/11/2

hタグ以外に使う　タイトルバー
-----------------------------------------------------*/
/*-----------------------------
	- タイトルバー
-----------------------------*/
.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 ;
}

/*-----------------------------
	- 右コンテンツ　Box
-----------------------------*/
.box{
     width : 170px ;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#efefef;
     background-color: #ffffff;
     padding: 5px;
}
.box1{
     width : 170px ;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#A70F02;
     background-color: #ffffff;
     padding: 5px;
}

/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  08/11/2
  Copyright(C)2008 eecoms all rights reserved. 
-------------------------------*/
