@import url("news.css");
@import url("top.css");
body {
	margin: 0px;
	padding: 0px;
	background:url(../images/common/background.jpg);
}
a:link {
	color: #0066ff;
	text-decoration: underline;
}
a:visited {
	color: #0066ff;
	text-decoration: none;
}
.txt_small {
	font-size: 63%;
	color: #333333;
}
.info_text {
	font-size: 12px;
	color: #FFF;
}


a:hover {
	color: #ff7e00;
	text-decoration: underline;
}
a:active {
	color: #0066ff;
	text-decoration: underline;
}

.wrapper {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7E4B37;
	border-left-color: #7E4B37;
}

.text_big {
	font-size: 82%;
}

.basic_txt {
	font-size: 75%;
	line-height: 130%;
	color: #333333;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
.text_12 {
	font-size: 12px;
}
