@charset "utf-8";
/*\*/
@import "common.css";

#agent .prof{
width:250px;
float:left;
margin-right:17px;
background:url(../img/ssy.gif) right  repeat-y;
padding-right:17px;
}

#agent .end{
margin-right:0;
padding-right:0;
background:none;
}

#agent .prof dd a:hover img {
opacity:0.8;
filter:alpha(opacity=80);
}

#agent .prof h2 {
background:url(../img/ssx.gif) bottom repeat-x;
padding:3px;
margin-bottom:5px;
}

#agent #photo {
width:250px;
height:350px;
float:left;
display:inline;
}

#agent #detail {
width:430px;
float:left;
margin-left:20px;
display:inline;
background:url(../img/ssy.gif) right repeat-y;
padding-right:10px;
}

#agent #detail h2 {
color:#6c4b28;
font-size:129%;
margin-bottom:10px;
}

#agent #list {
width:100px;
background-color:#f6f4f2;
float:right;
display:inline;
border:1px #e2d9d0 solid;
}

#agent #list h5 {
background:url(../agent/img/artist.gif) center no-repeat;
height:12px;
font-size:12px;
margin:5px 0 5px 0;
text-indent:-9999px;
}

#agent #list ul {
margin:0 0 8px 8px;
}

#agent #list ul li a img {
border:1px #e2d9d0 solid;
}

#agent #list ul li.on a img {
border:2px #6c4b28 solid;
}

#agent #list ul li a:hover img {
border-color:#6c4b28;
opacity:0.8;
filter: alpha(opacity=80);
}



/*プロフィールテーブル
----------------------------*/
table{
width:430px;
border-collapse:collapse;
padding:0;
margin-bottom:10px;
}

table caption{
color:#6c4b28;
text-align:left;
padding:3px 0;
border-bottom:1px #6c4b28 solid;
}

th,td{
margin:0px;
padding:7px;
empty-cells:show;
font-size:90%;
vertical-align:middle;
}

th{
width:7em;
/*border:1px solid #bc9872;*/
background:#f3ede8 url(../img/ssx.gif) bottom repeat-x;
color:#6c4b28;
vertical-align:top;
font-size::85%;
}

td{
/*border:1px solid #bc9872;*/
background:url(../img/ssx.gif) bottom repeat-x;
}

td p{
line-height:1.3;
}

a.agentinfo {
display:block;
border:1px #e2d9d0 solid;
background:#f6f4f2 url(../agent/img/agentinfo_off.gif) 10px center no-repeat;
margin:10px;
padding:5px 5px 5px 35px;
text-decoration:none;
}

a.agentinfo:hover {
color:#cec3b8;
background:#6c4b28 url(../agent/img/agentinfo_on.gif) 10px center no-repeat;
}

