@CHARSET "UTF-8";

#list_table {
	width:780px;
}

#list_table td {
	width: 25%;
	border: none;
}

#list_subject {
	font-weight: bold;
}

#empty {
	text-align: center;
}

#content_table td {
	padding: 10px;
	border: 1px solid #ddd;
}

#content_table img {
	width: 100%;
	height: 100px;
}

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

#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 img {
	display: table;
	margin: 0 auto;
	max-width: 600px;
}
#page {
	text-align:center;
	margin:20px 0 0 0;
	width:775px;
}
#button {
	margin:20px 0 0 0;
	width:780px;
}