@charset "utf-8";

/*
======== table of content. =================================

summary:コンサルティングファームメンバーページ用CSS

- PROMOTIONAREA
- CONTENT

============================================================
*/



/*-----------------------------------------------------
PROMOTIONAREA
-------------------------------------------------------*/

div#promotionArea {

	background:
			transparent
			url(../images/img_waku_top.jpg) 
			no-repeat 0 109px;	
	height:133px;
}


/*-----------------------------------------------------
CONTENT
-------------------------------------------------------*/
div#content-container {
	margin:0;
	width:776px;
}

div#member-area {
	width:776px;
	background:
			transparent
			url(../images/img_waku_middle.jpg) 
			repeat-y left top;
	position:relative;
}

div.members {
	padding:15px 0 40px 80px;
	width:696px;
	background:
			transparent
			url(../images/img_waku_btm.jpg) 
			no-repeat left bottom;
}

div.return-index {
	padding:7px 0 0 24px;
	position:absolute;
	right: 30px;
	top: -40px;
	width:163px;
	height:18px;
	background:
			transparent
			url(../images/bg_toplink.jpg) 
			no-repeat left bottom;
	font-size:0.85em;
	color:#FFF;
	
}
div.return-index a,
div.return-index a:visited {
	color:#FFF;
}
div.return-index a:hover {
	color:#FFF;
}

div.members h4 {
	margin:30px 0 0 0;
	padding:6px 10px 7px 10px;
	width:616px;
	height:19px;
	background:
			transparent
			url(../images/bg_h01.gif) 
			repeat left top;
	font-size:1em;
	color:#FFF;
	font-weight:bold;
}

/**  段落設定 */
div.paragraph {
	margin:5px 20px;
	width:576px;
}


div.profile-left {
	float:left;
	width:230px;	
}
div.profile-left p.picture {
	border:1px solid #CCC;
	float:left;
	width:60px;
}
div.profile-left p.name {
	float:right;
	width:160px;
	font-size:0.9em;
	font-weight:bold;
} 

dl.profile-right {
	float:left;
	width:345px;
}
dl.profile-right dt {
	width:120px;
	height:17px;
	text-align:center;
	background:
			transparent
			url(../images/bg_info.gif) 
			no-repeat left top;
	font-size:0.8em;
	color:#FFF;
}
dl.profile-right dt.homepage {
	margin:10px 0 0 0;
}
dl.profile-right dd {
	margin:3px 0 0 0;
}
dl.profile-right dd a {
	padding:0 0 0 17px;
	background:
			transparent
			url(../images/icon_cursor01.gif) 
			no-repeat left center;	
}

/** コンサルティング分野 */
ol.field-list {
	margin:0 0 10px 0;
	width:576px;
}
ol.field-list li {
	margin:2px 0 0 0;
	padding:0 0 0 1em;
	text-indent:-1em;
}

/** 略歴 */
dl.history {
	margin:0 0 10px 0;
	width:576px;
}
dl.history dt {
	padding:12px 0 12px 5px;
	float:left;
	width:135px;
	font-weight:bold;
}
dl.history dt span {
	padding: 0 0 0 5px;
	display:block;
	border-left:3px solid #413425;
}

dl.history dd {
	padding:12px 0 12px 150px;
	background:
			transparent
			url(../images/dotline01.gif) 
			repeat-x left bottom;
	
}
dl.history dd p{
	width:410px;
}

/** コメント */
div#comment-area {
	margin:23px 0 0 0;
	width:635px;
	background:
			transparent
			url(../images/img_comment_middle.jpg) 
			repeat-y left top;
}
div#comment-area h4 {
	margin:0;
	padding:0;
	width:635px;
	height:53px;
	background:none;
}
div#comment-area p {
	padding:10px 40px 25px 40px;
	width:555px;
	background:
			transparent
			url(../images/img_comment_btm.jpg) 
			no-repeat left bottom;
}

