/*全体*/
.all {
  width: 445px;
  text-align: left;
	font-size: 12px;
}
/*プロフィール*/
.profile {
  margin: 18px 0px 25px 0px;
  width: 100%;
	padding: 11px 9px;
	font-size: 10px;
  border: 1px solid #875600;
	line-height: 160%;
}	
/*プロフィール・ラスト*/
.last_cm {
  text-align: right;
	padding: 0px 9px 0px 0px;
}	
.clr {
  clear: both;
}	
/*本文・テーブル*/
table.main {
  width: 445px;
  padding:0px;
  margin:0px;
}
/*本文テキスト太字指定*/
.txt_b {
  font-weight: bold;
}
/*本文テキスト*/
.main_txt {
  border-left: 2px solid #3366fe;
	border-right: 2px solid #3366fe;
	padding: 14px 6px 14px 8px;
	line-height: 160%;
	font-size: 12px;
}
/*質問文の■*/
.square {
  color: #000000;
}
/*テキスト質問文*/
.q {
  font-weight: bold;
	color: #894811;
}			
/*１ページ目写真*/
.royal {
  float: right;
	padding: 4px 0px 8px 8px;
}
/*○○を読む*/
.arrow {
  text-align: right;
}	
/*２ページ目の写真*/
.studio  {
  text-align:right;
}
/*活動インフォメーション・テーブル*/
.info {
  margin-top: 5px;
}
/*活動インフォメーション・テキスト*/
.info_txt {
  border-right: 2px solid #3366fe;
	border-left: 2px solid #3366fe;
	border-bottom: 2px solid #3366fe;
	font-size: 12px;
}		
/*本　画像*/
#book {
  float: left;
	margin: 12px 12px 0px 12px;
}
/*インフォ・テキスト*/
.title {
  padding: 15px 12px 0px 0px;
	line-height: 140%;
	float: right;
}	
.clr {
  background: url(./img23/b_line.gif) repeat-x;
  height: 2px;
	clear: both;
	margin: 12px 3px 0px 3px;
}	
.last_txt {
	padding: 0px 14px 12px 14px;
	line-height: 160%;
	font-size: 12px;
}	
/*了*/
.arrow2 {
  text-align: right;
	padding-top: 6px;
}		


a {
  color: #0000cc;
}					