@charset "UTF-8";

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 0px;
}

img {
border-style: none;
}

.none{
    color: #333333;
    background-color: #ffffff;
    display: none;
}


#container {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 760px;
    background-image: url(page_bg.gif);
}


* html #container {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 760px;
    background-image: url(page_bg.gif);
}


#header {
    color: #999999;
    background-color: #ffffff;
    padding-left: 15px;
    padding-bottom: 5px;
    background-image: url(banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 140px;
}

#header h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin: 0;
    padding-top: 25px;
    padding-left: 20px;
    padding-bottom: 2px;
}

.description {
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 20px;
}

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


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


#header a:link:hover {
    text-decoration: none;
    color: #ffffff;
}


#header a:link:active {
    text-decoration: none;
    color: #ffffff;
}


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


#header a:visited:hover {
    text-decoration: none;
    color: #ffffff;
}


#header a:visited:active {
    text-decoration: none;
    color: #ffffff;
}


.left {
    width: 547px;
    float: left;
    border-right: 3px solid #ffffff;
}

* html .right {
    width: 200px;
    float: left;
}

#main {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    width: 547px;
}

* html #main {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    width: 547px;
}

#main a {
    text-decoration: none;
    color: #CC3300;
}


#main a:link {
    text-decoration: none;
    color: #CC3300;
}


#main a:link:hover {
    text-decoration: underline;
    color: #d199a3;
}


#main a:link:active {
    text-decoration: underline;
    color: #CC3300;
}


#main a:visited {
    text-decoration: none;
    color: #CC3300;
}


#main a:visited:hover {
    text-decoration: underline;
    color: #d199a3;
}


#main a:visited:active {
    text-decoration: underline;
    color: #CC3300;
}


.pad {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

#main .date {
    font-size: 12px;
    font-weight: bold;
    color: #d9175b;
    margin-top: 10px;
    padding-top: 0px;
    padding-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    clear: both;
    text-align: right;
}


#main h2 {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 3px;
    padding-left: 5px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    clear: both;
    color: #ffffff;
    background-image: url(title_bg.gif);
}

#main h3 {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    clear: both;
}

#main h4 {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    clear: both;
}



blockquote {
    margin-top: -5px;
    border-width: 1px;
    padding: 5px;
}

pre {
    border-width: 1px;
    border-style: dotted;
    border-color: #CCCCCC;
    padding: 5px;
    margin-top: -5px;
    margin-left: 40px;
    margin-right: 40px;
    overflow: scroll;
}

#main dt {
        padding: 0 0 0 5px;
}


#menu {
    font-size: 12px;
    text-align: left;
    margin-bottom: 15px;
}

#main p {
    margin-top: 8px;
    margin-left: 5px;
    margin-bottom: 8px;
}


#main .imageleft{
    padding-right: 10px;
    float: left;
}


#main .imageright{
    padding-left: 10px;
    float: right;
}


.more {
    margin-top: 3px;
    margin-bottom: 10px;
    float: right;
}


#main li {
    margin-bottom: 5px;
    list-style-type: square;
}

.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}

#main .posted {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #303290;
    text-align: right;
    line-height: normal;
    padding: 3px;
    margin-bottom: 25px;
    clear: both;
}


#comment-data {
    float: left;
    width: 180px;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
    border-right: 1px dotted #BBB;
    }

textarea[id="comment-text"] {
    width: 80%;
    }

.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
    }

.sign {
    margin-bottom: 10px;
}


.extended {
    display:block;
    float:right;
}



#right {
    font-size: 80%;
    line-height: 140%;
    width: 210px;
    float: left;
}

#right .pad {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


#right a {
    text-decoration: none;
    color: #CC3300;
}


#right a:link {
    text-decoration: none;
    color: #CC3300;
}


#right a:link:hover {
    text-decoration: underline;
    color: #d199a3;
}


#right a:link:active {
    text-decoration: none;
    color: #CC3300;
}


#right a:visited {
    text-decoration: none;
    color: #CC3300;
}


#right a:visited:hover {
    text-decoration: underline;
    color: #d199a3;
}


#right a:visited:active {
    text-decoration: none;
    color: #CC3300;
}


#right h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #333333;
    padding-top: 2px;
    padding-left: 0;
    margin-bottom: 1px;
    padding-bottom: 1px;
    clear: both;
    text-align: center;
}

#right h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #333333;
    padding-top: 2px;
    padding-left: 0;
    margin-bottom: 5px;
    padding-bottom: 2px;
    clear: both;
}

#right p {
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
} 


#right ul {
    font-size: 10px;
    margin-top: 0px;
    margin-left: 3px;
    padding-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}


#right ul ul {
    font-size: 100%;
    margin-left: 5px;
    margin-bottom: 0px;
}


#right li {
    font-size: 100%;
    color: #333333;
    text-align: left;
    line-height: 120%;
    margin-top: 3px;
    margin-left: 10px;
    list-style-type: none;
}


#right img,#left img {
    margin-top: 3px;
    border-style: none;
    margin-bottom: 3px;
}


.photo {
    text-align: left;
    margin-bottom: 20px;
    }

.link-note {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #333333;
    text-align: left;
    line-height: 150%;
    padding: 2px;
}

#powered {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #333333;
    text-align: left;
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-bo {
    background-color: #E75015;
    color: #ffffff;
}
.form-box {
    width: 140px;
    height: 20px;
}


#footer {
    padding: 5px;
    clear: both;
}


#footer a {
    text-decoration: none;
    color: #000099;
}


#footer a:link {
    text-decoration: none;
    color: #000099;
}


#footer a:link:hover {
    text-decoration: none;
    color: #ff3300;
}


#footer a:link:active {
    text-decoration: none;
    color: #ff3300;
}


#footer a:visited {
    text-decoration: none;
    color: #000099;

}


#footer a:visited:hover {
    text-decoration: none;
    color: #ff3300;
}


#footer a:visited:active {
    text-decoration: none;
    color: #ff3300;
}


/* Mac IE テキストエリア文字化け対策 */

select,input,textarea {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

textarea {
    font-size: 100%;
}

/* ページ分割 */
.pagenavi-foot {
text-align: center;
margin-bottom: 15px;
}
