﻿@charset "utf-8";
/* CSS Document */

@import"common.css";

#wrapper {
	background-image: url(../access/images/bg_illust.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.entry {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B1AA81;
	margin-bottom: 30px;
}

.topics_date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #B1AA81;
	padding: 3px;
	color: #FFFFFF;
}
.topics_title {
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B1AA81;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
.topics_comment {
	line-height: 1.4em;
	margin-bottom: 15px;
}
.topics_photo {
	text-align: center;
	margin-bottom: 15px;
}

.topics_photo img {
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B1AA81;
	margin: 10px;
}
.topics_photo a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.news_footer {
	font-size: 10px;
}
.news_menu {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.newsadmin {
	text-align: right;
}
#admin h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
#admin p {
}
#admin form {
	margin-bottom: 15px;
}
