@charset "utf-8";

/* 20090302 overture追加分 */
div#content div#overture-cat {
	width: 550px;
}

div#content .del {
	background: none;
}

/* 20070807 overture追加分 */
.ovtrblock {
	margin: 0;
	padding: 10px 0;
	background: url("../img/overture-mag.png") no-repeat right 3px;
}
.ovtrblock li {
	margin-bottom: 10px;
	vertical-align: middle;
	list-style: none;
	list-style-position: outside;
}
.ovtrblock li a:link,
.ovtrblock li a:visited,
.ovtrblock li a:hover,
.ovtrblock li a:active {
	margin: 0;
	padding: 0;
	display: block;
	width: 80%;
	height: 100%;
	color: #000; 
	font-size: 10pt;
	text-decoration: none;
	outline-width: 0;
}
.ovtrblock_title {
	line-height: 1.2;
	color: #00e; 
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}
.ovtrblock a:hover {
	border: none;
	background-color: #fff0f5;
}
.ovtrblock a:hover .ovtrblock_title {
	color: #f00; 
}

.ovtrblock_url {
	margin-top: 2px;
	margin-bottom: 20px;
    line-height: 1.2; 
	color: #060;
}
/* 20070807 overture END */