@charset "utf-8";

/*  contentBody
=======================================================*/

body {
	color: #141414;
	background: #FFF;
}

a:link,
a:active,
a:hover,
a:visited {
	color: #ba0404;
	text-decoration: underline;
}

p {
	margin-bottom: 1.0em;	
}

.txt-red {
	color:#ba0404;
}

/*header*/

div#header-content-wrapper {
	margin: 0 auto;
	height: 279px;
	width: 980px;
	position: relative;
}

/*menu*/

div#menu-wrapper {
	margin: 0 auto;
	background: url(../images/menu_bg.jpg) repeat-x;
	height: 58px;
	width: 980px;
	text-align: center;
	top: 616px;
}

ul#menu {
	height: 58px;
	width: 890px;
	display: inline-block;
}

ul#menu li img {
	margin: 0px;
	padding: 0px;
	float: left;
}

div#banner-wrapper {
	width:100%;
	text-align: center;
	margin-top:15px;
	margin-bottom: 0px;
}

div#btn-wrapper {
	width: 980px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

div#btn-wrapper img {
	margin-right:13px;
}

/*main*/

div#main-wrapper {
	margin: 0 auto;
	width: 950px;
}

div#credit-wrapper {
	text-align: center;
	margin-top: 58px;
	margin-bottom: 40px;
}

div#news-content {
	width: 950px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	clear:both;
}

/*news*/

div#news-left-column {
	width: 640px;
	float: left;
}

div#news-right-column {
	width: 250px;
	float: right;
}

div#news-content div#news-left-column h2 img {
	margin-bottom:15px;
	margin-right:20px;
	float: left;
}

div#news-content div#news-left-column h2.title {
	margin-top:36px;
	font-size: 1.2em;
}

div#news-right-column div.right-column-btn a:link,
div#news-right-column div.right-column-btn a:hover,
div#news-right-column div.right-column-btn a:active,
div#news-right-column div.right-column-btn a:visited {
	display:block;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #000 url(../images/allow_off.gif) no-repeat 10px center;
	padding:0.5em 0em 0.5em 2.2em;
	color: #FFF;
	width:15em;
	line-height: 1.6em;
	clear: both;
	margin-bottom: 10px;
}

div#news-right-column div.right-column-btn a:hover {
	background: #000 url(../images/allow_on.gif) no-repeat 10px center;
	color: #ba0404;
}

div#news-right-column h3 {
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1.5em;
}

div#news-right-column img.icon  {
	margin-right:10px;
	margin-bottom:10px;
}

div#news-right-column ul {
	margin-bottom: 1.5em;	
}

div#news-right-column ul li a {
	text-decoration: none;
	padding-left: 1.3em;
	background: url(../images/allow_b.gif) no-repeat left 2px;
	line-height: 1.2em;
	display: block;
	margin-bottom: 0.5em;
	color: #000;
}

div#news-right-column ul li a:hover {
	text-decoration: underline;
	color: #830808;
}

div.article-set {
	margin-top: 10px;
	margin-bottom: 20px;
	background: url(../images/dotline.png) repeat-x left bottom;
	padding-bottom: 15px;
	clear: both;
}

div.article-set h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}

div.article-set h3 a:link,
div.article-set h3 a:active,
div.article-set h3 a:visited {
	color: #141414;
	text-decoration: none;	
}

div.article-set h3 a:hover {
	color: #ba0404;	
}

div.article-set div.date {
	font-size: 0.8em;
	margin-bottom: 0.4em;
}

div.article-set div.article {
	display: block;
	width: 100%;
	clear: both;
}

div.article-set div.more {
	text-align: right;
	width: 35%;
	float: right;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
}

div.article-set div.social-plugin {
	width: 60%;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
}

div#news-btn-next a:link,
div#news-btn-next a:hover,
div#news-btn-next a:active,
div#news-btn-next a:visited,
div#news-btn-prev a:link,
div#news-btn-prev a:hover,
div#news-btn-prev a:active,
div#news-btn-prev a:visited {
	display:block;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:0.5em 0em 0.5em 2.2em;
	color: #FFF;
	width:7em;
	line-height: 1.6em;
}

div#news-btn-next a:link,
div#news-btn-next a:hover,
div#news-btn-next a:active,
div#news-btn-next a:visited {
	background: #000 url(../images/allow_off.gif) no-repeat 10px center;
	float:right;
}

div#news-btn-prev a:link,
div#news-btn-prev a:hover,
div#news-btn-prev a:active,
div#news-btn-prev a:visited {
	background: #000 url(../images/allow_prev_off.gif) no-repeat 10px center;
	float:left;
}

div#news-btn-next a:hover {
	background: #000 url(../images/allow_on.gif) no-repeat 10px center;
	color: #ba0404;
}

div#news-btn-prev a:hover {
	background: #000 url(../images/allow_prev_on.gif) no-repeat 10px center;
	color: #ba0404;
}

div#copyright {
	font-size: 0.8em;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 30px;
}

div#copyright img {
	margin-bottom: 10px;
}