﻿@import "style.css";

.newsList{
	padding:20px 0;
	border-bottom:1px solid #CCC;
}
.newsList .listP{
	float:left;
	width:160px;
	padding-right:20px;
}
.newsList .listP img{
	border:1px solid #CCC;
	width:155px;
}
.newsList .listP a:hover img{
	border:1px solid #7f32a0;
}
.newsList .listCT{
	overflow:auto;
}
.newsList .listCT h3{
	margin:0;
	padding:0 0 0 5px;
	line-height:1.1em;
	color:#691d89;
	font-size:15px;
	border-left:3px solid #7f32a0;
}
.newsList .listCT h3 a{
	color:#691d89;
	text-decoration:none;
}
.newsList .listCT h3 a:hover{
	color:#8fc320;
}
.newsList .listCT .dateAndMore{
	float:right;
	height:60px;
	min-height:60px;
}
.date{
	color:#8fc320;
	font-weight:bold;
	padding:10px 0;
	text-align:right;
}
.newsList .listCT p.ct{
	overflow:hidden;
	height:60px;
	margin-top:10px;
	padding:0 35px 0 0;
}

.detailCT *{
	position:static;
}

.detailCT hr{
	margin:-5px 0;
}

*+html .detailCT .date{
	padding-top:0;
}
* html .detailCT .date{
	padding-top:0;
}

.detailCT img{
	xfloat:left;
	xwidth:310px;
	xmargin:0 10px 10px 0;
}

.detailCT h3{
	color:#691d89;
	font-size:15px;
	margin:0;
	padding:0;
}

.detailCT p{
	margin:2em 0 0 0;
	padding:0;
}

.detailCT p.first{
	margin:1em 0 0 0;
}

.toList{
	clear:both;
	text-align:right;
}


