/*輸出入用index.css  */
/*     border-bottom: 1px solid #009900;
     background-image :url(../images/back1.gif) ;
*/
/*     padding-bottom: 0px;  */
.daimidashi-index {
     width: 100%;
/*     height:106px;  */
     line-height:35px;
     font-size : 25px; 
     font-family: "ＭＳ ゴシック",sans-serif;/*フォントの字体*/
     font-weight: bold;
     letter-spacing:0.1em; 
     text-align : center;
     color: #dd4400;
     padding: 0px;
     border-top: 3px ridge #ffcccc;
     border-bottom: 3px ridge #cc0000; 
     text-decoration: none;
}
.read-index{  /*リード */
     width : 100% ;
     font-size : 13px ;  /*文字の大きさ*/
     font-family: "ＭＳ ゴシック",sans-serif;/*フォントの字体*/
     font-weight: bold;
     color: #0000aa ;
     text-align : center ;
     line-height:22px;
     padding-left : 0px ;
     padding-top : 10px ;
     padding-bottom : 10px ;
     padding-right : 0px ;
     margin-top : 15px ;  /*マージン上*/
     margin-bottom : 15px ;  /*マージン下*/
     background : #ffffff ;
     border-top : double 3px #009999 ;
     border-bottom : double 3px #009999 ;
}

.midashi-index {
     width: 100%;
     line-height:30px;
     font-size : 20px; 
     font-family: "ＭＳ ゴシック",sans-serif;/*フォントの字体*/
     font-weight: bold;
     letter-spacing:0.5em; 
     text-align : center;
     color: #000099;
     padding-top: 10px;
     border-top: 5px ridge #00ff00;
/*     border-bottom: 5px ridge #00cc00; */
     text-decoration: none;


}
.comment-index {
     width: 100% ;
     font-size : 15px; 
     font-family: "ＭＳ ゴシック",sans-serif;
     font-weight: bold; 
     line-height:1.2em;
     text-align : left;
     color: #0000aa;
     padding-bottom : 10px ;
     text-decoration: none;
     margin-top : 8px ;  /*マージン*/
     margin-bottom : 15px ;  /*マージン*/     
     background-color: #ffffff;
  border-bottom: 5px ridge #00cc00;
}
.comment2-index {
     font-weight: bold;
     padding: 0px;
     text-decoration: none;
     color: #ff0000;
     background-image :url(../images/menu-hover.gif) ;
     margin-top : 8px ;  /*マージン*/
     margin-bottom : 15px ;  /*マージン*/
}

.side-index{  /*サイド */
	width: 160px;
        text-align : center ;	
        font-size : 13px ;  /*文字の大きさ*/
        font-family: "ＭＳ ゴシック",sans-serif;/*フォントの字体*/
        background-color:  #eeffee;
        border: 1px solid #009999 ; 
        padding : 10px 0px;
       line-height: 1.5em ;
}
