@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(../images/bg_3.jpg) center -300px no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

.page {
	margin: 0 auto;
	width: 900px;
}

a img {
	border: none;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
input,
textarea,
select,
option {
	color: #4e4e4e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.txtBox {
	background-color: #f5f5f5;
	border: 1px solid #0e0501;
	padding: 4px;
}

/* Header */
.header {
	/*background: url(../images/bg_header.jpg) left top no-repeat;*/
	/*height: 165px;*/
	height: 200px;
	z-index: 1;
}

/* Sound */
.sound {
	
}

/* Content */
.content {
	/*background: url(../images/bg_content.png) left top no-repeat; */
	color: #efefef;
	z-index: 0;
}
.content-inner-center {
	float: left;
	height: 525px;
	margin: 0 10px;
	overflow: hidden;
	width: 580px;
}
.content-inner-left {
	float: left;
	/*margin-top: 35px;*/
	width: 150px;
}
.content-inner-left a {
	display: block;
	margin-bottom: 10px;
}
.content-inner-right {
	float: left;
	/*margin-top: 40px;*/
	width: 150px;
}
.content-inner-right a {
	display: block;
	margin-bottom: 5px;
}
.gallery div {
	margin-bottom: 5px;
}
.gallery img {
	border: 5px solid #ffffff;
	margin: 0 5px;
}
.question strong {
	color: red;
}
.anser {
	cursor: help;
	display: none;
}
.anser strong {
	color: green;
}
.hoverThis {
	background-color: #6e6e6e;
}

/* Footer */
.footer {
	clear: both;
	color: #5f5f5f;
	padding-top: 20px;
	margin-bottom: 10px;
}
.copyright {
	color: #7c7c7c;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.copyright a {
	color: #7c7c7c;
	text-decoration: none;
}
.copyright a:hover {
	color: #ffffff;
}

/* Limiter Box */
.limiterBox{
	border: 1px solid #000;
	border-top: none;
	background-color: #ffc;
	padding:3px 6px;
	font-size:10px;
}

/* Fade Slide */
.fade-slide {
	height: 369px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	width: 580px;
}
.fade-slide div {
	position: absolute;
	left: 0;
	top: 0;
}
.more_link {
	float: right;
}
.more_link a {
	text-decoration: none;
	color: #FFF;
}
.more_link a:hover {
	text-decoration: underline;
}
