/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

body {
    color: #445566;
    font-family: sans-serif;
}
li{
    padding-top: 10px;
    padding-bottom: 10px;
}
li:first-child {
    border-top: 1px solid #eeeeee;
}
li + li {
    border-top: 1px solid #eeeeee;
}
li + li:last-child {
    border-bottom: 1px solid #eeeeee;
}
/* clearfix */
.clearfix:before,
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;}/* Hides from IE Mac */
.clearfix {display:block;}/* Hides from IE Mac */
/* CMS classes  */
.normal {

}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#right-menu{
    font: 100%;
    float: bottom;
}


.messages {
    display: none;
    font-size: 0.8em;
    background-color: #FFEF99;
    border: 1px solid #FFA500;
    list-style: none;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container {
}

#breadcrumb {
    display: none;
    padding: 0;
    font-size: 70%;
}

#breadcrumb ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#breadcrumb ul li {
    float: bottom; 
    padding-right: 5px;
}

#promo p span {
    padding: 10px;
}

#header {
    padding: 10px;
}
    #header h1 {
        float: left;
    }

    #header h1 a{
        font-size: 1%;
        margin: none;
        padding: none;
    }
    #header h1 img {
        width: 120px;
        height: 55px;
    }
    #header .sns {
        float: right;
    }
    #header .bp-theme,
    #header .navi {
        display: none;
    }
#content {
    width: 100%;
    clear: both;
}

    #content a {
        color: #A00000;
        text-decoration: none;
    }

    #content a:hover {
        text-decoration: underline;
    }

    #content #press h2 {
        display: none;
    }
    #content #press li {
        padding: 10px;
    }
    #content .bp-fb-widget,
    #content .bp-tw-widget {
        display: none;
    }
    #content .promo-pytraining,
    #content .promo-liblar,
    #content .promo-connpass {
        text-align: center;
        margin: 0 auto;
    }
        #content .promo-pytraining img,
        #content .promo-liblar img,
        #content .promo-connpass img {
            border:1px solid #ccc;
            width: 280px;
        }
#footer {
    width: 100%;
    color: white; 
}

    #footer #footer-inner {
        width: 100%;
        margin: 0 auto;
    }
        
        #footer-inner .footer-bn-gae {
            display: none;
            float: right;
        }

    #footer .navi {
        width: 100%;
        font-size: 100%;
    }
        #footer .navi ul {
            list-style-image: none;
            list-style-position: outside;
            list-style-type: none;
        }

            #footer .navi ul li {
                padding: 0;
                border: 0;
            }
            #footer .navi ul li a {
                background-color: #778899;
                border-bottom: 1px solid #fff;
                text-decoration: none;
                display: block;
                padding: 20px 10px;
                color: #fff; 
            }
            #footer .navi ul li a:hover {
                background-color: #686B79;
                color: #fff; 
            }

    #footer #copyright {
        background: #778899 none repeat scroll 0 0;
        float: left;
        padding: 5px 6px;
        font-size: 90%;
    }


/* Top Page */
body.top #content .bp-fb-widget {
    display: none;
}
body.top #content #promo {
    padding: 0 ;
    width: 100%;
}

    body.top #content #promo #promo-msg {
        padding-top: 2px;
        margin-left: auto;
        margin-right: auto;
        color: black;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        margin-bottom: 0px;
    }

        body.top #content #promo #promo-msg h1 {
            position: absolute; top: 10px;
            right: 10px;
            width: 160px;
            text-align: center;
            text-shadow: gray 0 -1px 0;
            font-size: 120%;
            margin-bottom: 0px;
        }

        body.top #content #promo #promo-msg h2 {
            display: none;
        }

        body.top #content #promo #promo-msg .twitter_update_list {
            display: none;
            margin: 10px 0; 
        }

        body.top #content #promo #promo-msg .twitter_update_list li {
            padding: 5px 0;
        }

        body.top #content #promo #promo-msg .twitter_update_list li a {
            color: #AAA;
        }

        body.top #content #promo #promo-msg span#twitter_follow_link_button {
            display: none;
            background-color: #337BA8;
            background-image: url("http://platform0.twitter.com/1.1.4/images/gradient-background.png");
            padding: 4px 7px 4px 7px;
            border: solid 1px #18566A;
            font: 12px Arial,sans-serif;
            text-shadow: 0 -1px 0 #18566A;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            height: 69px;
        }

        body.top #content #promo #promo-msg span#twitter_follow_link_button img {
            display: none;
            position: relative; 
            top: 4px;
        }

        body.top #content #promo #promo-msg #twitter_follow_link_button a {
            color: #FFF;
        }

    body.top #content #promo td {
        vertical-align: top;
        padding-right: 5px;
    }

    body.top #content #promo p {
        margin-top: 30px; 
    }

body.top #content #left-content {
    width: 100%;
}
body.top #content #right-content {
    width: 100%;
}


body.top #content .latest-news {
    margin: 1em;
    border-top: 2px solid #A00000; 
    padding-top: 1em;
    font-size: 90%;
}

    body.top #content .latest-news dd {
        padding-bottom: 1em;
    }
body.top #content .promo-connpass,
body.top #content .promo-liblar {
    padding: 10px 0 0;
}
body.top #content .promo-pytraining {
    padding: 10px 0 10px;
}
body.top #content #right-content #shacho {
    width: 298px;
    margin: 0 auto;
}
body.top #right-content .worker-twitter-list {
    font-size: 0;
    padding: 10px;
}
body.top #right-content .worker-twitter-list a {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}

body.top #right-content .worker-twitter-list a  img{
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}


body.top #content .lifestream-feed {
    margin: 1em;
    border-top: 2px solid #A00000; 
    padding-top: 1em;
    font-size: 90%;
}

    body.top #content .lifestream-feed a {
        color: #A00000;
    }

    body.top #content .lifestream-feed dd {
        padding-bottom: 1em;
    }

/* Content Pages */

body.page #contents {
    font-size: 90%;
    border-top: 2px solid #A00000; 
}
    body.page #contents table {
        margin: 10px;
    }
    body.page #contents table th {
        white-space: nowrap;
        font-weight: bold;
        font-size: 100%;
    }
    body.page #contents td {
        padding: 3px;
    }
    body.page #contents table td > table {
        margin-top: 0;
    }
    body.page #contents table.table-block th,
    body.page #contents table.table-block td {
        display: block;
    }
    body.page #contents p, body.page #contents dt, body.page #contents dd {
        margin: 0.5em 10px 1em ;
    }   
    body.page #contents h1 {
        border-bottom: 1px solid #D7D8D9;
    }

    body.page #contents h1,
    body.page #contents h2,
    body.page #contents h3,
    body.page #contents h4 {
        font-size: 100%;
        margin: .5em 10px 1em;
    }

    body.page #contents dt {
      margin-top: 1em;
    }

    body.page #contents .development-body {
        padding: 10px;
    }
    body.page #contents .publish-body {
        padding: 10px;
    }
    body.page #contents .publish-body ul {
        margin-right: -10px;
        margin-left: -10px;
    }
    body.page #contents .publish-body li {
        padding-right: 10px;
        padding-left: 10px;
    }
    body.page #contents .plugin_googlemap {
        font-size: 100%;
        width: 90%;
        margin-left: 10px;
        margin-bottom: 20px;
    }
body.page #right-menu {
    font-size: 90%;
    margin-top: 2px;
    padding-top: 2px;
    width: 100%;
}

    body.page #right-menu ul {
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
    }

        body.page #right-menu ul li {
            padding: 0;
        }
            body.page #right-menu ul li a {
                text-decoration: none;
                background-image: url(../img/lm-li.gif);
                background-repeat: no-repeat;
                background-position: 10px center;
                padding: 14px 10px 10px 30px;
                display: block;
            }
            body.page #right-menu ul li a:hover {
                background-color: #efefef;
            }

body.page.news #contents .news-item {
    margin-bottom: 10px;
}

body.page.news #contents .news-item .date {
    float: left;
    margin-right: 20px;
}

body.page.news #contents .news-item .title {
    float:left;
}

body.page.news-detail #contents .date {
    border-bottom: 1px solid #D7D8D9;
}

body.top #right-content .shacho-icon,
body.top #right-content .shacho-banner {
    float: left;
}
body.top #right-content .shacho-banner a img {
    width: 220px;
}

body.top #right-content .shacho-icon img {
    width: 60px;
    height: 60px;
    margin: 0 4px 0 0;
}

body.top #bpbook {
    padding:10px;
    margin: 10px;
    border: 1px solid #ccc;
}

body.top #bpbook .book-face {
    text-align: center;
}

body.top #bpbook .book-desc {
    clear: both;
}

body.top #bpbook blockquote {
    font-size: 80%;
}

body.top #bpbook blockquote p {
    margin-bottom: 1em;
}

body.top #bpbook blockquote .cite {
    text-align: right;
}

body.top #bpbook img {
    margin: 6px;
}

body.page #content #contents table tbody tr td{
    font-size: 90%;
    vertical-align: top;
}
body.page #content #contents .plugin_googlemap iframe{
    width: 105%;
    height: 300px;
}
.tel {
    font-size: 150%;

}
