body, html {
	background-image: url(bgtile.jpg);
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
	font-family: Serif;
	font-size: 12pt;
	color: #fff;
}

img {
	border: 0px;
}

a {
	color: #aaa;
	font-weight: bold;
}

table {
	font-size: 10px;
	width: 480px;
	border: 0px;
}

tr {
	width: 480px;
	height: 20px;
}

td {
	background: #000;
}

.td_date {
	width: 60px;
}

.td_content {
	width: 380px;
}

.td_content:hover {
	background: #333;
}

.td_links {
	width: 20px;
	text-align: center;
}

.header_navi_back {
	width: 100%;
	height: 69px;
	background-image: url(header_navi_back.jpg);
	background-position: center;
	margin-top: 139px;
}

.rss, .atom, .months, .linklist, .pages, .header {
	position: absolute;
	visibility: hidden;
}

.header_row_1 {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 46px;
	text-align: center;
}

.header_row_2 {
	position: absolute;
	top: 46px;
	width: 100%;
	height: 32px;
	text-align: center;
}

.header_row_3 {
	position: absolute;
	top: 78px;
	width: 100%;
	height: 33px;
	text-align: center;
}

.header_row_4 {
	position: absolute;
	top: 111px;
	width: 100%;
	height: 28px;
	text-align: center;
}

.header_row_5 {
	position: absolute;
	top: 139px;
	width: 100%;
	height: 19px;
	text-align: center;
}

.header_row_6 {
	position: absolute;
	top: 158px;
	width: 100%;
	height: 32px;
	text-align: center;
}

.header_row_7 {
	position: absolute;
	top: 190px;
	width: 100%;
	height: 18px;
	text-align: center;
}

.entries {
	top: 210px;
	margin-left: -240px;
	width: 100%;
	text-align: center;
}

.entry {
	width: 480px;
	margin-left: 50%;
	text-align: left;
}

.entry_title, .comment_author {
	font-weight: bold;
	color: #ccc;
}

.entry_date, .comment_date {
	color: #aaa;
	font-size: 8pt;
	margin-left: 5px;
}

.entry_date:before {
	content: "("
}

.entry_date:after {
	content: ")"
}

.entry_content, .comment_content {
	margin-top: 20px;
	margin-left: 5px;
	text-align: justify;
}

.entry_comment {
	color: #aaa;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: -72px;
	margin-bottom: 72px;
}

.entry_border_bottom {
	width: 480px;
	height: 28px;
	margin-bottom: 30px;
	margin-top: 20px;
	background-image: url(entries_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
}

.album_title {
	color: #fff;
	font-size: 8pt;
}

.comments {
	margin-left: -240px;
	width: 100%;
	text-align: center;
}

.comment {
	width: 480px;
	margin-left: 50%;
	text-align: justify;
}

.comment_author, .comment_date {
	text-decoration: underline;
}

.comment_content {
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

.submit_comment {
	width: 480px;
	margin-left: 50%;
	margin-top: 50px;
	padding: 10px;
}

input, textarea {
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.submit_comment_name {
	display: block;
}

.submit_comment_name_input {
	width: 300px;
}

.submit_comment_text {
	margin-top: 10px;
	display: block;
}

.submit_comment_textarea {
	width: 300px;
}

.submit_comment_quiz {
	margin-top: 10px;
	display: block;
}

.submit_comment_quiz_input {
	width: 40px;
}

.submit_comment_button {
	margin-top: 20px;
}

.newsletter {
	width: 100%;
	text-align: center;
}

.newsletter_email, .newsletter_submit {
	background: #000;
	color: #fff;
}

