
/*--------------------------------

第32回・この人に聞くＣＳＳ

--------------------------------*/

/*デフォルトリセット*/

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
}


/* 全体設定
------------------------ */

div.all {
  width: 453px;
	font-size: 12px;
	text-align: left;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
img {
  border: none;
}	
p { 
  margin: 0;
	padding: 0;
}	
/* クリア */
span.clr {
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	color: #ffffff;
	line-height: 1px;
	display: block;
	clear: both;
}	

/* 表紙ページ（1ページ目）
-----------------------------*/

/*表紙絵*/
div.face {
  width: 453px;
	height: 396px;
}	
div.face p {
  float: left;
}	
/* プロフィール */
div#profile {
  margin: 18px 0px ;
	border: 1px solid #019b1a;
	line-height: 180%;
}
/* プロフィール内ボックス */
div.profile_in {
	padding: 6px;
	border: 1px solid #ffffff;
	background: url(./img32/bg_profile.gif) left top;
}
div.profile_in p {
	font-size: 10px;
	border: 1px solid #ffffff;
	line-height: 180%;
  
}
/*1pタイトル*/
/*
span.ttl {
  background-image: url(./img31/1p_titlel.gif);
	text-indent: -9999px;
	display: block;
	height: 54px;
}
*/
/* ページ共通
-------------------------*/


/* 本文 */
div.main_txt {
  padding: 0px 10px 14px 12px;
	line-height: 220%;
	background: url(./img32/bg_line.gif) repeat-y left top;
	/*border-left: 2px solid #b55f03;
	border-right: 2px solid #b55f03;*/
}
/* 質問文 */
div.main_txt p.q {
  font-weight: bold;
	color: #666666;
	text-indent: 14px;
	background: url(./img32/icon_mike.gif) no-repeat 0px 18px;
	line-height: 18px;
	padding-top: 16px;
}
div.main_txt p.q span {
  font-weight: bold;
	color: #9b6f07;
	text-indent: 16px;
	background: url(./img31/icon.gif) no-repeat 0px 25px;
	padding-top: 16px;
}
div.main_txt p.ans {
	background: url(./img32/b_lines_u.gif) left top;
	line-height: 22px;
}	
div.main_txt p.ans_m {
	background: url(./img32/b_lines_u.gif) left top;
	line-height: 22px;
	color: #a91b60;
}	
div.main_txt p.ans_k {
	background: url(./img32/b_lines_u.gif) left top;
	line-height: 22px;
	color: #1b5da0;
}	
div.main_txt p.ans_o {
	background: url(./img32/b_lines_u.gif) left top;
	line-height: 22px;
	color: #2a4e24;
}	



/*本文テキスト太字指定*/
div#profile span.txt_b {
  font-weight: bold;
}
/* サンクス　*/
p.q2 {
  font-weight: narmal;
	color: #666666;
	padding-top: 16px;
	line-height: 19px;
	
}	
/*【リンク】○○を読む */
p.arrow {
  text-align: right;
	padding-top: 12px;
	display: block;
}	
/* 了 */
p.arrow2 {
  text-align: right;
	padding: 18px 8px 0px 0px;
	display: block;
}	
span.bld {
  font-weight: bold;
}	
/*画像【CD】*/
div.cd_box {
  margin: 40px 0px 10px 0px;
}	
div.cd_box div {
  float: left;
	width: 32%;
	text-align: center;
}	
div.cd_box div.cd p.cd_ttl {
  padding-top: 4px;
}	
div.cd_box div.cd p.cpn {
  text-align: left;
	padding: 2px 6px;
	line-height: 140%;
	font-size: 10px;
}	
/*　イメージ写真設定
------------------------------------*/

img#fl_img {
  float: right;
	margin: 18px 4px 2px 6px;
}	
div.img_3b {
  text-align: center;
	margin-top: 12px;
}	
/*ページ下・写真（）*/
.img_b2 {
  text-align: center;
	margin: 30px auto 10px auto;
	display: block;
}	


/*　活動インフォメーション
-----------------------------------*/

/*活動インフォメーション・枠*/
div.info_all {
  width: 453px;
	margin-top: 12px;
}
/*活動インフォメーション・タイトル*/
span.info {
  background-image: url(./img32/3p_info.gif);
	text-indent: -9999px;
	display: block;
	height: 49px;
	width: 453px;
}	
/* インフォメーション・box */
div.info_box {
  border-left: 2px solid #04c3fa;
	border-right: 2px solid #04c3fa;
	border-bottom: 2px solid #04c3fa;
	padding: 12px 12px 20px 12px;
	line-height: 140%;
}

div.info_box p.top {
  margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}	
dl,dt,dd,ul {
  margin: 0px;
	padding: 0px;
	line-height: 1;
	list-style-type: none;
}	
div.info_box dl {
  margin: 0px 0px 10px 0px;
	line-height: 150%;
}	
div.info_box dt {
  font-weight: bold;
	padding: 0px 0px 4px 0px;
	line-height: 120%;
}
div.info_box dd {
  line-height: 140%;
}	
div.info_box dd.infotxt_re {
  line-height: 160%;
	color: #ff0000;
	font-weight: bold;
}			
div.info_box ul li {
  line-height: 150%;
}	


div.info_box div.info_in {
  width: 100%;
}	
div.info_in div.fl_poster {
  float: left;
}	
div.info_in div.fl_txt {
  float: left;
	width: 175px;
	padding-left: 20px;
}	
div.info_in p.last_txt {
  text-align: center;
	margin: 10px auto;
	line-height: 150%;
}	
/*
div.info_in p img {
  float: left;
}

div.info_in p.info_txt {
  float: right;
	width: 270px;
	line-height: 160%;
	padding-right: 25px;
}	 
div.info_in p.info_txt span {
  font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	display: block;
}		
*/
/*　装飾・破線
------------------------------*/

/* 破線【2x2】 */
span.b_line2 {
	height: 2px;
	background-image: url(./img31/b_line2x2.gif); 
	margin: 10px 0px 8px 0px;
	padding: 0;
	font-size: 2px;
	line-height: 2px;
	display: block;
}	
/*
span.b_line3 {
	height: 2px;
	background-image: url(./img28/b_line2x2.gif); 
	margin: 14px 0px 8px 0px;
	padding: 0;
	font-size: 2px;
	line-height: 2px;
	display: block;
}	*/
/*破線【1x1】*/
span.b_line {
  height: 1px;
	background-image: url(./img31/b_line1x1.gif);
	margin: 10px 0px 8px 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
	display: block;
}	


/*　リンクボタン
----------------------*/

div#btnbox {
  margin: 15px 15px 0px 15px;
	height: 36px;
}	
div#btnbox p.linkno {
  float: left;
	width: 200px;
	padding-top: 2px;
}	
div#btnbox p img {
  float: right;
}			

div#btnbox p.backbtn {
  margin-top: 4px;
}	

/*------------------
インフォ
------------------*/
div.cd {
  width: 100%;
}	
div.cd p.cd1 {
  float: left;
}
div.cd p.cd_txt {	
  float: right;
	paddng-left: 10px;
	width: 320px;
	line-height: 16px;
}	
p.cd_txt span.cd_ttl {
  font-weight: bold;
	font-size: 14px;
}	
p.cd_txt span.link_cd {
  text-align: right;
	padding: 10px 4px 0px 0px;
	display: block;
	
}	
p.information31 {
  text-align: right;
	padding: 0px 8px 30px 0px;
}	


div#method_box {
}
div#method_box p {
  line-height: 18px;
}
div.history_babk {
  margin-bottom: 10px;
	text-align: right;
	padding-right: 8px;
