﻿@charset "utf-8";

.imgpanel,
.linkpanel{
	position:relative;
}

.linkpanel{
	background:#000 url(../img/bg_g.png);
	padding:8px;
	margin:0;
}

.linkpanel .linkpanel-in{
	background-color:#fff;
	overflow: hidden;
}

.linkpanel a.more,
.imgpanel a.more{
	display:block;
	position:absolute;
	text-indent: -999em;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	margin:0;
	padding:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.linkpanel a.more{
	background: url(../img/p_a_b.gif) no-repeat right bottom;
}
.linkpanel a.more:hover{
	background: url(../img/p_a_o.gif) no-repeat right bottom;
}
.linkpanel:hover{
	background:#FF7F0A url(../img/bg_o2.png);
}

/*------*/
.imgpanel img{
	display:block;
}
.imgpanel a.more{
	background: url(../img/zoom.png) no-repeat right bottom;
}
.imgpanel a.more:hover{
	background: url(../img/zoom_on.png) no-repeat right bottom;
}

/*------------------------------------------------*/


ul.linkList li {
	margin: 8px 0 0;
}
ul.linkList a {
	display: block;
	width: 190px;
	padding: 7px 0 7px 10px;
	background: #000 url(../img/p_a_sw.gif) no-repeat 175px 50%;
	color: #fff;
	font-size:93%;
	text-decoration: none;
}
ul.linkList a:hover{
	background: #FF7F0A url(../img/p_a_sw.gif) no-repeat 175px 50%;
}

