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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* color: #A1A1A1; */
	color: #666;
}
strong {
	color: #000;
}
.horline_red {
	float: none;
	width: 768px;
	height: 4px;
	background: url(../images/portal/hor_line_red.gif);
	background-repeat: repeat;
}
.horline_gray {
	float: none;
	width: 768px;
	height: 1px;
	background: url(../images/portal/hor_line_gray2.gif);
	background-repeat: repeat;
}
.horline_gray_pixel {
	float: none;
	width: 768px;
	height: 1px;
	background: url(../images/portal/pixel_gray.gif);
	background-repeat: repeat;
}
.line-ver {
	background: url(../images/portal/line-ver.gif) repeat-y;
	position: relative;
	top: 10px;
	bottom: 10px;
}
.nav a {
	color: #A1A1A1;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover {
	color: #DD0000;
}
.nav_item {
	position:relative;
	float:right;
	right:10px;
}
.maintitle {
	color: #DD0000;
	font-size: 18px;
	font-weight: bold;
}
.subtitle {
	color: #000;
	font-weight: bold;
}
.site {
	color: #DD0000;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.site a:link {
	color: #DD0000;
	text-decoration: none;
}
.site a:visited {
	color: #DD0000;
	text-decoration: none;
}
.site a:hover {
	color: #000;
}
.sitetext {
	text-align: justify;
	font-size: 12px;
}
#right_column a {
	border-bottom: dotted 1px #C0C0C0;
}
#right_column a:link {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
#right_column a:visited {
	color: #A1A1A1;
	font-weight: bold;
	text-decoration: none;
}
#right_column a:hover {
	color: #DD0000;
}
.news_title {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
#newsbox {
	text-align: justify;
	font-size: 12px;
}
#newsbox a {
	text-decoration: none;
}
#newsbox a:link {
	color: #808080;
}
#newsbox a:visited {
	color: #A1A1A1;
}
#newsbox a:hover {
	color: #000;
}
.newsfeed_date {
	color: #DD0000;
	font-weight: bold;
}
.copyright {
	font-size: 11px;
}
.copyright a {
	color: #A1A1A1;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #C0C0C0;
}
.copyright a:hover {
	color: #000;
}
.noborder {
	border-bottom: 0px;
}
