/*
 * File      : style.css
 * Copyright (C) 2008 www.imari-low.jp All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #069;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: none;
}

/* form */
form {
    margin: 0px;
}
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 150px;
}

/* banner title */
#header { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; height: 137px; margin: 0; padding: 0; }

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* description of blog */
.blog-description { color: #000; background: white; font-size: 13px; text-align: left; float: none; clear: both; margin: 0; padding: 0; }

/* article */
.blog {
    padding: 10px 10px 10px 10px;
}

/* article date */
.date {
    margin: 8px 0;
    padding-left: 8px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: #8fabbe;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0px 5px 15px 0px;
    color: #36414d;
    background: #fff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

.entry img{ margin-right: 10px; margin-bottom: 5px; padding: 0; }

.entry p { margin: 10px 0; padding: 0; }
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px;
    padding: 10px;
    border: solid 5px #d9d2bb;
    background: #fefff7;
    font-size: 105%;
    line-height: 150%;
}
.quotetitle {
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* title of entry */

.entry-body{ font-size: 110%; line-height: 150%; }
.entry-header {
    margin: 10px 0 0;
    padding-left: 10px;
    border-left: 3px solid #b47474;
    color: #444;
    font-size: 120%;
    font-weight: bold;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
}

.entry-footerr {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 10px;
    text-align: center;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 83.3%;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 83.3%;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* menu list of sidebar */
#links-left ul,
#links-right ul { color: #444; font-size: 95%;}

#links-left ul li,
#links-right ul li { font-size: 98%; list-style: none; margin: 0 0 15px; }

#links-left li li,
#links-right li li {
     background: url(images/lmark.gif) no-repeat 0 0.5em;
     padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
 }

/* title of menu list */
#links-left ul li h2,
#links-right ul li h2 { margin-top: 3px; padding-bottom: 2px; color: #fff; text-align: center; font-size: 80%; font-weight: bold; line-height: 2; background-image: url(images/sidehk.gif); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
html > body #links-left ul li h2,
#links-right ul li h2 {
    padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
    margin: 3px 0 0; background-color: #fefff6; padding: 2px; border-right: 1px solid #edefe4; border-bottom: 5px solid #edefe4; border-left: 1px solid #edefe4; border-top-color: #edefe4;
}
#links-left ul ul ul,
#links-right ul ul ul{
   
 }
#links-left ul li li ,
#links-right ul li li {
    font-size: 95%;
    line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 95%;
}
#links-left ul ul.children,
#links-right ul ul.children { margin-top: 0; border-left: 1px solid #fefff6; border-top-color: #fefff6; border-right-color: #fefff6; border-bottom-color: #fefff6; }

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 8px;
    color: #fff;
    background: #8fabbe;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment {
    width: 400px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

form input,
form textarea {
    border: 1px solid #999;
}
#searchtext {
    margin: 3px 0;
}

/* layout */



/* for 1 column or 2 columns */
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column { background-image: url(images/body_haike.gif); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-bottom: 0; text-align: center; }
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* for 2 columns */
.layout-two-column-left #box,
.layout-two-column-right #box { width: 940px; margin-right: auto; margin-left: auto; padding: 0; text-align: left; }

/* for 2 columns */
.layout-one-column #container {
    margin-bottom: 0;
}




/* footer */
#footer { background-image: url(images/footer.gif); background-repeat: no-repeat; background-position: 0 0; width: 940px; height: 55px; float: none; clear: both; margin: 0; padding: 25px 0 0; }
#footer p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #444;
}


/* for IE7 */
*:first-child+html .layout-three-column-liquid #links-left,
*:first-child+html .layout-three-column-liquid #links-right,
*:first-child+html .layout-two-column-liquid-right #links-right,
*:first-child+html .layout-two-column-liquid-left #links-left {
    top: 100px;
}





/* for 2 columns fixed layout (with right sidebar) */
.layout-two-column-right #content { float: left; width: 725px; margin: 0 0 10px; border: solid 5px #f6f6f6; }
.layout-two-column-right #links-right-box { background-color: #fcfcfc; float: right; width: 200px; clear: right; }
.layout-two-column-right #links-right {
    padding: 5px 5px 0;
}

/* for 2 columns fixed layout (with left sidebar) */
.layout-two-column-left #content {
    float: right;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

input,textarea {
    font-family: "Osaka", "?q???M?m?p?S Pro W3", "?l?r ?o?S?V?b?N", arial, sans-serif;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* 外枠*/
#outer{ background-image: url(images/hk.gif); background-repeat: repeat; background-position: 0 0; width: 960px; margin-right: auto; margin-left: auto; }

div#s-navi { font-family: "ＭＳ Ｐゴシック", Arial, Osaka, "ＭＳ ゴシック", Osaka, sans-serif; background-image: url(images/navi_haikei.gif); float: none; margin: 0 0 5px; padding: 0; }
ul#men{ list-style:none; margin: 0;  padding: 0;height: 47px; margin: 0 0 0 35px; }
.as{ width: 153px; height: 47px; float: left; margin: 0; padding: 0; list-style:none; }
.aj{ width: 109px; height: 47px; float: left; margin: 0; padding: 0;  list-style:none; }
.aq{ width: 117px; height: 47px; float: left; margin: 0; padding: 0;  list-style:none; }
.aig{ width: 211px; height: 47px; float: left; margin: 0; padding: 0;  list-style:none; }
.aiq{ width: 117px; height: 47px; float: left; margin: 0; padding: 0;  list-style:none; }
.apl{ width: 169px; height: 47px; float: left; margin: 0; padding: 0;  list-style:none; }
ul#men a{height: 47px; display:block;text-indent:-3000px;overflow:hidden;}

a.hs{ background-image:url(images/hs_b.gif); }
a:hover.hs{ background-position:0px -47px;}
a.sj{background-image:url(images/sj_b.gif); }
a:hover.sj{ background-position:0px -47px;}
a.qa{background-image:url(images/qa_b.gif); }
a:hover.qa{ background-position:0px -47px;}
a.ig{background-image:url(images/ig_b.gif); }
a:hover.ig{ background-position:0px -47px;}
a.iq{background-image:url(images/iq_b.gif); }
a:hover.iq{ background-position:0px -47px;}
a.pl{background-image:url(images/pl_b.gif); }
a:hover.pl{ background-position:0px -47px;}

/* topimg*/
.main_img{ width: 720px; height: 261px; margin-bottom: 5px; padding: 0; border: solid 1px #a1a1a1; }

/* 新着情報*/
#wn{ background-image: url(images/body_haike.gif); width: 720px; height: 100px; margin: 3px 0px 10px 5px; padding-top: 3px; padding-bottom: 0; padding-left: 0; }
.wnt{ font-size: 12px; background-image: url(images/wt_ya.gif); background-repeat: no-repeat; background-position: 0 0; width: 560px; height: auto; margin-top: 2px; margin-bottom: 2px; margin-left: 5px; padding-top: 0; padding-bottom: 5px; padding-left: 15px; border-bottom: 1px dashed #b0b0b0; }
.wn_i{ width: 126px; height: 95px; float: left;}
.wn_n{ float: left;}
.wdate{ color: #595959; font-size: 11px; margin-right: 10px; }


/* 各オフィス新着情報*/
#wn2{ background-image: url(images/body_haike.gif); width: 680px; height: 100px; margin: 3px 0 10px 5px; padding-top: 3px; padding-bottom: 0; padding-left: 0; }
.wnt2{ font-size: 12px; background-image: url(images/wt_ya.gif); background-repeat: no-repeat; background-position: 0 0; width: 560px; height: auto; margin-top: 2px; margin-bottom: 2px; margin-left: 5px; padding-top: 0; padding-bottom: 5px; padding-left: 15px; border-bottom: 1px dashed #b0b0b0; }
.wn_i2{ width: 126px; height: 95px; float: left;}


#rss_finfo{ font-size: 12px; line-height: 150%; background-repeat: no-repeat; background-position: 0 2px;  height: auto; float: left; clear: right; margin-top: 2px; margin-bottom: 2px; margin-left: 0; padding-top: 0; padding-bottom: 5px; padding-left: 0; }
#rss_finfo dt{ color: #535353; font-size: 11px; background-image: url(images/wt_ya.gif); background-repeat: no-repeat; background-position: 0 2px; height: auto; float: left; margin: 2px 0 2px 5px; padding: 0 0 5px 15px; border-bottom: 1px dashed #b0b0b0; }
#rss_finfo dd{ font-size: 12px; background-repeat: no-repeat; background-position: 0 0; width: 430px; height: auto; float: left; clear: right; margin-top: 2px; margin-bottom: 2px; margin-left: 0; padding: 0 0 5px 5px; border-bottom: 1px dashed #b0b0b0; }
#rss_finfo dl{ width: auto; height: auto; margin: 0; padding: 0; }






/* 諫早*/
#rss_iinfo{ font-size: 12px; line-height: 150%; background-repeat: no-repeat; background-position: 0 2px;  height: auto; float: left; clear: right; margin-top: 2px; margin-bottom: 2px; margin-left: 0; padding-top: 0; padding-bottom: 5px; padding-left: 0; }
#rss_iinfo dt{ color: #535353; font-size: 11px; background-image: url(images/wt_ya.gif); background-repeat: no-repeat; background-position: 0 2px; height: auto; float: left; margin: 2px 0 2px 5px; padding: 0 0 5px 15px; border-bottom: 1px dashed #b0b0b0; }
#rss_iinfo dd{ font-size: 12px; background-repeat: no-repeat; background-position: 0 0; width: 430px; height: auto; float: left; clear: right; margin-top: 2px; margin-bottom: 2px; margin-left: 0; padding: 0 0 5px 5px; border-bottom: 1px dashed #b0b0b0; }
#rss_iinfo dl{ width: auto; height: auto; margin: 0; padding: 0; }

/* 伊万里*/
#rss_iminfo{ font-size: 12px; line-height: 150%; background-repeat: no-repeat; background-position: 0 2px;  height: auto; float: left; clear: right; margin-top: 2px; margin-bottom: 2px; margin-left: 0; padding-top: 0; padding-bottom: 5px; padding-left: 0; }
#rss_iminfo dt{ color: #535353; font-size: 11px; background-image: url(images/wt_ya.gif); background-repeat: no-repeat; background-position: 0 2px; height: auto; float: left; margin: 2px 0 2px 5px; padding: 0 0 5px 15px; border-bottom: 1px dashed #b0b0b0; }
#rss_iminfo dd{ font-size: 12px; background-repeat: no-repeat; background-position: 0 0; width: 430px; height: auto; float: left; clear: right; margin-top: 2px; margin-bottom: 2px; margin-left: 0; padding: 0 0 5px 5px; border-bottom: 1px dashed #b0b0b0; }
#rss_iminfo dl{ width: auto; height: auto; margin: 0; padding: 0; }












/* トップother*/
#tidl{ width: 350px; float: left; margin-left: 5px;margin-right: 5px; padding: 3px 0 0 0; }
#tidr{ width: 350px; float: right; clear: right;  padding: 3px 0 0; }
.qat{ font-size: 13px; font-weight: bold; background-image: url(images/y_ic.gif); background-repeat: no-repeat; background-position: 0 0; margin-top: 2px; padding-top: 0; padding-bottom: 5px; padding-left: 20px; border-bottom: 1px dashed #989f5e; }
.bs{ color: #2e2e2e; font-size: 11px; background-color: #fefef8; background-repeat: no-repeat; background-position: 0 0; margin: 2px 2px 5px; padding: 5px; }
.tqa{ width: auto; margin-top: 0; padding: 5px; border-right: 1px solid #acb381; border-bottom: 1px solid #acb381; border-left: 1px solid #acb381; }
.tt{ width: 340px; height: 32px; margin-bottom: 0; padding: 0; }
.ts{ width: 340px; height: 120px; margin: 0 0 10px 0; padding: 0; }

/* sideボタン*/
.sdbt{ width: 190px; height: 45px; margin: 0 0 0; }
.sdb{ margin: 0 0 15px; padding: 5px 2px; border-right: 1px solid #d3d3d3; border-bottom: 10px solid #f0f0f0; border-left: 1px solid #d3d3d3; border-top-color: #d3d3d3; }
.sdbb{ margin: 0; padding: 2px 0 2px 0; }

/* 下部*/
#ft_ban{ width: 720px; float: none; clear: both; margin: 5px auto 0 10px; padding: 0; }
#k_navi{ font-size: 11px; width: 700px; float: left; margin: 5px 0 0 10px; padding: 0; }
#k_navi a{ background-image: url(images/knavi_ya.gif); background-repeat: no-repeat; background-position: 0 3px; padding-left: 10px; }
.telb{ width: 720px; height: 80px; float: none; clear: both; }
.backtotop{ font-size: 10px; background-image: url(images/btot_b.gif); background-repeat: no-repeat; background-position: 0 1px; width: 115px; float: right; clear: both; margin: 10px 0; paddin;padding: 0 0 0 18px; }


/* 見出し*/
.h2a{ color: #fff; font-size: 15px; font-weight: bold; background-image: url(images/h2_header.gif); background-repeat: no-repeat; background-position: 0 0; height: 37px; margin-bottom: 5px; padding-top: 5px; padding-bottom:0px; padding-left: 15px; }
.h3a{ color: #cd7b00; font-size: 14px; font-weight: bold; background-color: #fcfcfc; margin: 10px 0 5px; padding-top: 3px; padding-bottom: 3px; padding-left: 3px; border-color: #ebebeb; border-style: solid solid dotted; border-width: 1px; }
#h4g{ font-size: 14px; background-image: url(images/h4a.gif); background-repeat: no-repeat; background-position: 0 3px; margin: 10px 0 0 0; padding: 5px 0 5px 25px; border-bottom: 3px double #8f6c1a; }
#h4g a,
#h4g a:link,
#h4g a:visited { color: #518330; font-weight: bold; }
#h4g a:hover { color: #ea8408; font-weight: bold; background-position: 0 0; text-decoration: underline; }
#h4g a:active {}

/* オフィス*/
.of{ font-size: 90%; line-height: 150%; margin: 10px 0; padding: 0; }
.of img{ float: left; margin-right: 5px; padding: 2px; border: solid 1px #ececec; }
.of_map{ background-color: #fdfdfd; width: 380px; height: 210px; float: left; margin: 0 10px 10px 0; padding: 2px; }

/* ご相談の流れ*/
.sdn1{ background-image: url(images/gs1.gif); background-repeat: no-repeat; background-position: 0 1px; height: 145px; margin: 3px 0; padding: 10px 5px 0 220px; }
.sdn2{ background-image: url(images/gs2.gif); background-repeat: no-repeat; background-position: 0 1px;  height: 145px; margin: 3px 0; padding: 10px 5px 0 220px; }
.sdn3{ background-image: url(images/gs3.gif); background-repeat: no-repeat; background-position: 0 1px;  height: 145px; margin: 3px 0; padding: 10px 5px 0 220px; }
.sdn4{ background-image: url(images/gs4.gif); background-repeat: no-repeat; background-position: 0 1px;  height: 145px; margin: 3px 0; padding: 10px 5px 0 220px; }
.sdn5{ background-image: url(images/gs5.gif); background-repeat: no-repeat; background-position: 0 1px;  height: 145px; margin: 3px 0; padding: 10px 5px 0 220px; }

/* お問合わせ*/
.t_saga{ background-image: url(images/t_saga.gif); width: 680px; height: 100px; clear: both; margin: 0 0 20px; padding: 0; border: solid 1px #8f8f8f; }
.t_fukuoka{ background-image: url(images/t_fukuoka.gif); width: 680px; height: 100px; clear: both; margin: 0 0 20px; padding: 0; border: solid 1px #8f8f8f; }
.t_isahaya{ background-image: url(images/t_isahaya.gif); width: 680px; height: 100px; clear: both; margin: 0 0 20px; padding: 0; border: solid 1px #8f8f8f; }
.temail{ width: 238px; height: 56px; float: right; clear: both; margin: 0; padding: 44px 0 0; }


/*概要*/
table.gaiyou{ font-size: 12px; border-top:1px inset #888; border-left:1px inset #888; border-collapse:collapse; border-spacing:0; background-color:#ffffff; margin-top: 10px; empty-cells:show; }
.gaiyou th{ color:#fff; font-weight: bold; background-color: #9aad66; padding:3px; text-align:left; border-right: 1px inset #888; border-bottom: 1px inset #888; }
.dai{ text-align: left; width: 80px; padding:5px; border-right: 1px inset #888; border-bottom: 1px inset #888; }
.si{ background-repeat: no-repeat; text-align: left; padding:5px; border-right: 1px inset #888; border-bottom: 1px inset #888; }

/*年表*/
table.iyr{ font-size: 12px; border-top:1px inset #888; border-left:1px inset #888; border-collapse:collapse; border-spacing:0; background-color:#ffffff; margin-top: 10px; empty-cells:show; }
.iyr th{ color:#fff; font-weight: bold; background-color: #9aad66; padding:3px; text-align:left; border-right: 1px inset #888; border-bottom: 1px inset #888; }
.dai{ text-align: left; width: 80px; padding:5px; border-right: 1px inset #888; border-bottom: 1px inset #888; }
.ssi{ background-repeat: no-repeat; text-align: left; padding:5px; border-right: 1px inset #888; border-bottom: 1px inset #888; }

/*住所テーブル*/
table.adr{ font-size: 12px; border-top:1px inset #888; border-left:1px inset #888; border-collapse:collapse; border-spacing:0; background-color:#ffffff; width: 500px; margin-top: 15px; empty-cells:show; }
.ad1{ color:#654f06; font-weight: bold; background-color: #eed686; padding:3px; text-align:left; border-right: 1px inset #888; border-bottom: 1px inset #888; }
.ad2{ color:#5d4d06; font-weight: bold; background-color: #ffffe6; padding:3px; text-align:left; border-right: 1px inset #888; border-bottom: 1px inset #888; }
.dai{ text-align: left; width: 80px; padding:5px; border-right: 1px inset #888; border-bottom: 1px inset #888; }
.adi{ background-repeat: no-repeat; text-align: left; padding:5px; border-right: 1px inset #888; border-bottom: 1px inset #888; }

/*カテゴリ説明*/
.cacm{ color: #232323; font-size: 13px; background-color: #fffafe; margin-top: 5px; margin-bottom: 15px; padding: 5px; border: solid 1px #fed9d9; }

/*住所テーブル*/
table.of_ad{ font-size: 12px; border-collapse:collapse; border-spacing:0; background-color:#ffffff; width: 500px; margin-top: 5px; margin-bottom: 0; empty-cells:show; }
.ofad{ font-weight: bold; text-align:left; margin: 0; padding: 0; order-right-style: inset; }

