@charset "UTF-8";
/* インフォ用CSS */

body { 
background-color: transparent; 
}

.info{
	width:320px;
	height:auto;
	color:#fff;
	margin-left:50px;
	margin-top:30px;
	clear:both;
}

p.info_title{
font-size:0.9em;
color:#CCCCCC;
text-align:center;
border:#999999;
border:solid 1px;
padding-top:5px;
padding-bottom:5px;
}

p.artist_name{
font-size:0.8em;
}

p.info_honbun{
font-size:0.7em;
color:#CCCCCC;
}

.right{
float:right;
margin-right:70px;}

.left{
float:left;}
