@charset "utf-8";


body {
	color:#333333;
	font-size:12px;
	}

h1 {
	background:url(../images/ttl_member.gif) no-repeat;
	text-indent:-9999px;
	}

h2.logo {
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	height:52px;
	margin:0 0 16px;
	padding:0;
	/*border-bottom:1px solid #ccc;*/
	}

h2 {
	background:url(../images/ttl_new.gif) no-repeat;
	text-indent:-9999px;
	margin:30px 0 0;
	padding:0;
	}


table {
	background:none repeat scroll 0 0 #F2F2F2;
	color:#333333;
	font-size:12px;
	/*width:100%;*/
	}
	
th {
	background:none repeat scroll 0 0 #F2F2F2;
	border-bottom:1px solid #FFFFFF;
	padding:4px 0;
	vertical-align:top;
	white-space:nowrap;
	width:120px;
	}
	
td {
	border-bottom:1px solid #FFFFFF;
	padding:4px 0;
	width:180px;
}	

/* ----- パンくず ----- */
ul#topicPath_01 {
	background:#FFF;
	text-align:left;
	margin:0;
	padding:5px 0 0 5px;
	height:20px;
	font-size:11px;
}

ul#topicPath_01 li {  
display:inline;  
line-height:110%;  
list-style-type:none;  
}

ul#topicPath_01 li a {  
padding-right:15px;
background:url(../images/topicpath.gif) no-repeat right center;
}  