@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- Page layout */

#wrapper_outer {
	margin: 0 auto;
	width: 980px;
}

#header {
	background: #c00;
	border: 5px solid #c00;
	height: 125px;
}

#navi {
	margin: 10px 20px 10px 0;
	float: left;
	width: 160px;
}

#content {
	margin: 10px 0 10px 0px;
	float: right;
	width: 800px;
}

#footer {
	border-top: 1px solid #c00;
	padding: 5px 0;
	color: #c00;
	clear: both;
}

/* ----------------------------------------------------- Fonts & Colors */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	color: #c00;
	padding: 10px 0 5px 0;
}

h2 {
	font-weight: bold;
	color: #c00;
	padding: 5px 0;
	line-height: 16px;
}

p {
	line-height: 18px;
	padding: 3px 0;
}

table {
	width: 100%;
}

table caption {
	display: none;
}

table th {
	font-weight: bold;
}

table th,
table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.csc-textpic-caption {
	color: #666;
	font-size: 10px;
	line-height: 14px;
}

/* ----------------------------------------------------- Header */


#header h1 {
	background: url(../logo.png) no-repeat;
	color: #fff;
	font-size: 24px;
	height: 125px;
	padding: 0 0 0 180px;
	width: 600px;
}

#header ul {
	float: right;
	margin-top: -15px;
}

#header li {
	display: inline;
}

#header li a {
	background: #c00;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	margin-left: 5px;
	text-decoration: none;
}

#header li a:hover,
#header li.act a {
	background: #f00;
}

/* ----------------------------------------------------- Navi left */

#navi ul li a {
	background: #c00;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

#navi ul li a:hover,
#navi ul li.act li a:hover,
#navi ul li.act a {
	background: #f00;
}

#navi ul li li a,
#navi ul li li.no a {
	background: #c00;
	margin: 0 0 5px 20px;
}

/* ----------------------------------------------------- tt_news */
.csc-frame-frame1 {
	width: 230px;
	float: right;
	border: 1px solid #c00;
	padding: 0 10px 10px 10px;
}

.news-latest-item {
	border-bottom: 1px solid #c00;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.news-latest-item p,
.news-list-item p {
	display: inline;
}
.news-latest-image {
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}

.news-list-item {
	clear: both;
	padding: 10px 0;
}
.news-list-image {
	float: left;
	margin-right: 10px;
	width: 120px;
}
.news-list-category {
	float: right;
	width: 200px;
	text-align: right;
	position: relative;
	margin-top: -17px;
	color: #c00;
}

.news-single-img {
	float: left;
	margin: 0 10px 10px 0;
}