@charset "utf-8";

#jqcontent {
	width: 880px;
	margin: 10px auto;
}


.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}



		div#feature_list {
			width: 880px;
			/*overflow: hidden;*/
		}

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

		ul#tabs {
			z-index: 2;
			width: 660px;
			display:block;
			margin:2px auto 10px auto;
		}

		ul#tabs li {
		display:inline;
		width:125px;
		min-height:50px;
		height:50px;
		margin:0 0 5px 3px;
		}
		
		ul#tabs li img {
			/*padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;*/
		}

		ul#tabs li a {
		text-indent:-5000px;
		width:125px;
		min-height:50px;
		height:50px;
			display:inline-block;
			outline: none;
		}
		ul#tabs li a#a0{
			background: url('sample1_b.jpg') no-repeat;
			}
		ul#tabs li a#a0:hover{
			background: url('sample1_a.jpg') no-repeat;
			}
		ul#tabs li a#a1{
			background: url('sample1_b.jpg') no-repeat;
			}
		ul#tabs li a#a1:hover{
			background: url('sample1_a.jpg') no-repeat;
			}
		
		ul#tabs li a#a2{
			background: url('sample2_b.jpg') no-repeat;
			}
		ul#tabs li a#a2:hover{
			background: url('sample2_a.jpg') no-repeat;
			}
		
		ul#tabs li a#a3{
			background: url('sample3_b.jpg') no-repeat;
			}
		ul#tabs li a#a3:hover{
			background: url('sample3_a.jpg') no-repeat;
			}
		
		ul#tabs li a#a4{
			background: url('sample4_b.jpg') no-repeat;
			}
		ul#tabs li a#a4:hover{
			background: url('sample4_a.jpg') no-repeat;
			}
		
		ul#tabs li a#a5{
			background: url('sample5_b.jpg') no-repeat;
			}
		ul#tabs li a#a5:hover{
			background: url('sample5_a.jpg') no-repeat;
			}

		ul#tabs li a#a0.current {
			background: url('sample1_a.jpg') no-repeat;
			z-index:1;
		}
		ul#tabs li a#a0.current:hover {
			background: url('sample1_a.jpg') no-repeat;
			cursor: default;
			}
	
		ul#tabs li a#a1.current {
			background: url('sample1_a.jpg') no-repeat;
			z-index:1;
		}
		ul#tabs li a#a1.current:hover {
			background: url('sample1_a.jpg') no-repeat;
			cursor: default;
		}
		ul#tabs li a#a2.current {
			background: url('sample2_a.jpg') no-repeat;
			z-index:1;
		}
		ul#tabs li a#a2.current:hover {
			background: url('sample2_a.jpg') no-repeat;
			cursor: default;
		}
		ul#tabs li a#a3.current {
			background: url('sample3_a.jpg') no-repeat;
			z-index:1;
		}
		ul#tabs li a#a3.current:hover {
			background: url('sample3_a.jpg') no-repeat;
			cursor: default;
		}
		ul#tabs li a#a4.current {
			background: url('sample4_a.jpg') no-repeat;
			z-index:1;
		}
		ul#tabs li a#a4.current:hover {
			background: url('sample4_a.jpg') no-repeat;
			cursor: default;
		}
	
		ul#tabs li a#a5.current {
			background: url('sample5_a.jpg') no-repeat;
			z-index:1;
		}
		ul#tabs li a#a5.current:hover {
			background: url('sample5_a.jpg') no-repeat;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 880px;
			height: 250px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 880px;
		}

		ul#output li a {
		text-indent:-5000px;
			width:160px;
			height:22px;
			position: absolute;
			background:url('shosai.png');
			bottom: 50px;
			left: 180px;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background:url('shosai_o.png');
		}
		
		ul#output li.shosai a {
		text-indent:-5000px;
			width:160px;
			height:22px;
			position: absolute;
			background:url('shosai.png');
			bottom: 45px;
			margin:0 auto 0 45px;
			-moz-border-radius: 5px;
		}
		
		ul#output li.shosai a:hover {
			background:url('shosai_o.png');
		}
		
		ul#output li.nolink a {
		text-indent:-5000px;
			width:880px;
			height:250px;
			position: absolute;
			background:url('../common/images/spacer.gif') no-repeat;
			bottom:0;
			left:0;
			/*-moz-border-radius: 5px;*/
		}
