@charset "UTF-8";

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

body {
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

hr {
	margin:20px 0;
}

.main {
	margin:0 auto;
	width:560px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.sub {
	margin:0 auto;
	padding:30px;
	width:500px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #333333;
}

.txtTitle {
	font-size: 14px;
	line-height: 140%;
	color: #FFFFCC;
}

.txtCopy {
	font-size: 12px;
	line-height: 140%;
	color: #CCCCCC;
}

.txtWhite {
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
}

.txtBlack {
	font-size: 12px;
	line-height: 140%;
	color: #000000;
}

.txtMini {
	font-size: 10px;
	line-height: 120%;
	color: #FF0000;
}
