﻿@import url('header.css');
@import url('sub_menu.css');
@import url('rep_body.css');
@import url('bookmark_hd.css');
@import url('bm_rc_search.css');
@import url('rep_rc_accept.css');
@import url('rep_rc_rank.css');
@import url('rep_rc_book.css');
@import url('rep_rc_ads.css');
@import url('footer1.css');
div#bm  {
	clear:both;
	width: 600px;
	margin:25px 25px;
}
div#bm table {
	margin-top:0px;
}
div#bm td{
	border-bottom:1px gray dotted;
	padding: 5px 0px;
}
div#bm img {
	vertical-align:text-top;
}
div#bm h1 {
	font-size:16px;
	margin-bottom:5px;
}
div#bm h1 a{
	color:#039 ;
	text-decoration:none;
	border-bottom:1px #039 solid;
}
div#bm h1 img {
	font-size:16px;
	vertical-align:bottom;
}

div#bm ul {
	list-style:none;
	margin-bottom:5px;				
}
div#bm ul li {
	display:inline;	
	margin:8px;			
	color:#444;
}
div#bm ul li a{
	color:#444;
}
div#err {
	clear:both;
	width: 600px;
	line-height:30px;
	margin:25px 25px;
}
div#err img {
	vertical-align: middle;
}
div#Member {
	clear:both;
	width: 600px;
	margin:25px 25px;
}

div#cmd {
	clear:both;
	width: 600px;
	margin:25px 25px;
}
div#cmd table {
	width:100%;
	border-collapse:separate;
	border-spacing:5px;
}
div#cmd table td {
	background-color:#eee;
	margin:25px;
	padding:5px;
	color:black;
}

div#cmd_list {
	clear:both;
	width: 600px;
	margin:25px 25px;
}
div#cmd_list table {
	width:100%;
	border-collapse:separate;
	border-spacing:5px;
}
div#cmd_list table th {
	background-color:RGB(209,235,241);
	text-align:left;
	margin:25px;
	padding:5px;
	color:#333;
	border-bottom:4px RGB(113,191,210) solid;

}
div#cmd_list table td {
	background-color:RGB(234,245,249);
	margin:25px;
	color:black;
}



