﻿
#wrapper {
	width:240px;
	vertical-align:top;
	text-align:center;
	padding: 0;
	margin: 0;
	position:relative;
}
	#wrapper table {
		text-align:center;
	}
	#wrapper a.link1,
	#wrapper a.link1:link,
	#wrapper a.link1:visited,
	#wrapper a.link2,
	#wrapper a.link2:link,
	#wrapper a.link2:visited {
		font-size:11px;
		color:blue;
		text-decoration:underline;
		position: absolute;
		z-index:999;
	}
	#wrapper a.link1:hover,
	#wrapper a.link1:active,
	#wrapper a.link2:hover,
	#wrapper a.link2:active {
		text-decoration:none;
	}
	.link1 {
		top:8px;
		right:85px;
	}
	.link2 {
		top:8px;
		right:15px;
	}
#content {
	margin:0 ;
	font-size: 12px;
	color: #333;
	line-height: 1.8;
	text-align:left;
}
	#content table.path {
		width:240px;
	}
	#content table.path td {
		text-align: right;
	}
#content-footer {
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position:top;
	width: 240px;
	margin: -5px 0 0 0;
}
#content h1 {
	color: white;
	font-size: 12px;
	display: block;
	padding: 0 5px;
}
#content-footer table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#content-footer table td {	
/*	border:1px white solid ;*/
	vertical-align:top ;
}



.life {
	background-color:#2f32d6;
}
.commerce {
	background-color:#2e83ad;
}
.news {
	background-color:#2f83ad;
}
.action {
	background-color:#fc8333;
}
.public {
	background-color:#d03133;
}




.newlink a:active {
	color:#006699 !important;
}




.newlink a:hover {
	color:#006699 !important;
}




.newlink a:visited {
	color:#006699 !important;
}




.newlink a:link {
	color:#006699 !important;
}




.newlink a {
	color:#006699 !important;
}
.newlink li .date {
	font-size:11px !important;
	line-height:1;
	margin:-3px 0 5px 0;
}





.indexbox {
	text-align:center ;
	width:240px;
	margin: 0 auto;
}
.indexbox tr td {
	width:109px;
}
.indexbox tr td.wd1 {
	height:39px;
}
.indexbox tr td.wd2 {
	height:38px;
}



.list {
	width:100%;
	margin:0;
}
.list li {
	background-image: url('../images/dot.png');
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	padding: 3px 5px;
}
.primary {
	margin: 10px 5px;
}
.primary p.title {
	font-weight:bold;
	line-height:1;
	margin-bottom:5px;
}
.date {
	color:#666;
}
.pagination {
	height:21px;
}
.pagination li {
	background-image: url('../images/btn-bg.png');
	background-repeat:no-repeat;
	text-align:center;
	width: 42px;
	padding: 0 0 0 1px;
	float: right;
	font-size:11px;
	
}
.pagination li a:visited {
	color:#666;
	text-decoration:none;
}
.pagination li a:link {
	color:#666;
	text-decoration:none;
}
.pagination li a {
	color:#666;
	text-decoration:none;
}
.pagination li a:active {
	color:#000;
	text-decoration:none;
}


.pagination li a:hover {
	color:#000;
	text-decoration:none;
}


.asp_btn {
	background-image: url('../images/btn-bg.png');
	background-repeat:no-repeat;
	text-align:center;
	width: 42px;
	padding: 0 0 0 1px;
	float: right;
	font-size:11px;
		color:#666;
	text-decoration:none;
}






a:visited {
	color:#333;
	text-decoration:none;
}






a:link {
	color:#333;
	text-decoration:none;
}






a {
	color:#333;
	text-decoration:none;
}
a:active {
	text-decoration:underline;
}







a:hover {
	text-decoration:underline;
}







