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


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

/* ************ Title ************ */

#contents #infotit{
padding:5px 0 10px;
}
#contents #infotit h3{
color:#333;
font-weight:bold;
padding:0 0 3px;
margin:5px 0 5px 0;
border-bottom:solid 2px #333;
}
#contents #infotit h3 a:link,
#contents #infotit h3 a:visited{
color:#333333;
}
#contents #infotit h3 a:hover {
color:#0099FF;
}

/* ************ Message ************ */
#contents #message {
margin:10px 0;
}

#contents #message p{
margin-bottom:10px;
font-size:1.1em;
line-height:140%;
}

#contents #message ul,#contents #message ol{
margin-left:25px;
}

/* ************ アーティスト情報 ************ */
#contents .othlist{
clear:both;
padding:10px;
background-color:#EFEFEF;
border:solid 1px #DDDDDD;
}
#contents .othlist img{
width:140px;
float:left;
}
#contents .othdata{
width:360px;
float:right;
}
#contents .othdata .fico{
width:16px;
float:none;
}
#contents .othdata h4{
margin-bottom:5px;
font-weight:bold;
}
/* IE7ハック */
*:first-child+html #contents .othdata h4{ 
font-size:1em;
}
#contents .othdata .style{
border-top:solid 1px #DDDDDD;
border-bottom:solid 1px #DDDDDD;
padding:2px 0;
margin:0 0 3px;
}
#contents .othdata .place{
margin:8px 0 0 0;
font-size:0.8em;
}

/* ************ リスナーコメント ************ */
#info #contents #comments,#ori_info #contents #comments{
margin-top:30px;
}
