/*
Artist Page CSS for WordPress Theme
1. Structure -- Contents
*/


/* ------------------------------------------------------------------------------------------------------------
1. Structure -- Contents
-------------------------------------------------------------------------------------------------------------*/

/* ************ アーティストデータ ************ */

#contents #artdata{
margin-bottom:15px;
}
#contents #artdata h2{
font-weight:bold;
padding:7px 0 5px 0;
}
#artdata h2 a, #artdata h2 a:link, #artdata h2 a:visited, #artdata h2 a:active {
color: #333333;
}
#contents #artdata h2 a:hover {
color:#0099FF;
}
#contents #artdata #art_photo{
width:180px;
float:right;
}
#contents #artdata table{
width:340px;
float:left;
}
#contents #artdata th{
width:55px;
background-color:#009999;
vertical-align:top;
border-bottom:solid 1px #FFFFFF;
}
#contents #artdata td{
background-color:#EDF3F3;
padding:5px;
border-bottom:solid 1px #FFFFFF;
}

/* ************ プロフィール ************ */

#contents #profile{
clear:both;
margin-bottom:20px;
}
#contents #profile h3{
margin-bottom:5px;
}

/* ************ 楽曲 ************ */
#contents #othsongs{
margin-bottom:15px;
}
#contents #othsongs h3{
margin-bottom:5px;
}
#contents #othsongs .othlist{
clear:both;
padding:10px;
background-color:#EDF3F3;
margin-bottom:5px;
}
#contents #othsongs .othlist .imgarea img{
width:80px;
height:80px;
float:left;
}
#contents #othsongs .othdata{
width:420px;
float:right;
}
#contents #othsongs .othdata .fico{
width:16px;
float:none;
}
#contents #othsongs .othdata h4{
margin-bottom:5px;
font-weight:bold;
}
/* IE7ハック */
*:first-child+html #contents #othsongs .othdata h4{ 
font-size:0.85em;
}

#contents #othsongs .categories{
font-size:0.85em;
border-top:solid 1px #CADDDF;
border-bottom:solid 1px #CADDDF;
padding:2px 0;
margin:0 0 5px;
}
#contents #othsongs .linkmenu{
margin:8px 0 0 0;
font-size:0.8em;
list-style:none;
}

/* ************ アーティスト最新情報 ************ */
#contents #art_info{
clear:both;
}
#contents #art_info h3{
margin:0; padding:0;
margin-bottom:10px;
}
#contents #art_info dt{
line-height:140%;
}
#contents #art_info dd{
background:url(../images/ten_01.gif) repeat-x left bottom;
padding-bottom:5px;
margin-bottom:10px;
}
