BODY{
    margin : 0 ; padding :0 ;
    font-family : "ＭＳ Ｐゴシック",Osaka ;
    font-size : 16px ;
}




/* 画面中央部の背景 */
.table_bg{
     height:4000px ;
     width:980px ; 
     padding-top : 10px ;
     border-width : 0 1px 0 1px; 
     border-style : dotted ;
}

/* Ｍａｉｎタイトル文字（大）*/
.main_title{
   font-size : 18px ;
   font-family : "ＭＳ 明朝",Osaka ;
   text-align : center ;
   letter-spacing: 1px;
}

/* Ｓｕｂタイトル文字（小）*/
.sub_title{
   font-size : 15px ;
   text-align : center ;
   letter-spacing: 1px;
   font-family : "ＭＳ Ｐゴシック",Osaka ;
}


.sub_title2{
   font-size : 15px ;
   text-align : center ;
   font-weight : bold ;
}

/* サムネイル部の上の余裕 */
.tm_table1{ margin-top : 0px ; }     

/* サムネイルスタイル tm_style = 1 に対応 */
.tm_td1{      
   border-style: ridge; 
   display : block ;
}

/* サムネイル画像の枠 １段目 */
.tm_photo1{ 
     border-style : none ; 
     border-width : 0px ;
     border-color : #cccccc ;
} 

/* サムネイル画像の枠 ２段目  */
.tm_photo2{ 
     border-style : none ; 
     border-width : 0px ;
     border-color : #cccccc ;
} 

/* サムネイル画像の枠 ３段目  */
.tm_photo2{ 
     border-style : none ; 
     border-width : 0px ;
     border-color : #cccccc ;
} 

/* サムネイル画像の枠 ４段目  */
.tm_photo4{ 
     border-style : none ; 
     border-width : 0px ;
     border-color : #cccccc ;
} 

/* サムネイル下のタイトル表示 */
.tm_title1 { 
   font-size : 14px; 
   line-height : 140% ; 
   letter-spacing : 2px ;
}

/* 操作説明文など */
.guide_text{
    font-family : "ＭＳ Ｐゴシック",Osaka ;
    font-size : 16px ;
    line-height : 140% ;
}

/* Ｈｏｍｅボタン文字スタイル */
.home_btn{
   font-size : 15px ;
   font-family : "ＭＳ ゴシック" ;
   letter-spacing : 0px ;
   text-align : center ;
   height : 30px ;
}



.sub_title A:link{
  text-decoration: none ;
   border-style: dotted ;
   border-width: 0 0 1px 0;
   border-color: #ffffff ;
}

.sub_title A:visited {
   text-decoration:none ;
   border-style: solid ;
   border-width: 0 0 1px 0;
   border-color: #aaccff ;
}

.sub_title A:hover {
   text-decoration: none ;
   border-style: solid ;
   border-width: 0 0 1px 0;
   border-color: #ffffff ;
}



.home_btn A:link{
text-decoration: none ;

}
.home_btn A:visited {text-decoration: none ;


}

.home_btn A:hover {text-decoration: none ;

}




.tm_td0 A:link{text-decoration: none;}
.tm_td0 A:visited {text-decoration: none;}
.tm_td0 A:hover {text-decoration:underline ;}

PRE{font-size:15px;}

