/* CSS Document */


/*hed_img
-----------------------*/
.hed_img {
	background:url(../images/category/member/hed_img.jpg) 0 0 no-repeat;
	width:760px;
	height:130px;
	text-indent:-9999px;
	margin-bottom:20px;
}


/*sub_title
-----------------------*/
.sub_title {
	background:url(../images/category/member/h3_member.jpg) no-repeat 0 0;
	height:75px;
	padding-top:75px;
	padding-left:280px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:20px;
	width: 480px;
}


/*member_privilege_list
-----------------------*/
.member_privilege_box {
	width: 730px;
	border: 5px solid #9E9C5C;
	padding: 10px;
}

.member_privilege_list {
	margin:0 0 10px;
	padding:0;
	list-style-type:none;
}

.member_privilege_list li {
	background:url(../images/index/icon_star.gif) no-repeat 0 2px;
	padding-left:18px;
	font-size:1.2em;
	font-weight:bold;
	color:#CC0000;
}
.member_privilege_list_sub {
	margin:0 0 10px;
	padding:0;
	list-style-type:none;
}

.member_privilege_list_sub li {
	background:url(../images/index/icon_star.gif) 0 1px no-repeat;
	padding-left:18px;
	font-size:1em;
	font-weight:bold;
	color:#000000;
}

.btn_member {
	height: 40px;
	width: 180px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.btn_member a {
	background: url(../images/category/member/btn_member.gif) no-repeat 0 0;
	text-indent: -9999px;
	height: 40px;
	width: 180px;
	display: block;
}
.btn_member a:hover {
	background: url(../images/category/member/btn_member.gif) no-repeat 0 -40px;
	text-indent: -9999px;
	height: 40px;
	width: 180px;
	display: block;
}
