/*----------------------------------------------------------
	File Name   news.css

*/
/*----------------------------------------------------------
	News Common Style
-----------------------------------------------------------*/
body#news div#contents {
	padding-top: 6px;
}
body#news div#contents h4 {
	padding: 4px 0 10px 0;
}
/*----------------------------------------------------------
	News1 Style ( index.html )
-----------------------------------------------------------*/
div#news1 {
}
div#news1 div.text {
	padding: 4px 0 0 0;
}
div#news1 div.text span {
	font-size:75%;
	line-height: 1.4em;
}
div#news1 div.text p {
	display: inline;
	margin: 0 0 0 4px;
	font-size:88%;
	font-weight: bold;
	line-height: 1.4em;
	color: #fc0;
}
/*----------------------------------------------------------
	News2 Style ( 2.html )
-----------------------------------------------------------*/
div#news2 {
}
div#news2 div.text3 {
	padding: 20px 0 0 0;
}
div#news2 div.text1 {
	padding: 4px 0 0 0;
}
div#news2 div.text2 {
	padding: 4px 0 0 0;
}
div#news2 div.text1 .collor_w14,
div#news2 div.text2 .collor_w14 {
	font-weight: normal;
}
/*----------------------------------------------------------
	News3 Style ( 3.html )
-----------------------------------------------------------*/
div#news3 {
}
div#news3 div.banner {
	float: left;
	position: relative;
	width: 191px;
	height: 102px;
}
div#news3 div.banner img {
	position: absolute;
	top: 0;
	left: 0;
}
div#news3 div.banner .bn {
	top: 10px;
	left: 10px;
}
div#news3 div.text1 {
	float: right;
	width: 460px;
	margin: 4px 0 40px 0;
}

div#news3 div.wrap {
	clear: both;
	border: 1px solid #333;
	background-color: #222;
}
div#news3 div.wrap div {
	padding: 12px;
}
div#news3 div.wrap .lcol {
	float: left;
	width: 260px;
}
div#news3 div.wrap .rcol {
	float: right;
	width: 376px;
}
/*----------------------------------------------------------
	News4 Style ( 4.html )
-----------------------------------------------------------*/
div#news4 .lcol {
	float: left;
	width: 190px;
}
div#news4 .rcol {
	float: left;
	width: 480px;
	margin: 4px 0 0 0;
}
/*----------------------------------------------------------
	News5 Style ( 5.html )
-----------------------------------------------------------*/
div#news5 .lcol {
	float: left;
	width: 270px;
}
div#news5 .rcol {
	float: left;
	width: 400px;
	margin: 4px 0 0 0;
}
/*----------------------------------------------------------
	News6 Style ( 6.html )
-----------------------------------------------------------*/
div#news6 {
	padding-bottom: 10px;
}
div#news6 div.lcol {
	float: left;
	width: 234px;
	margin-top: 16px;
}
div#news6 div.rcol {
	float: left;
	width: 446px;
	margin-top: 16px;
}
div#news6 div.text1 {
	padding-top: 5px;
}
div#news6 div.text2 {
	margin-top: 10px;
}
div#news6 ul {
	margin-top: 10px;
}
div#news6 ul li {
	padding: 2px 0 2px 15px;
	background: url(../images/news/n6_list.gif) no-repeat 0 4px;
	font-size:75%;
	line-height: 1.3em;
}
div#news6 div.text3 a {
	color:#fff;
}
div#news6 div.text3 a:hover {
	color: #fc0;
}

div#news6 div.note {
	margin: 20px 4px 0 4px;
	padding: 10px;
	border: 1px solid #333;
	background-color: #222;
	font-size:75%;
	line-height: 1.3em;
}
div#news6 div.note p {
	margin: 10px 0 0 0;
}
div#news6 div.note p.intro {
	margin: 0 0 0 0;
	font-weight: bold;
	color: #f00;
}