/* インデックススタイル */
.font_line {
 border-bottom:dotted 1px #B5B5B5;
}
.font_size_1 {
 font-size:0.8em;
 line-height : 1.8em;
}
.index_table {
 border : 0px solid ;
 width : 700px ;
 height : 100px ;
 padding-top : 30px ;
 padding-right : 20px ;
 padding-bottom : 20px ;
 padding-left : 20px;
 background-color: #ffffff;
}
.top_table_back {
 background-image:url(../img/icon/table_background.gif);
 background-attachment:fixed;
 background-position:50% 0%;
 background-repeat:repeat-y;
}