div#navi ul li.news a{
background-position: 0 -32px;
}

/*-------------------------------------------------------
  main
-------------------------------------------------------*/

#main{
	margin:-15px 0 55px 0;
}
#main h3{
	clear:both;
	position:relative;
	top:15px;
	width:736px;
	padding:10px 0 10px 130px;
	color:#cc6600;
	font-size:100%;
	font-weight:lighter;
	border-top:3px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0 0 30px 0;
}
#main h3 .date{
	position:absolute;
	left:0;
	top:10px;
	color:#666600;
}
#main p{
	margin-bottom:15px;
}

#main .fLeft{
	float:left;
	width:220px;
}
#main .fRight{
	float:right;
	width:626px;
}

/*-------------------------------------------------------
  content
-------------------------------------------------------*/
#contents .next{
	list-style-type:none;
	float:left;
	margin-bottom:15px;
}
#contents .back{
	list-style-type:none;
	float:right;
	margin-bottom:15px;
}
#contents .next a,
#contents .back a{
	color:#333;
}
#contents .next a:hover,
#contents .back a:hover{
color: #BA1455;
text-decoration: underline;
}