@charset "utf-8";
/* CSS Document */

body {
margin:0px;
padding:0px;
background-color:#000000;
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #622F0B;
	text-decoration: none;
}
.link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3F1F02;
	text-decoration: underline;
	line-height: 12px;
}
.tit {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3F1F02;
	line-height: 12px;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #1C1A15;
}
.date {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #6B1503;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #3F1F02;
}

a:link {
	color: #622F0B;
}
a:visited {
	color: #622F0B;
}
a:hover {
	color: #622F0B;
}
a:active {
	color: #622F0B;
}