@charset "utf-8";


#contents {
	height:400px;
	text-align:center;
}

#note{
	padding-top:120px;
	padding-bottom:30px;
}

#contents a{
	padding-left:10px;
	background-image:url(/img_2010/arr_b.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}

* html #contents a{
	background-position:0 3px;
}

*:first-child+html #contents a{
	background-position:0 3px;
}

#contents a:hover{
	color:#154BA3;
	text-decoration:underline;
}

