﻿/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #30312D url(../common/bg.jpg) repeat-x top;
}
#container {
	padding: 0px;
	width: 760px;
	margin: 0px auto;
	background: #272822;
}
#container #header {
	height: 120px;
	border-bottom: 1px solid #999999;
}
#container #main {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 30px;
}
#container #main #image {
	height: 340px;
}
#container #main #navi {
	text-align: center;
	height: 30px;
}
#container #main #info {
	text-align: center;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#container #main #info ul {
}
#container #main #info li {
	display: list-item;
	list-style-position: inside;
	list-style-type: disc;
}
#container #footer {
	height: 140px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 15px;
	text-align: center;
	margin: 0px;
	clear: both;
	border-top: 1px solid #999999;
	background-color: #31312D;
	background-image: url(../common/footer.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #272822;
	text-decoration: none;
}
a:visited {
	color: #272822;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	background-color: #CCCCCC;
}
#container #footer a:link {
	text-decoration: none;
	color: #ADADAD;
}
#container #footer a:visited {
	color: #ADADAD;
	text-decoration: none;
}
#container #footer a:hover {
	color: #FFCC33;
}
#container #footer a:active {
	color: #FFFFFF;
}
li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
.topic {
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #D1D1C6;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}
.banner {
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #474542;
	color: #E2E2E2;
}
.copyright {
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.large {
	font-size: 14px;
	line-height: 120%;
}

.topicspot {
	color: #272822;
	font-size: 12px;
}
#container #main #info img {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#container #main #info p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#container #main #spot {
	width: 700px;
	margin-top: 5px;
	background-color: #474542;
	color: #E0E0E0;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #main #spot a:link {
	color: #E0E0E0;
	text-decoration: none;
}
#container #main #spot a:visited {
	color: #E0E0E0;
	text-decoration: none;
}
#container #main #spot a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#container #main #spot a:active {
	color: #CC0000;
	text-decoration: none;
	background: none;
}
