body {
	background-color: #ffffff;
	margin: 0px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	color: #121212;
	text-align:center;
	}

/* ##### 全体 ##### */
.allmain {
	width:1000px;
	height:auto;
	background-color: #ffffff;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	border-bottom: 0px solid #ababab;
	padding: 0px;
	margin: 0px;
	}

/* ##### TOPヘッダ ##### */
#toptitle {
	clear: both;
	width:1000px;
	height:40px;
	font-size:80%;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	background-image: url(image/rfac_top.jpg);
	background-repeat: no-repeat;
	border-top: 0px solid #CBE0EA;
	border-bottom: 0px solid #dddddd;
	margin-bottom: 10px;
	margin-bottom: 10px;

	}


/* ##### 共通 ##### */
#page_main {
	width:1000px;
	height:auto;
	border: 0px solid #005500;
    font-size:90%;            /*テキストサイズの指定*/
	letter-spacing: 0.1em;
	line-height: 20px;
}


.page_title{
	width:900px;
	height:30px;
	border-bottom:solid 3px #6EACE7;
	padding-top:15px;
	padding-bottom:2px;
	padding-left:5px;
	color:#000000;             /*テキスト色の指定（白）*/
    font-size:145%;            /*テキストサイズの指定*/
	font-weight: bold;
	text-align:left;
	margin-bottom:10px;
	}
.page_cntns_title{
	width:890px;
	height:auto;
	border:solid 0px #bbbbbb;
	margin-left:5px;
	margin-top:10px;
    font-size:110%;            /*テキストサイズの指定*/
	color:#0070AF;             /*テキスト色の指定（白）*/
	text-align:left;
}
.page_str{
	width:890px;
	height:auto;
	border:solid 0px #bbbbbb;
	margin-left:0px;
	margin-bottom:20px;
    font-size:90%;            /*テキストサイズの指定*/
	color:#000000;             /*テキスト色の指定（白）*/
	text-align:left;
}
.page_cntns{
	width:850px;
	height:auto;
	border:solid 0px #bbbbbb;
	margin-left:15px;
	margin-bottom:20px;
    font-size:90%;            /*テキストサイズの指定*/
	color:#000000;             /*テキスト色の指定（白）*/
	text-align:left;
	}

.foot {
	width:1000px;
	height:100px;
	border-top:solid 1px #bbbbbb;
	text-align:center;
	margin-top:50px;
	padding-top:15px;
    font-size:90%;            /*テキストサイズの指定*/
}
.clr{
	clear:both;
}
