.t_base {
	font-size: 12px;
	line-height: 16px;
	color: #918768
}
.t_s {  font-size: 11px; line-height: 13px; color: #918768}
.body {  color: #F1EEDD; width:100%; text-align:center}
.footlink {
	font-size:12px;
	padding:0 0 10px 0;
	text-align:center;
	letter-spacing:2px;
	padding-top:10px;
}

.border {
	border-bottom: 1px dashed #918768;
	width:auto;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:800px;
	background-color:#fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*ナビ（メニューボタン）*/
#navi {
	width:720px;
	margin:0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 40px;
	clear: none;
}

#footer {
	margin:50px 0 0 0;
	color: #918768;
	text-align: center;
}
.red {
	font-size: 14px;
	color: #F00;
}

