/* CSS Document */

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

#cosme_wrapper {
  width: 740px;
  margin: 20px auto 15px auto;
}

/* テキスト
---------------------------------------------------- */
.f10a {  font-size: 0.92em; line-height: 120%; color: #FF6666;}
.f10b {  font-size: 0.85em; line-height: 130%; color: #666666;}
.f12a {  font-size: 12px; line-height: 140%; color: #E7288B; font-weight: bold;}
.fb { font-weight: bold;}

/* ヘッダー
---------------------------------------------------- */
#c_header {
  padding: 0;
  width: 740px;
  margin-bottom: 15px;
}
.left {
  width: 452px;
  float: left;
}
#c_header #right {
  padding: 0;
  width: 161px;
  float: right;
}

#c_contents {
  width: 740px;
  margin-top: 20px;
  float: left;
}
.contents_left {
  float: left;
  width: 275px;
  padding-bottom: 15px;
}
.contents_right {
  margin-left: 10px;
  width: 455px;
  float: left;
}
.contents_rightbox {
 margin-bottom: 10px;
 clear: left;
}
.contents_rct {
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.contents_rb {
  width: 440px;
  margin-bottom: 20px;
  float: left;
}




/* フッター
---------------------------------------------------- */
#backnumber {
  margin-bottom: 10px;
  float: right;
  clear:both;
}




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