@charset "utf-8";
@import "thickbox.css";

/*** default sets ****************************************/

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 82%;
    line-height: 1.5;
    color: #333;
    font-family: "ＭＳ Ｐゴシック", Meiryo, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    margin: 0px auto;
    background: #fbfbfb;
    text-align: center;
}

body.fontL {
    font-size: 105%;
}

body.fontM {
    font-size:  82%;
}

/*** Utility ********************************************/

a,
a:link {
    color: #0066ff;
    text-decoration: none;
}

a:visited {
    color: #6600cc;
}

a:hover {
    color: #ff6633;
    text-decoration: underline;
}

a:active {
    color: #ff3300;
}

h2 {
    font-size: 135%;
    margin-bottom: 10px;
}

h3 {
    font-size: 130%;
}

h4 {
    font-size: 100%;
}

img {
    border: none;
    vertical-align: bottom;
}

ul {
    list-style-type: none;
}

/*** Common Layer **************************************/

#wrapper {
    width: 893px;
    margin: 0px auto;
    text-align: center;
}

#globalHeader {
/*    font-size: 85.7%;*/
    padding: 3px 10px;
    background: url(../images/globalheader_bg.gif) repeat-y 0% 0%;
    border-bottom: solid 3px #ff8a3a;
    float: left;
    text-align: left;
}

#header {
    width: 893px;
    padding: 10px 0px 13px;
    background: url(../images/header_bg.gif) no-repeat 0% 100%;
    float: left;
    text-align: left;
}

#contents {
    width: 893px;
    float: left;
    text-align: left;
    position: relative;
}

#contentsWrapper {
    width: 893px;
/*    float: left;*/
    background: #fff url(../images/contents_bg.jpg) repeat-y 0% 0%;
}

#contentsBody {
    padding: 40px 15px 15px;
    border-top: solid 2px #ccc;
}

body#portal #contents #contentsBody,
body#page #contents #contentsBody,
body#singleColumn #contents #contentsBody {
    padding-top: 15px;
}

#contentsMain {
    width: 540px;
    padding-bottom: 15px;
    float: left;
}

body#singleColumn #contents #contentsMain {
    width: auto;
}

#localNavi {
    width: 300px;
    padding-bottom: 15px;
    float: right;
}

#footer {
    width: 892px;
    clear: both;
    background: #fff;
    text-align: center;
}

/*** globalHeader **************************************/
#globalHeader #globalLeft{
  width: 300px;
  float: left;
}
#globalHeader #globalRight{
  width: 372px;
  float: right;
}
#globalHeader ul {
    line-height: 100%;
    padding-top: 5px;
    
}

    #globalHeader ul li {
        display: inline;
        padding: 0px 5px;
        border-left: solid 1px #333;
    }

    #globalHeader ul li.start {
        border: none;
        padding-right: 5px;
        padding-left: 0px;
    }

    #globalHeader ul li a {
        color: #333;
        text-decoration: none;
    }

    #globalHeader ul li a:hover {
        text-decoration: underline;
    }

#globalHeader form {
    text-align: right;
}

    #globalHeader form label,
    #globalHeader form input {
        vertical-align: middle;
    }


    #globalHeader form input#searchPost {
    }

    #globalHeader form input#searchKeyword {
        font-size: 100%;
        width: 190px;
/*        height: 20px;*/
        padding: 1px 0px;
        overflow: hidden;
    }

#followButton {
    width: 190px;
    float: left;
    line-height: 100%;
 padding: 1px 0 0 0;
}
/*** Header ********************************************/

#header h1#siteLogo,
#header p#siteLogo {
    margin: 0px;
    padding: 0px 21px 0px 10px;
    float: left;
/*    font-size: 85.7%;*/
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
    text-align: center;
}

#header h1#siteLogo img,
#header p#siteLogo img {
margin-bottom: 3px;
}

#header .today {
/*    font-size: 85.7%;*/
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    width: 151px;
    float: left;
}

    #header .today .date {
        padding: 5px 10px;
        background: url(../images/header_today_bg.gif) no-repeat 0% 50%;
    }

    #header .today .date span {
        font-size: 20px;
    }

    #header .today span.year {
        display: block;
        font-size: 100%;
        margin-top: 5px;
    }

#header .headerBanner {
/*    display: block;*/
}

/*** Contents ******************************************/

#contents h1#areaTitle,
#contents p#areaTitle {
    font-size: 100%;
    margin-bottom: 0px;
}

#contents p.update {
font-size: 90%;
text-align: right;
}

#contents p.noScriptMessage {
    color: #c00;
    margin-bottom: 10px;
    text-align: center;
}

#contents p.topicPath {
    line-height: 12px;
    margin: 0px 10px;
    height: 55px;
    /height: 56px;
    clear: both;
}

body#singleColumn #contents p.topicPath {
    height: auto;
    margin-bottom: 10px;
}

#contents p.topicPath span {
    display: block;
    padding: 8px 10px 0px;
}

body#page #contents p.topicPath {
    margin: 5px 10px 5px;
}

#contents div.pageTop {
    clear: both;
    margin: 20px 10px 0px;
    padding-bottom: 10px;
    text-align: right;
}

    #contents div.pageTop span {
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        padding: 3px;
        background: url(../images/contents_area_bg.jpg) repeat-x 0% 100%;
    }

    #contents div.pageTop span a {
        padding-left: 15px;
        background: url(../images/icon_pagetop.gif) no-repeat 0% 50%;
        text-decoration: none;
    }

#contents #contentsNavi {
    position: absolute;
    top: 28px;
    /top: 29px;
    left: 0px;
    z-index: 800;
    clear: both;
}

#contents #contentsNavi ul#naviButtons {
    vertical-align: top;
}

    #contents #contentsNavi ul#naviButtons li {
        margin-right: 2px;
        display: inline-block;
        /display: inline;
        zoom: 1;
        z-index: 800;
        position: relative;
    }

    #contents #contentsNavi ul#naviButtons li#home {
        margin: 0px 60px 0px 0px;
    }

    #contents #contentsNavi ul#naviButtons li#home img {
        margin-bottom: 5px;
    }

    #contents #contentsNavi ul#naviButtons ul {
        visibility: hidden;
        width: 250px;
        padding: 3px 0px 5px;
        border: solid 1px #ccc;
        position: absolute;
        top: 28px;
        left: 0px;
        background: url(../images/navibuttons_bg.gif) no-repeat 0% 100% #F2F2F2;
        z-index: 900;
    }

    #contents #contentsNavi ul#naviButtons ul li {
        display: inline-block;
        /display: inline;
        margin: 0px 0px 0px 10px;
        font-size: 100%;
        line-height: 150%;
        z-index: 110;
    }

    #contents #contentsNavi ul#naviButtons ul li a {
        padding-left: 12px;
        padding-right: 5px;
        background: url(../images/icon_arrow.gif) no-repeat 0% 50%;
        text-decoration: none;
    }


#contents #contentsBody ul#areaNavi {
    width: 100%;
    height: 31px;
    position: absolute;
    top: 57px;
    /top: 58px;
    left: 1px;
    clear: both;
    padding-left: 12px;
    text-align: left;
}

    #contents #contentsBody ul.area2 {
        background: url(../images/areanavi01_bg.jpg) no-repeat 0% 0%;
    }

    #contents #contentsBody ul.area3 {
        background: url(../images/areanavi02_bg.jpg) no-repeat 0% 0%;
    }

    #contents #contentsBody ul.area4 {
        background: url(../images/areanavi03_bg.jpg) no-repeat 0% 0%;
    }

    #contents #contentsBody ul.area5 {
        background: url(../images/areanavi04_bg.jpg) no-repeat 0% 0%;
    }

    #contents #contentsBody ul.area6 {
        background: url(../images/areanavi06_bg.jpg) no-repeat 0% 0%;
    }

    #contents #contentsBody ul.area7 {
        background: url(../images/areanavi05_bg.jpg) no-repeat 0% 0%;
    }

    #contents #contentsBody ul#areaNavi li {
        display: inline-block;
        /display: inline;
    }



/*** ContentsPickup ************************************/

#contentsPickUp {
    line-height: 20px;
    padding-left: 20px;
    height: 250px;
    position: relative;
}


#contentsPickUp #topicsSummary {
    width: 822px;
    height: 238px;
    overflow: hidden;
    position: relative;
    background: url(../images/topics_bg.gif) no-repeat 0% 0%;
}

#contentsPickUp #topicsSummary h2 {
position: absolute;
top: 10px;
left: 10px;
}

    #contentsPickUp #topicsSummary ul li{
        width: 822px;
        height: 238px;
        overflow: hidden;
    }

    #contentsPickUp #topicsSummary .summaryBody {
/*        padding: 10px 0px 0px 10px;*/
        padding: 60px 0px 0px 15px;
        width: 500px;
        height: 238px;
        float: left;
    }

    #contentsPickUp #topicsSummary .summaryBody h3 {
    font-size: 123.1%;
    margin-bottom: 10px;
   }

#contentsMain #contentsPickUp h3,
#contentsMain .recentArticles .article h3 {
    font-size: 123.1%;
    margin: 0px 0px 5px 10px;
    border: none;
}

    #contentsPickUp h3 span,
    .recentArticles .article h3 span {
        display: block;
        color: #666;
    }

    #contentsPickUp h3 span.mainHeadline img,
    #contentsPickUp h3 span.mainHeadline,
    .recentArticles .article h3 span.mainHeadline img,
    .recentArticles .article h3 span.mainHeadline {
        vertical-align: middle;
    }


    #contentsPickUp h3 span.subHeadline,
    .recentArticles .article h3 span.subHeadline {
        font-size: 83.1%;
    }

#contentsPickUp p {
    margin: 0px 0px 5px 0px;
}

#contentsPickUp p.thumbSpace {
float: right;
margin: 0 0 5px;
text-align: center;
width: 280px;
}

.recentArticles .article p {
    margin: 0px 0px 5px 10px;
}

    #contentsPickUp p span.dates,
    .recentArticles .article p span.dates {
        color: #666;
/*        font-size: 91.3%;*/
        margin-bottom: 10px;
    }

    .recentArticles h2 span,
    #contentsPickUp p span.area,
    .recentArticles .article p span.area {
        display: inline-block;
/*        font-size: 80%;*/
        line-height: 1.2;
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        padding: 2px;
        background: url(../images/contents_area_bg.jpg) repeat-x 0% 100%;
    }

        .recentArticles h2 span a,
        #contentsPickUp p span.area a,
        .recentArticles .article p span.area a {
            font-weight: normal;
            background: url(../images/icon_arrow.gif) no-repeat 0% 50%;
            padding-left: 12px;
            text-decoration: none;
        }

#contentsPickUp img.thumbnail {
    margin: 10px auto;
    /*float: right;*/
}

#contentsPickUp #prevBtn a {
    width: 32px;
    height: 107px;
    overflow: hidden;
    display: block;
    background: url(../images/controlpanel_prev.jpg) no-repeat 0% 0%;
    position: absolute;
    top: 65px;
    left: -12px;
    text-indent: -9999px;
}

#contentsPickUp #prevBtn a:hover {
    background: url(../images/controlpanel_prev_over.jpg) no-repeat 0% 0%;
}

#contentsPickUp #nextBtn a {
    width: 31px;
    height: 107px;
    overflow: hidden;
    display: block;
    background: url(../images/controlpanel_next.jpg) no-repeat 0% 0%;
    position: absolute;
    top: 65px;
    right: -11px;
    text-indent: -9999px;
}

#contentsPickUp #nextBtn a:hover {
    background: url(../images/controlpanel_next_over.jpg) no-repeat 0% 0%;
}

/*** recentArticles ************************************/

.recentArticles {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.recentArticles.localNews {
    width: 265px;
    float: left;
}

.recentArticles.pickUp {
    width: 265px;
    float: right;
}


.recentArticles h2 {
    font-size: 100%;
    margin-bottom: 10px;
    position: relative;
    clear: both;
}

#contentsMain .recentArticles h2 span.area {
    font-size: 90%;
    background: #fff url(../images/contents_area_bg.jpg) repeat-x 0% 100%;
    padding: 2px;
    position: absolute;
    top: 0px;
    right: 2px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.recentArticles .article {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ff8a3a;
}
    .recentArticles .article p {
        /*width: 410px;*/
    }

    .recentArticles .article img.thumbnail {
        padding-left: 10px;
        float: right;
    }

.recentArticles.pickUp .article {
    padding-bottom: 5px;
    border: none;
}

    #contentsMain .recentArticles.pickUp .article h3 {
        font-size: 100%;
        margin-bottom: 0px;
        border: none;
    }

    .recentArticles.pickUp .article p {
    width: auto;
        margin-bottom: 0px;
    }

.recentArticles ul.entryList li {
    color: #666;
    font-size: 90%;
    line-height: 200%;
    margin-left: 15px;
    padding-left: 0px;
    list-style: disc outside;
}

.recentArticles ul.entryList li a {
    font-size: 111.5%;
    font-weight: bold;
}

#contentsMain .recentArticles.localNews ul.entryList {
line-height: 100%;
}

#contentsMain .recentArticles.localNews ul.entryList li {
    background: url(/common/images/icon_localnews.jpg) no-repeat 0% 50%;
    padding-left: 10px;
    margin-left: 0px;
    margin: 12px 0px;
    list-style: none;
    line-height: 120%;
    vertical-align: middle;
}

#contentsMain .recentArticles.localNews ul.entryList li img {
    vertical-align: middle;
}

.recentArticles p.showDatas span {
    margin-right: -3px;
}

/*** pickupContents ************************************/

#pickupContents {
    width: 100%;
/*    float: left;*/
}

#pickupContents .pickupArticle {
    color: #06f;
    width: 180px;
    margin-right: -3px;
    float: left;
}

#pickupContents .pickupArticle h3 {
    font-size: 100%;
    margin-bottom: 0px;
    margin-right: 10px;
    border: none;
}

#pickupContents .pickupArticle p {
    font-size: 85%;
    line-height: 140%;
    margin-right: 10px;
}

#pickupContents .pickupArticle div {
    width: 120px;
    float: right;
}

#pickupContents .pickupArticle img {
    display: block;
    border: solid 1px #06f;
    margin: 0px 5px 10px 0px;
    float: left;
}

/*** AreaSelect ****************************************/

#areaSelect dl {
    margin: 10px;
}

#areaSelect dl dt {
    margin-bottom: 3px;
}

#areaSelect dl dd {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../images/bg_border.gif) repeat-x 0% 100%;
}

#areaSelect dl dd ul li {
    display: inline-block;
    /display: inline;
    zoom: 1;
    margin-right: 10px;
    word-break: break-all;
}

#areaSelect dl dd ul li a {
    padding-left: 12px;
    background: url(../images/icon_arrow.gif) no-repeat 0% 50%;
}


/*** #pageing *****************************************/

#pagination {
    text-align: center;
    clear: both;
    padding-top: 10px;
}

#pagination ul li {
    display: inline;
    font-weight: bold;
    font-size: 90%;
    border: 1px solid #CCCCCC;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-image: url(../images/contents_pagination_bg.jpg);
    background-repeat: repeat-x;
    background-position: 0% 100%;
    margin-right: 5px;
}

#pagination ul li a {
    text-decoration: none;
}

#pagination ul li a.next,#pagination ul li a.previous {
    font-weight: normal;
    background: url(../images/icon_arrow.gif) no-repeat 0% 50%;
    padding-left: 12px;
    text-decoration: none;
    padding-left: 12px;
}


/*** localNavi *****************************************/

#localNavi .naviContents .fontSizeSelect {
    font-size: 0px;
    width: 165px;
    height: 24px;
    background: url(../images/fontsizeselect_bg.jpg) no-repeat 0% 50%;
    overflow: hidden;
    float: left;
}

    #localNavi .naviContents .fontSizeSelect span {
        display: inline-block;
        /display: inline;
        zoom: 1;
    }

    #localNavi .naviContents .fontSizeSelect span.selectLabel {
        margin: 4px 0px 0px 6px;
    }

    #localNavi .naviContents .fontSizeSelect span#default,
    #localNavi .naviContents .fontSizeSelect span#large {
        margin: 2px 5px 0px 0px;
    }

#localNavi .naviContents {
    width: 300px;
    margin-bottom: 10px;
    float: left;
}

    #localNavi .naviContents .archiveLink {
        text-align: center;
        clear: both;
    }

        #localNavi .naviContents .archiveLink select {
            font-size: 100%;
            width: 170px;
        }


    #localNavi .naviContents .localArticle {
/*        padding: 0px 10px;*/
        width: 100%;
        float: left;
    }

        #localNavi .naviContents .localArticle div.archiveLink span {
            display: block;
            text-align: right;
            margin: 0px 10px;
        }

        #localNavi .naviContents .localArticle div.archiveLink span a {
            padding-left: 12px;
            background: url(../images/icon_arrow.gif) no-repeat 0% 50%;
        }

        #localNavi .naviContents .localArticle h3 {
            font-size: 100%;
            padding-left: 10px;
            margin-bottom: 5px;
        }

        #localNavi .naviContents .localArticle img {
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 10px;
            border: 1px solid #0066FF;
            float: right;
        }

        #localNavi .naviContents .localArticle p span.title {
            display: block;
            color: #666;
            margin-left: 10px;
        }

        #localNavi .naviContents .localArticle p span.date {
            display: block;
            color: #666;
            font-size: 90%;
            padding-left: 10px;
        }

            #localNavi .naviContents .localArticle p span a {
                padding-left: 12px;
                display: block;
                background: url(../images/icon_arrow.gif) no-repeat 0em 0.25em;
            }

    #localNavi .naviContents .feeds {
        font-size: 0px;
        width: 134px;
        text-align: right;
        float: right;
    }

    #localNavi .bannerList {
        font-size: 0px;
        width: 300px;
        clear: both;
    }

    #localNavi .bannerList li {
        margin-bottom: 10px;
    }


    #localNavi .naviContents ul.categoryNavi {
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }

        #localNavi .naviContents ul.categoryNavi li {
            font-weight: bold;
            padding: 9px;
            background: url(../images/categorynavi_bg.jpg) repeat-x 0% 100% #fff;
        }

        #localNavi .naviContents ul.categoryNavi li a {
            padding-left: 23px;
            background: url(../images/categorynavi_icon.jpg) no-repeat 0% 50%;
        }

    #localNavi .naviContents ul.outLinks {
        margin: 0px 10px 0px;
    }

        #localNavi .naviContents ul.outLinks li {
            line-height: 180%;
        }

        #localNavi .naviContents ul.outLinks li a {
            padding-left: 12px;
            background: url(../images/icon_arrow.gif) no-repeat 0% 50%;
        }

    #localNavi .naviContents ul.inquiryLinks {
        margin: 0px 10px;
    }

        #localNavi .naviContents ul.inquiryLinks li {
            margin-bottom: 5px;
        }

#localNavi .naviMobile {
    width: 300px;
    height: 88px;
    margin-bottom: 10px;
    background: url(../images/localnavi_qrbg.jpg) no-repeat 0% 50%;
    float: left;
}

    #localNavi .naviMobile img.qrCode {
        margin: 5px;
        display: block;
        float: left;
    }

    #localNavi .naviMobile h2 {
        margin: 5px 0px;
    }

    #localNavi .naviMobile p {
        font-size: 11px;
        line-height: 14px;
        margin: 0px 10px 3px 0px;
    }

    #localNavi .naviMobile span {
        display: block;
        font-size: 10px;
        line-height: 100%;
        vertical-align: middle;
        margin-left: 10px;
    }

    #localNavi .naviMobile span img {
        vertical-align: middle;
    }

/*** Pickup ********************************************/

body#portal #pickupContents {
padding-top: 20px;
}
body#index #pickupContents {
_margin-top:-40px;
}

#contentsMain ul.icons {
    clear: both;
    text-align: center;
}

#contentsMain ul.icons li {
    display: inline;
    background: none;
    padding-left: 0px;
}

#contentsMain ul.icons li div {
    display: inline;
}

#contentsMain ul.icons li a {
    padding: 0px;
}

#contentsMain ul.icons li img {
    margin: 0px 5px 5px 0px;
}

/*** Footer ********************************************/

#footer ul {
    margin: 0px 0px 5px;
    padding-top: 10px;
    border-top: solid 1px #ccc;
}

    #footer ul li {
        display: inline;
        padding: 0px 5px;
        border-left: solid 1px #0066ff;
    }

    #footer ul li.start {
        border: none;
    }

#footer p {
    font-size: 85%;
    padding-bottom: 10px;
}

/*** News Icon ******************************************/

#entry {
margin-bottom:20px;
line-height:100%;
}
#entry dl {
float:right;
font-size:80%;
}
#entry dt {
display:inline;
padding:2px 0 0 20px;
}
#entry dd {
display:inline;
padding:2px;
}
#entry dd.BookMark {
border-top:1px solid #A2B0CA;
border-bottom:1px solid #A2B0CA;
color:#C4CEE7;
background:#FFFFFF url(/image/article/bg_bookmark.gif) repeat-x bottom;
}
#entry dd.BM {
vertical-align:middle;
}

#entry dd.BM iframe{
margin-top:2px;
vertical-align:top;
}

#entry dd.first {
border-left:1px solid #A2B0CA;
}
#entry dd.last {
border-right:1px solid #A2B0CA;
}
#entry dd img {
vertical-align:middle;
margin-bottom:3px;
}
#entry dd span {
color:#666666;
}

/***** weblio *****/

#weblio_ra_container{
display:none;
}

#weblio_ra_head{
background-image:url(http://www.townnews.co.jp/common/images/entryList_h2_bg.jpg);
background-repeat:repeat-x;
background-position:0% 100%;
height:33px;
line-height:1.2em;
margin:0 0 10px 0;
text-indent:10px;
}

#weblio_ra_head_sp{
background-image:url(http://www.townnews.co.jp/common/images/entryList_h2_head.jpg);
background-repeat:repeat-x;
height:33px;
}

#weblio_ra_head_tt{
color:#ffffff;
float:left;
font-size:13px;
font-weight:bold;
margin:0;
padding:7px 0 0 0;
width:45%;
}

#weblio_ra_head_cr{
float:right;
font-size:12px;
margin:0 8px 0 0;
padding:7px 0 0 0;;
text-align:right;
width:45%;
}

#weblio_ra_head_cr a{
color:#ffffff;
text-decoration:none;
}

#weblio_ra_clear{
clear:both;
display:block;
font-size:0;
line-height:0;
overflow:hidden;
}

#weblio_ra_body ul{
background-image:none !important;
margin:5px 0 20px 0;
padding:0;
}

#weblio_ra_body ul li{
background-image:none !important;
font-size:13px;
list-style:none;
margin:6px 0 6px -3px;
padding:0 0 0 0;
}

#weblio_ra_body ul li a:active, #weblio_ra_body ul li a:link{
background-image:none !important ;
color:#0066ff;
}

#weblio_ra_body ul li a:visited{
background-image:none !important ;
color:#6600cc;
}

#weblio_ra_body ul li a:hover{
background-image:none !important ;
color:#ff6633;
}

#weblio_ra_body ul li span{
color:#000000;
font-size:13px;
padding:0 0 0 8px;
}
/*** Access Ranking *****************************************/

#localNavi #accessRank {
    width: 300px;
    margin-bottom: 10px;
}

#accessRank #rank1{
clear:both;
background:url(../images/ac_rank_1.jpg) no-repeat 5px 0;
padding-left:30px;
}
#accessRank #rank2{
clear:both;
background:url(../images/ac_rank_2.jpg) no-repeat 5px 0;
padding-left:30px;
}
#accessRank #rank3{
clear:both;
background:url(../images/ac_rank_3.jpg) no-repeat 5px 0;
padding-left:30px;
}
#accessRank #rank4{
clear:both;
background:url(../images/ac_rank_4.jpg) no-repeat 5px 0;
padding-left:30px;
}
#accessRank #rank5{
clear:both;
background:url(../images/ac_rank_5.jpg) no-repeat 5px 0;
padding-left:30px;
}

#accessRank .thumbs{
float:left;
padding:0 5px 15px 0;
}

#accessRank h3,#accessRank p{
margin:0;
padding:0;
}

#accessRank h3 span{
display:block;
color: #666;
}
#accessRank h3 span.mainHeadline{
font-size:90% !important;
}
#accessRank h3 span.subHeadline{
font-size:70% !important;
}
#accessRank p.dates {
        color: #666;
        font-size: 90%;
        padding:0 0 10px 0;
}
#accessRank #powerd {
clear:both;
font-size:70%;
text-align:right;
}

/*** twitter ********************************************/


.twtr-widget-profile{
    clear:both;
    float:none!important;
    margin:0 0 20px 0;
}


