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

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

#main{
	float:right;
	width:635px;
	margin:-15px 0 0 0;
}
#main h3{
	position:relative;
	top:15px;
	width:505px;
	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 h3 .ttl{
	padding:10px 0 10px 50px;
	color:#cc6600;
	top:10px;
}

#main p{
	margin-bottom:15px;
}
#main .next{
	list-style-type:none;
	float:left;
	margin-bottom:15px;
}
#main .back{
	list-style-type:none;
	float:right;
	margin-bottom:15px;
}
#main .next a,
#main .back a{
	color:#C36;
}
#main .next a:hover,
#main .back a:hover{
color: #BA1455;
text-decoration: underline;
}

/*-------------------------------------------------------
  sub
-------------------------------------------------------*/

#sub{
	float:left;
	width:200px;
	background:url(img/sub_bg.gif) no-repeat top;
	padding-bottom:50px;
}
#sub .cal{
	background:url(img/sub_cal_bg.gif) no-repeat top;
	padding:50px 10px 10px 10px;
}
#sub .archive{
	background:url(img/sub_line.gif) no-repeat top center;
	padding:15px 12px 10px 12px;
}
#sub .archive ul {
	list-style:none;
	
}
#sub .archive ul li {
padding:4px 0 5px 10px;

}
#sub .archive a{
	color:#333;
}
#sub .archive a:hover{
color: #BA1455;
text-decoration: underline;
}