/* html,bodyタグの設定 */
html, body{
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
	font-size: 12px;
	color: #333;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;	
}
.rm {
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color:#640200;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
   }
 .rms {
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color:#640200;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   }
    .rmss {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color:#640200;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   }
    .rmred {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color:#ff0000;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   }
.rg {
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	color:#000000;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
   }
      }
.rgs {
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	color:#000000;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   }
.sidebackground{
	 background-image:url(http://chang-tai-fu.com/image/left_back.jpg);
	  }
.topback{
	 background-image:url(http://chang-tai-fu.com/image/index_r4_c1.jpg);
	 }
.m-red {
	color: #FF0000;
}
