@charset "utf-8";

/****** CONTENTS ***************************************

	0: GENERAL

*******************************************************/

/****** 0: GENERAL *************************************/

.news h1{	margin:0 0 15px 0;}

.news span.bn_year{
		left:95px;
	}

.news ul{
	margin:0 0 30px 0;
	}
	
.news ul li{
	width:600px;
	margin:0 0 8px 0;
	padding:0 0 8px 0;
	background:url(../../common/img/line_dotted4px_gray.gif) repeat-x bottom;
	}

.news ul li p{
	float:left;
	width:190px;
	}

.news ul li p span{
	float:left;
	display:block;
	width:50px;
	margin:0 12px 0 0;
	padding:0px 3px;
	color:#fff;
	text-align:center;
	font-size:10px;
	}

span.yellow	{ background:#999933;	}
span.orange	{ background:#f63;	}
span.red		{ background:#c00;	}
span.pink		{ background:#f36;	}
span.purple	{ background:#99c;	}
span.cyan		{ background:#0099ff;	}
span.blue		{ background:#36c;	}
span.green	{ background:#096;	}
span.leaf		{ background:#693;	}
span.gray		{ background:#999;	}
span.black	{ background:#000;	}

.news ul li span{
	float:left;
	display:block;
	width:400px;
	}

.news ul li img{
	margin:0 0 0 5px;
	vertical-align:baseline;
	position:relative;
		top:2px;
	}

@media print {
	.news h1{ position:relative;	}
}
