body {
	text-align:center;
}
table {
	border:solid 1px #666;
}

th,td {
	border:solid 1px #666;
}

td.title {
	background-color:#eee;
	font-size:12pt;
	font-weight:bold;
}

div.scroll {
	overflow-y:scroll;
	width:950px;
	height:500px;
	margin:10px auto 10px auto;
	text-align:left;
}

div.auth {
	width:950px;
	height:150px;
	margin:10px auto 10px auto;
	text-align:left;
	overflow-x:auto;
	border:solid 1px #888;
}

span.auth {
	cursor:pointer;
}

div.scroll td {
	width:160px;
}

div.scroll td.input {
	width:140px;
}

div.scroll td.title {
	width:800px;
}

div.scroll td.comment {
	width:800px;
}

div.scroll tr.select td {
	background-color:#fef;
}

div.scroll td.thumnail {
	text-align:center;
}

table.input {
	width:500px;
}

table.input th {
	background-color:#aaa;
	color:#222;
}

table.input td {
	text-align:left;
}

table.input td input {
	width:300px;
}

table.input td textarea {
	width:300px;
	height:50px;
}

div.button {
	text-align:center;
}

a img {
	border:none;
}

td.input {
	text-align:center;
}

td.input div {
	margin-top:20px;
}

ul {
	margin:0 auto 0 auto;
	width:500px;
	text-align:left;
}

li {
	margin-left:30px;
}
