@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 20px;
padding: 0;
background: url(../../cms/skins/news/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/news/images/img_bg_bottom.jpg) top right no-repeat;
color: #000000;
}

/* トップページのみ */
.top_title{
width: 630px;
background: url(../imgs/line_dot.gif) bottom no-repeat;
padding: 0 0 10px;
margin: 11px 0 0;
overflow: auto;
}
.top_title .date{
float: left;
eidth: 65px;
}
.top_title p{
float:right;
width: 549px;
text-align:left;
padding: 0 0 0 10px;
margin:0;
background:url(../imgs/icon_link_b.gif) left 6px no-repeat;
}

.top_year{
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
margin: -5px 0 30px;
background: url(../../cms/skins/news/images/line_year.gif) right center 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;
}

/* ブログナビゲーション */
#secoundry ul{
list-style: none;
margin: 9px 0 30px;
padding: 0;

}
#secoundry ul li{
margin: 0;
padding: 0 0 0 10px;
background: url(../imgs/icon_link_g.gif) left 5px no-repeat;
font-size: 11px;
}


/* エントリーのみ */
.entry_title{
width: 630px;
margin: 0 0 35px;

}

.entry_title .title{
float: left;
}

.entry_title .category{
float: right;
font-size: 11px;
}


.rightbox{
float: right;
width: 177px;
margin: 0 0 15px 20px;
}
.leftbox{
margin: 6px 0 18px;
padding: 0 0 0 12px;
font-size: 11px;
background: url(../../cms/skins/midori/images/icon_caption.gif) left 4px no-repeat;
line-height: 1.2;
}

#pageback{
font-size: 11px;
margin: 20px 0 0;
text-align: left;
}

