@charset "utf-8";
/* CSS Document */
/*********************************************************
		** 企業リスト：member/index.html  **
*********************************************************/
#member h3#ttl00{
	background-image: url(../images/h3ttl_member.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 500px;
	margin-bottom:1.5em;
}
#member h3#ttl01{
	background-image: url(../images/h3ttl_member_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 500px;
	margin-bottom:1.5em;
}
#member h3#ttl02{
	background-image: url(../images/h3ttl_member_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 500px;
	margin-bottom:1.5em;
}
#member h4{
	color:#990033;
	font-size:13px;
	font-weight:bold;
	padding-bottom:0.5em;
}
#member .p01,
#member .p02{
	border-bottom:1px solid #dddddd;
	margin-bottom:2em;
	padding-bottom:1em;
	margin:0 auto 1.5em;
	width:480px;
}
#member .p01 th{
	border-right:1px solid #990000;
	padding:5px;
	padding-bottom:3px;
	width:100px;
}
#member .p01 td{
	padding:5px;
}
#member .p01 table{
	margin-bottom:1.7em;
}

#member .p02 ul li{
	display:inline;
	list-style-type: none;
	background-image: url(../images/icn_list.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left:18px;
}
#member #list{
	margin-bottom:2em;
	padding-bottom:1em;
	margin:0 auto 1.5em;
	height:300px;
	width:500px;
}

