@charset "Shift_JIS";

/*----- article -----*/
#article ul {
	overflow: hidden;
	margin: 0 -10px 20px 0;
}
#article ul li {
	display: table;
	float: left;
	width: 230px;
	height: 175px;
	margin: 0 10px 10px 0;
	list-style: none;
	background: url(/shared/images/bg_btn01.png) no-repeat #fff;
}
#article ul li a {
	display: table-cell;
	padding: 0 0 20px;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #555;
}
#article ul li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);  /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;  /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;  /* Safari 1.x */
	zoom: 1;  /* ie */
}
#aside .msadGroup {
	margin: 0 auto;
}