@charset "UTF-8";
/* CSS Document */
/* スライドコンテンツ
---------------------------------------------*/
div#feature_list {
	width: 850px;
	height: 311px;
	overflow: hidden;
	position: relative;
	left: 25px;
	top: 32px;
		}

		div#feature_list ul {
	position: absolute;
	top: 1px;
	list-style: none;
	padding: 0;
	margin: 0;
		}

		ul#tabs {
	left: 1px;
	z-index: 2;
	width: 280px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
	border: none;
	float: left;
	margin-top: 4px;
		}

		ul#tabs li a {
	color: #222;
	text-decoration: none;
	display: block;
	height: 59px;
	outline: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
	color: #FFF;
	background-image: url(../images/slideimg/tab_on.png);
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 600px;
			height: 311px;
			position: relative;
		}

		ul#output li {
	position: absolute;
	width: 600px;
	height: 311px;
	left: -10px;
		}
/*
		ul#output li a {
	position: absolute;
	bottom: 36px;
	right: -12px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	-moz-border-radius: 5px;
	width: 88px;
	height: 10px;
	background-color: #F36;
		}
	*/	
		ul#output li a:hover {
	background-color: #F6C;
		}

