/* ページ全体の指定 */.pbPage {	background-color: #ffffff;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	color: #575757;}/* リンク設定 */a:link {  color:#2e4a9a; text-decoration: underline;   }a:visited {  color:#2e4a9a; text-decoration: underline;   }a:active {  color:#2e4a9a; text-decoration: underline;  }a:hover {  color:#e51e04; text-decoration:underline;  }/* リンク設定 書籍リンク */.txt_menu a:link {  color:#2e4a9a; text-decoration: none;  }.txt_menu a:visited {  color:#2e4a9a; text-decoration: none;  }.txt_menu a:active {  color:#2e4a9a; text-decoration: none; }.txt_menu a:hover {  color:#e51e04; text-decoration:underline;  }/* リンク設定 カテゴリリンク */.txt_cate a:link {  color:#2e4a9a; text-decoration: none;  }.txt_cate a:visited {  color:#2e4a9a; text-decoration: none;  }.txt_cate a:active {  color:#2e4a9a; text-decoration: none; }.txt_cate a:hover {  color:#e51e04; text-decoration:underline;  }/* 文字の指定 */.txt01{		font-size:85%;		line-height:1.3;}.txt02{		font-size:90%;		line-height:1.3;}.txt03{		font-size:70%;		line-height:1.2;}.txt_menu{		font-size:0.7em;		line-height:1.6;}.txt_cate{		font-size:0.81em;		line-height:1.6;}.txt_total{		font-size:0.84em;		line-height:2.0;		letter-spacing:0.05em;}