@charset "UTF-8";


/* article */
#contents article         { margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #DDD; }

#contents article table   { width:40%; float:left; }
#contents article th      { padding:5px; font-size:80%; background:none; }
#contents article td      { padding:5px 10px; }

#contents article div     { width:57%; background:url(./img/icon.png) no-repeat center center; float:right; }
#contents article div img { margin:0; border:1px solid #EEE; }
#contents article div a   { position:relative; display:block; }

#contents article div a:after {
	position:absolute;
    content:url(./img/btn.png);
    top:5px; right:5px;
}
#contents a:hover img {
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1; /* Safari 1.x */
	-moz-opacity: 1; /* FF lt 1.5, Netscape */
}
#contents article div a:hover {
	opacity: .30; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=30); /* IE lt 8 */
	-ms-filter: "alpha(opacity=30)"; /* IE 8 */
	-khtml-opacity: .30; /* Safari 1.x */
	-moz-opacity: .30; /* FF lt 1.5, Netscape */
}


/* backNumber */
#contents .backNumber ul   { padding-left:2em; }
#contents .backNumber li   { display:inline; margin:0 1em 0.5em 0; }
#contents .backNumber li a { color: #ff9900; }
