@CHARSET "UTF-8";

#list_table {
	text-align: center;
	border-top: 1px solid #000;
	width:780px;
}

#list_table td {
	border: none;
}

#list_top {
	font-weight: bold;
	background: #eee;
}

#list_1 {
	width: 7%;
}

#list_2 {
	width: 56%;
}

#list_4 {
	width: 10%;
}

#list_5 {
	width: 10%;
}

#list_6 {
	width: 7%;
}

#list_bottom {
	border-bottom: 1px solid #ddd;
}

#list_subject {
	text-align: left;
	padding: 0 30px;
}

#list_subject img {
	margin: 0 0 -2px 5px;
}

#write_left {
	font-weight: bold;
	text-align: center;
	background: #eee;
	width: 15%;
}

#modify_left {
	font-weight: bold;
	text-align: center;
	background: #eee;
	width: 10%;
}
#read_table {
	width:780px;
}
#read_table td {
	border: none;
}

#read_top {
	border-bottom: 1px solid #ddd;	
}

#read_subject {
	font-weight: bold;
}

#read_right {
	text-align: right;
}

#read_contents {
	padding: 50px 10px;
}
#button {
	margin: 30px 0 0 0;
	width:780px;
}
#page {
	margin: 20px 0 0 0;
	text-align: center;
	width:780px;
}

#write_form {
	width:780px;
}

