/* CSS Document */

/* 全体構造
---------------------------------------------------- */

#aft_wrapper {
  width: 700px;
  margin: 20px auto;
  background-color: #FFFFFF;
}

/* テキスト
---------------------------------------------------- */
.cap {
	margin: 0;
	font-size: 0.85em;
	color: #666666;
	line-height: 1.4em;
}
.cap01 {
	margin: 0;
	font-size: 0.85em;
	color: #7E685C;
	line-height: 1.4em;
}
.menu_t { color: #5D4C40;}


/* コンテンツ
---------------------------------------------------- */
#aft_contents{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
}

.mb35 { margin-bottom: 35px;}
.w215 {width:215px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w460 {width:460px;}
.c_center { text-align:center;}
.c_line { border-bottom: 1px solid #D0CBC5;}

/* float set */
br.clear {
	font-size: 1px;
	line-height: 100%;
	clear: both;
	}
