@charset "utf-8";
/* CSS Document */

#member{
	width:534px;
	}
	
#member table{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	width:100%;
	margin:20px auto;
	font-size:14px;
}
#member table th,
#member table td{
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	padding:4px;
	text-align:left;
} 

#member table tr:first-child{
	background-color:#F0D2C8;
	font-weight:bold;
}

#member table tr:nth-child(2) td:nth-child(2),
#member table tr:nth-child(4),
#member table tr:nth-child(6){
	background-color:#fceed6;
	font-weight:bold;
}

#member table td.photo{
	width:220px;}

#member h3{
	color:#8F0302;
	font-weight: bold;
	padding: 6px 0px 0px 15px;
	margin-top: 16px;
	text-align: left;
	background-image: url(images/bg_ttl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 33px;
	}

#member p.cat{
	text-align:left;}

#member p.cat span{
	font-weight:bold;
	padding:0px 10px;
	}

#member p.cat span a,
#member p.cat span a:visited{
	color:#001475;}