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


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

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

#contents #songtit h2{
padding:5px 10px;
margin:0 0 1px;
background-color:#0099CC;
color:#FFFFFF;
font-weight:bold;
}
#contents #songtit p{
padding: 5px 10px;
margin:0 0 5px;
background-color:#ECF3F4;
font-size:0.8em;
}
#songtit a, #songtit a:link, #songtit a:visited, #songtit a:active {
	color: #FFFFFF;
}
#songtit a:hover {
	color:#FFCC00;
}

/* ************ Video ************ */

#contents #video {
background-color:#000000;
text-align:center;
padding:15px 0;
}

/* ************ Message ************ */
#contents #message {
margin:10px 0;
padding-bottom:10px;
line-height:140%;
background:url(../images/ten_01.gif) repeat-x left bottom;
}
#contents #message ul,#contents #message ol{
margin-left:25px;
}
/* ************ Infoarea ************ */

#contents #infoarea{
clear:both;
margin-bottom:3px;
width:530px;
padding-bottom:8px;
background:url(../images/ten_01.gif) repeat-x left bottom;
}
#contents #infoarea .imgarea img{ /* 写真 */
float:left;
width:80px;
height:80px;
}
#contents #infoarea dl{
float:left;
width:218px;
min-height:66px;
padding:7px 7px 7px 7px;
background-color:#ECF3F4;
font-size:0.8em;
}
#contents #infoarea dt{
clear:both;
}
#contents #infoarea dt.inline{
float:left;
margin-right:3px;
}
#contents #infoarea dd{
margin-bottom:5px;
}
#contents #infoarea #dlbtn{
float:right;
width:208px;
}
#contents #infoarea #dlbtn #btn_download,
#contents #infoarea #dlbtn #btn_download2{
margin:0 0 3px;
 
}
#contents #infoarea #dlbtn a:hover img{
filter: alpha(opacity=80);  
opacity:0.8;  
background: #fff; 
}
#contents #infoarea #dlbtn p#dlinfo{
width:auto;
font-size:0.8em;
}

/* ************ Artist Info Link ************ */
#contents .linkmenu{
clear:both;
margin-bottom:20px;
list-style:none;
}
#contents .linkmenu li{
padding:0px 5px 0 0;
display:inline;
}

/* ************ 歌詞 ************ */
#contents #word{
margin-bottom:20px;
}
#contents #word h3{
clear:both;
margin-bottom:5px;
}
#contents #word textarea{
width:510px;
padding:10px;
border:dotted 1px #CCCCCC;
font-size:1em;
}

/* ************ 他の楽曲 ************ */
#contents #othsongs{
margin-bottom:20px;
}
#contents #othsongs h3{
margin-bottom:5px;
}
#contents #othsongs .othlist{
clear:both;
padding:10px;
background-color:#ECF3F4;
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;
}


