@charset "UTF-8";
/*********************************************
 *
 *case file
 *
 **********************************************/
#newsListContainer{
	margin:10px;
	}
	#newsListContainer ul li{
		clear:both;
		padding:10px;
		height:100%;
		overflow:auto;
		}
		#newsListContainer .caseListImg,#newsListContainer .caseListTxt{
			float:left;
			margin:5px;
			}
		#newsListContainer .caseListImg{
			width:157px;
			height:107px;
			}
			#newsListContainer .caseListImg img{
				width:155px;
				height:105px;
				padding:1px;
				border:1px solid #eeeeee;
				}
		#newsListContainer .caseListTxt{
			width:530px;
			word-break:break-all; 
			}
			#newsListContainer .caseListTxt p{
				margin:5px 0;
				color:#666;
				}
				.caseListTxt h3{
					font-weight:bold;
					}
					.caseListTxt h3 a:hover{
						text-decoration:underline;
						}
/*
 > news content
 */
 #newsContentContainer{
	 margin:10px 0;
	 }
	 #newsContent h2{
		 margin:10px;
		 text-align:center;
		 font-size:24px;
		 } 
		 #newsContent .newsInfo{
			 text-align:left;
			 padding:5px;
			 background:#f2f2f2;
			   color: #999999;
			 }
		 #newsContent .newsInfo span{
				 margin:auto 10px;
				 }
			#newsContent p{
				line-height:25px;
				margin:5px;
				text-indent:2em;
				line-height:1.8em;
				font-size:14px;
				}
				
				#newsContent .newsInfo p{
				line-height:20px;
				margin:2px;
				text-indent:2em;}
			

				#newsContentContainer a:link,#newsContentContainer a:visited{ color:#15c; text-decoration:underline; font-size:14px;}
				#newsContentContainer a:hover{ color:#15c; text-decoration:underline;}
				
