@charset "utf-8";

body{
margin: 0;
padding: 0;
background: #070707 url(../imgs/bg_back.jpg) top center no-repeat;
font-size:12px;
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
line-height: 1.5;
}

/* 背景設定 */

#wrapper{
width: 925px;
margin: 0 auto;
padding: 0;
background: url(../../cms/skins/discography/images/img_bg.jpg) right top no-repeat;
overflow: auto;
}

/* 背景、コンテンツマージン */
#margin_visual{
margin:0;
height: 140px;
}


#primary #main{
width: 630px;
margin: 0;
padding: 40px 30px 35px;
background: #DADADA url(../../cms/skins/discography/images/img_bg_bottom.jpg) top right no-repeat;
color: #000000;
}

/* トップページ一覧のみ */
.cd_title{
width: 630px;
background: url(../imgs/line_dot.gif) bottom no-repeat;
padding: 0 0 20px;
margin: 0 0 30px;
position: relative;
height:85px;
}
.cd_title img{
position: absolute;
top: 0;
left: 0;
width: 85px;
height: 85px;
}
.cd_title .title{
float:right;
width: 525px;
text-align:left;
}
.cd_title .title h4{
padding: 0 0 13px 10px;
margin:0 ;
font-weight:normal;
font-size: 12px;
background:url(../imgs/icon_link_b.gif) left 6px no-repeat;
}

/* ページ送り */
.pagination{
width: 630px;
font-size: 11px;
margin: 15px 0 0;
text-align: right;
}
.pagination .pager_next a{
padding: 0 0 0 10px;
background: url(../imgs/icon_link_b.gif) left 2px no-repeat;
}
.pagination .pager_next{
float: right;
}
.pagination .pager_prev{
float: left;
}
.pagination .pager_prev a{
padding: 0 0 0 10px;
background: url(../imgs/icon_link_br.gif) left 2px no-repeat;
}

/* エントリーのみ */
.cd_entry{
width: 630px;
margin: 0;
position: relative;
}

.cd_entry img{
position: absolute;
top: 0;
left: 0;
width: 135px;
height: 135px;
}

.cd_entry .category{
float: right;
width: 470px;
}

.cd_entry .category h4{
padding: 0 0 5px;
margin:0 0 20px ;
font-weight:normal;
font-size: 12px;
border-bottom: 1px solid #AAAAAA;
}

.cd_entry .category a{
padding: 0 0 0 10px;
background: url(../imgs/icon_link_b.gif) left 2px no-repeat;
}

#pageback{
font-size: 11px;
margin: 15px 0 0;
text-align: left;
}
