@charset "utf-8";

/*================================
t@CFmember.css
Fo[y[W̃X^C

IE6.5ȉɂ̂ݓKpX^C ie.css
ɋLqĂ܂B

=================================*/

@import url("../share/default.css");
@import url("../share/common.css");

/* Clearfix
=================================*/

div.memberList ul:after,
div#profileArea:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

div.memberList ul,
div#profileArea {
	display: inline-block;
}

/* Hide from Mac IE \*/
div.memberList ul,
div#profileArea {
	*height: 1%;
	display: block;
}
/* Hide from Mac IE */


/* =========================================
*  index
* ========================================= */

/* topicPath */

div#contents ol.topicPath {
	margin-left: 12px;
}

/* title */

div.title {
	margin-left: 11px;
	width: 762px;
	position: relative;
}

div.title p.eng {
	position: absolute;
	top: 4px;
	right: 4px;
}

div.title p.eng a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
}

/* pagenav */

div.pagenav {
	border: 1px solid #574028;
	background: #F5F5F5;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	height: auto;
}

div.pagenav {
	margin: 7px 12px 30px;
}

div.pagenav ul {
	padding-bottom: 10px;
	display: block;
	clear: both;
	height: auto;
}

div.pagenav ul li {
	display: block;
	background: url(../../img/share/icon_arw01.gif) no-repeat 0 .25em;
	width: 200px;
	padding-top: 0;
	padding-right: 31px;
	padding-bottom: 0;
	padding-left: 12px;
	float: left;
}

/* memberList */

div.memberList {
	margin: 0 0 0 28px;
	padding-bottom: 20px;
	width: 730px;
	display: block;
}

div.memberList div.inBox {
	margin-top: 15px;
	width: 730px;
	xmin-height: 36px;
	position: relative;
	line-height: 1.3;
}
div.memberList div.inBox.first-child {
	margin-top: 0;
}
/*div.memberList div#anc07 {
	min-height: 86px;
}
div.memberList div#anc08 {
	min-height: 135px;
}*/

div.memberList h2 {
	width: 168px;
	padding-top: 3px;
	position: absolute;
	top: 1px;
	left: 0;
	text-align: right;
	display: block;
}

div.memberList ul {
	margin-left: 178px;
	border-left: solid #000 2px;
	padding: 0 0 0 10px;
	line-height: 1.7;
}

div.memberList ul li {
	float: left;
	margin-right: 30px;
	padding: 5px 0 5px 12px;
	width: 90px;
	background: url(../../img/share/icon_arw01.gif) no-repeat 0 9px;
	line-height: 1.3;
}

div.memberList ul li a.gray {
	color: #5A5A5A;
}


/* =========================================
*  profile
* ========================================= */

div.profile {
	position: relative;
}

div.profile ol.topicPath {
	margin-right: 70px;
}

div.profile div.pagenav {
	margin-bottom: 10px;
}

div.profile p.eng {
	position: absolute;
	top: 6px;
	right: 10px;
}

div.profile p.eng a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
}

/* contents area */

div#profileArea {
	margin: 0 0 0 3px;
	width: 769px;
	background: url(../../img/member/bg_profile.gif) repeat-y;
}

/* main */

div#profileArea #main {
	float: right;
	padding-bottom: 20px;
	width: 580px;
}

div#profileArea #main h1 {
	margin-bottom: 22px;
	padding: 5px 0 7px;
	color: #737373;
	background: url(../../img/share/bg_tit.gif) no-repeat left bottom;
	font-weight: bold;
}

div#profileArea #main h1 strong {
	color: #333333;
	font-size: 117%;
}

div#profileArea #main p {
	margin: 0 20px 20px;
	line-height: 1.6;
}

/* sub */

div#profileArea #sub {
	float: left;
	width: 179px;
}

div#profileArea #sub ul {
	margin: 0 10px;
	padding-top: 15px;
}

div#profileArea #sub ul li {
	margin-bottom: 13px;
	padding-left: 12px;
	background: url(../../img/share/icon_arw01.gif) no-repeat 0 .5em;
}

