﻿


/**ーリストーーーーーーーーーーーーーーーーーーーーーーーーー**/
#topics h3 {
	margin: 0;	
	padding: 14px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
}

div#topics {
	width: 920px;
	height: 220px;
	overflow: hidden;
	position: relative;
	text-align: left;
}

div#topics ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 285px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}
		
ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 5px;
	height: 63px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: none;
	color: #999;
}

ul#tabs li a.current {
	background: url('../template/feature-tab-current.png') no-repeat right;
	color: #fff;
}
 
* html ul#tabs li a.current {
	background: url('../template/feature-tab-current.gif') no-repeat right;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 670px;
	height: 220px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 670px;
	height: 220px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #fff;
	-moz-border-radius: 5px;
}
		
ul#output li a:hover {
	background: #ccc;
}
