@charset "UTF-8";

/* count
--------------------------------------------------------------------------------------------------------------*/
#count {
	clear: both;
	padding: 0 0 5px;
	text-align: right;
}

/* main
--------------------------------------------------------------------------------------------------------------*/
#main h2,
#main h3 {
	background: none;
	border: none;
	height: auto;
	margin-bottom: 10px;
	padding: 0;
}

/* news */
#main dl {
}
	#main dl dt {
		clear: both;
		float: left;
		background: url(img/ya01.gif) no-repeat right center;
		width: 70px;
		padding-right: 25px;
	}
	#main dl dd {
		margin: 0 0 15px 100px;
	}

#main p.login {
	margin-bottom: 30px;
	text-align: right;
	font-size: 77%;
}


/* search */
#main ul {
}
	#main ul li {
		float: left;
		margin-bottom: 10px;
	}
	#main ul li.margin {
		margin-right: 10px;
	}
	#main ul li a:hover img {
		filter: alpha(opacity=85);
		-moz-opacity: 0.85;
		opacity: 0.85;
	}


