﻿@charset "utf-8";

h2#rssHead {
	width         : 540px      ;
	height        : 35px       ;
	margin-bottom : 10px       ;
	padding       : 0 10px 0 0 ;
	text-align    : right      ;
	background    : url(../img/head/newestWork.png) no-repeat ;
}
	
	
#newestList {
	font-size : 1.2em ;
	margin-bottom : 20px ;
}

	#newestList li {
		line-height   : 1em ;
		padding       : 8px 0 8px 50px ;
		border-bottom : 1px dotted #ccc ;
		background    : url(../img/index/icon_attn.png) no-repeat left center;
	}
	
	#newestList li a {
		text-decoration : none ;
	}
	

#infoTable {
	margin : 5px 0 0 0 ;
	font-size:1.2em;
	border : 1px solid #ccc ;
	width:550px;
}

	#infoTable th , #infoTable td {
		padding : 5px ;
	}
	
	#infoTable th {
		width : 40px ;
		font-weight:bold;
	}
	
	#infoTable td {
		line-height : 160% ;
	}
	
	.odd {
		background : #e9e9e9 ;
	}


.stext{
	font-size:120%;
	line-height:120%;
	padding:10px;
	margin-top:10px;
	margin-bottom:15px;
	border:5px solid #ccc;
}
.stextH{
	margin:5px;
	margin-bottom:15px;
	font-size:120%;
}