@CHARSET "UTF-8";
#main{
	height: auto;
}
a{
	color: #5F1919;
}
a:hover{
	color: #C33445;
	text-decoration: underline;
}
a:visited{
	color: #C33445;
}
#navi_member a{
	background: url("../img/common/member.jpg") no-repeat scroll 0 -25px;
}

#member_text p,
#member_text ul{
	padding-left: 16px;
	margin-top: 10px;
}
#member_text p.title{
	color: #5F1919;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 10px 3px 38px!important;
	background: url("../img/capacity/line_inbox.png") no-repeat scroll 0 0;
	width: 650px;
	height: 18px;
	clear: both;
}
.member_table{
	font-size: 0.9em;
	margin-bottom: 20px;
	width: 680px;
	margin-left: 15px;
}
.member_table th,
.member_table td{
	padding: 5px;
	border: 1px solid #C99E9B;
}
.member_table th{
	background-color: #EBD3D6;
	width: 170px;
	font-weight: normal;
	text-align: left;
}
.member_table td{
	background-color: #FEFBFB;
}

