@charset "utf-8";
#article ul.list{
    width: 510px;
    float: left;
}

#article ul li {
    border-bottom: 1px dotted #ccc;
    padding:5px;
}

#article ul li h2 {
    float: left;
    overflow: hidden;
    width: 64%;
}

#article ul li h2 a {
    //color: #5AAC35;
}

#article ul li span {
    float: right;
    display: inline-block;
    width: 30%;
    text-align:right;
    padding-right:20px;
    color:#999;
}

#left_contents{
    float: left;
    width: 510px;
}

.aside_entry {
    word-wrap:break-word;
}

.aside_entry img {
    float: left;
    margin-right: 10px;
}

.aside_entry div {
    overflow: hidden;
}

#entry-head,
#entry-foot {
    text-align: center;
    margin: 11px auto;
    font-size: 110%;
}

#entry-head span {
    display: inline-block;
}

#entry-center {
    margin:0px 20px;
}

#entry-main {
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#entry-title {
    padding:5px 10px;
    background: #eee;
}

#entry-title a {
    color: #344044;
    font-size: 17px;
    font-weight: bold;
}

.entry-subs {
    padding: 5px 0;
}

.entry-subs span{
    display: inline-block;
}

.entry-theme {
    margin-right: 10px;
}
.entry-date {
    color: #666;
}

.entry-content {
    padding:5px 10px;
}

.entry-left,
.entry-right {
    font-weight:bold;
    font-size:90%;
}


#right_contents{
    float: right;
    width: 170px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

#right_contents h3{
    text-align: center;
    background : url("/images/bg_service.jpg") repeat-x center bottom;
    padding: 5px 0;
    color: #FFF;
    font-weight: bold;
}

#right_contents ul.subList li,
#right_contents ul.categoryList li{
    border-bottom : 1px dotted;
    padding: 7px 5px;
}

#right_contents h3.category,
#right_contents .side_hot_entry {
    margin-top: 10px;
}

#right_contents p.all{
    text-align: right;
}

#right_contents p.rss{
    float: right;
    background-color:#D7D9D2;
    margin-top: 10px;
    padding: 0 3px;
    border:solid 1px #5a5a5a;
    font-weight:bold;

}

#right_contents p.rss:hover{
    opacity:0.8;
}

#right_contents span.xml{
    background-color:#8A8E7D;
    margin-right:2px;
    padding:0 7px;
    color:#ffffff;

}
#right_contents span.rss_version{
    text-align: right;
    background-color:#FF8207;
    padding:0 7px;
    color:#ffffff;
}

#right_contents p.rss a{
    text-decoration: none;
}

/*--.pager--*/
#article .pager {
    float: left;
    margin-top: 10px;
    padding-right: 10px;
}
#article .under {
    margin: 0 0 10px;
}
#article .pager p,
#article .pager ul,
#article .pager ul li {
    float: left;
}
#article .pager p {
    margin: 0 20px 0 0;
}
#article .pager ul {
    padding: 12px 0 0 0;
}
#article .pager ul li {
    margin: 0 5px 0 0;
    border-right: 1px solid #ccc;
    padding: 0 5px 0 0;
    border-bottom: none;
}
#article .pager ul li.go {
    border: none;
}
#article .pager p span {
    font-size: 190%;
    color: #2577c4;
    font-weight: bold;
}

#article p.theme{
    width: 510px;
    float: left;
    background: url("/images/bg_service.jpg") repeat-x scroll center bottom transparent;
    text-align: center;
    color: #FFF;
    padding: 5px 0;
    font-weight: bold;
}

#article #left_contents * {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, sans-serif;
    word-break: break-word;
}

/*---- #left_contents ----*/
#left_contents {

}
#main {
    width: 480px;
    margin: 0 auto;
}
#cmsarea{
    padding: 27px 0 10px;
    border-top: solid 5px #d73a57;
    border-bottom: solid 5px #d73a57;
    background: #fff;
}
#main h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 16px;
    padding: 3px 12px;
    background: #11c56e;
    display: inline;
}
#main .ttltext {
    margin: 17px 0 26px 2px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

#main p {
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 1.6;
}
#left_contents .blogDate {
    margin: 15px 0 0 17px;
    font-size: 15px;
}


/*---- #right_contents ----*/
#right_contents .author {
    margin-bottom: 14px;
    padding: 2px;
    font-size: 15px;
    text-align: center;
    background: #304574 url(/images/search/bg_mobilettl.jpg);
}
#right_contents .author h3 {
    color: #fff;
    background: #304574 url(/images/search/bg_mobilettl.jpg);
}
#right_contents .author div {
    background: #fff;
    padding: 10px 10px 5px;
}
#right_contents .author div img{
    max-width:144px;
    max-height:144px;
}
#right_contents .author .staffName {
    display:block;
    margin: 5px 0 0 0;
}
#right_contents .author a:hover {
    opacity: 0.7;
    -moz-opacity:0.7;
    filter: alpha(opacity=70);
}
