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

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

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

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

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: 3px double #CC3366;
	line-height: 180%;
}
/* プロフィール内ボックス */
div.profile_in {
	padding: 6px;
	background: url(./img43/bg_profile.gif) left top;
}
div.profile_in p {
	font-size: 10px;
	line-height: 180%;
}
div.profile_in p.career {
	margin-top: 8px;
}
/*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(./img43/bg_line.gif) repeat-y left top;
	/*border-left: 2px solid #b55f03;
	border-right: 2px solid #b55f03;*/
}
/* 質問文 */
div.main_txt p.q {
	padding-top: 16px;
	background: url(./img43/icon_pc.gif) no-repeat 0px 16px;
	color: #CC3366;		
	font-weight: bold;
	text-indent: 20px;
	line-height: 18px;
}
/*
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(./img43/b_lines_u.gif) left top;
	line-height: 22px;
}	

/*本文テキスト太字指定*/
div#profile span.txt_b {
	font-weight: bold;
}
/* サンクス　*/
p.q2 {
	font-weight: normal;
	color: #CC3366;
	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: 5px 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(./img43/3p_info.gif);
	text-indent: -9999px;
	display: block;
	height: 49px;
	width: 453px;
}	
/* インフォメーション・box */
div.info_box {
	padding: 12px 6px 12px 12px;
	line-height: 140%;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC3366;
	border-bottom-color: #CC3366;
	border-left-color: #CC3366;
}
dl,dd,ul {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
	list-style-type: none;
}
dt{
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	line-height: 140%;
	list-style-type: none;
}

div.info_in {
	width: 100%;
	overflow: hidden;
}	
div.info_in p.title32 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 4px;
}

div.info_in p{
	line-height:22px;
}

div.info_in p.go_link{
	text-align: right;
	padding-top: 10px;
}

div.info_in p.ttl{
	font-weight: bold;
}
div.info_in th {
	width: 40px;
	padding: 5px;
	vertical-align: top;
	line-height: 18px;
}
div.info_in td {
	padding: 5px 0px 5px 0px;
	line-height: 18px;
}
div.img_box {
	float: left;
	padding: 5px 15px 0 0;
}	
p.box_ttl {
	font-weight: bold;
}
div.info_txt {
	float: left;
	width: 305px;
	padding: 6px 0 0 0px;
}
div.info_txt p {
	line-height: 18px;
}
div.info_txt p.txt10 {
	font-size: 10px;
}			
div.info_txt p.go_link {
	text-align: right;
	padding-top: 10px;
} 
div.info_txt p.go_link2 {
	text-align: right;
	padding: 4px 3px 0 0;
	line-height: 14px;
} 
div.info_txt p.go_link3 {
	text-align: right;
	padding: 10px 3px 0 0;
	line-height: 14px;
} 
p.line_h {
	padding-top: 15px;
}		
/*　装飾・破線
------------------------------*/

/* 破線【2x2】 */
span.b_line2 {
	height: 2px;
	background-image: url(./img40/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(./img40/b_line1x1.gif);
	margin: 10px 6px 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;
}	
p.information41 {
	margin: 10px 0px 0px 0px;
}

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