@charset "shift_jis";
/*---------------------
左メニュー（#repomenu)付き
ブログ系記事テンプレスタイル
2012.12.5
---------------------*/

#repomenu,#repomain{	overflow:hidden; }
#repomenu{
	float:left;
	width:180px;
	padding:10px;
	background:#CCC;
}
#repomain{
	float:right;
	width:530px;
	padding:5px;
	font-size:12px;
}
/*画像とキャプション付きのブロック*/
.centerblock2{
	overflow:hidden;
	width:310px;
	float:left;
	margin:5px;
	padding:5px;
}
.centerblock2 img{
	width:240px;
	height:180px;
	margin:0 30px;
}

/*イメージサムネ　Lightbox用*/
.imgsam{
	overflow:hidden;
	clear:both;
}
.imgsam img{
	float:left;
	width:120px;
	height:80px;
	margin:2px;
}

a.btn{
	display:block;
	background:#F90;
	padding:10px;
	margin:5px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
}

/*曲リスト*/
ul.songlist{
	clear:both;
	padding:5px;
	margin:5px;
	background:#fff;
}
ul.songlist li{
	margin:3px;
	display:block;
}
ul.songlist li a{
	display:block;
	padding:5px 10px;
	text-decoration:none;
	background:url(/img/item/arrow_b2.gif) center right no-repeat;
}
