/* CSS Document */

/* 全体構造
---------------------------------------------------- */
.w185 {width:185px;}
.w215 {width:215px;}
.w220 {width:220px;}
.w465 {width:465px;}

.mt35 {margin-top: 35px;}
.pr3 { padding-right: 3px;}
.pb3 { padding-bottom: 3px;}


/* テキスト
---------------------------------------------------- */
.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;
}
.f11 { font-size: 0.92em;}
.f_other { color: #78493F;}
.f_other a { color: #78493F; text-decoration:underline;}
.f_other a:hover { color: #78493F; text-decoration:none;}

.f_profile{ color: #999999; font-size: 0.85em; line-height: 1.5em;}
.f_profile a{ color: #999999; line-height: 1.5em; text-decoration:none;}
.f_profile a:hover{ color: #999999; line-height: 1.5em; text-decoration:underline;}
.f_gokon{ color: #FF6382; font-weight: bold;}
.f_travel{ color: #4696B2; font-weight: bold;}
.f_gourmet{ color: #65B265; font-weight: bold;}
.f_fashion{ color: #B265B2; font-weight: bold;}

/* コンテンツ
---------------------------------------------------- */
#ntt_header {
  width: 800px;
  margin: 20px auto 10px auto;
  background-color: #FFFFFF;
}

#ntt_contents{
  width: 720px;
  padding: 15px 0 20px 0;
  margin-left: auto;
  margin-right: auto;
}

.closeup{
  margin: 0;
  padding: 0;
  background:url(img/closeup_bg.gif) repeat-y;
}
.closeup_box{
  width: 694px;
  margin: 0 auto;
  padding: 5px;
  background-color:#FFFFFF;
}

.topic_ttl{
  padding: 2px;
  background-color:#E3E2D8;
  color: #78493F;
  margin-bottom: 3px;
}

.other_com{
  margin-top: 30px;
  margin-bottom: 20px;
}



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