﻿@charset "utf-8";

p, h1, h2, h3, h4, h5, h6, img, div, body, html, ul, li {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

img {
	border: none;
	vertical-align: bottom;
}

body {
	background-color: #000000;
	color: #cccc33;
	font-size: 20px;
	line-height: 1.5em;
}

hr {
	color: #cccc33;
}


#wrapper {
	width: 1000px;
	height: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;

}

#navi {
	position: relative;
	top: 310px;
	left: 60px;
}

#comment {
	display: none;
	position: relative;
	top: 295px;
	left: 55px;
	width: 400px;
}

#new {
	position: relative;
	top: 340px;
	left: 65px;
	width: 400px;
	font-size: 16px;
}

#back {
	float: right;
	margin-top: 15px;
}

#back2 {
	float: right;
	margin-top: 1px;
}

#prof {
	display: none;
	position: relative;
	top: 295px;
	left: 55px;
	width: 400px;
}

#prof th {
	width: 100px;
}

