@charset "utf-8";
@import url(../_import/common.css);
@import url(../_import/text_decorations.css);

/*
  ---------------------------------------------------------------
   P_BLOG CSS TEMPLATE "Sun Flower"

   @since  2005-06-26 19:22:47 updated: 2006-01-06 00:20:10
  ---------------------------------------------------------------
  INDEX : 
     - BASE
     - HEADER
     - CONTENT
     - MENU BOX
     - FOOTER
*/

/*
-----------------------------------------------------------------
    BASE ELEMENTS
-----------------------------------------------------------------
*/

body {
    margin: 0;
    padding: 0;
    background: #eeeeee url(./resources/bg_v_stripe.png);
    color: #333333;
    font-size: 94%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
                 "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;
    line-height: 170%;
    text-align: center;
}

h1, h2, h3, h4, h5, ul.menu, th {
    font-family: "Arial Rounded MT Bold", sans-serif;
    font-weight: normal;
}

#wrapper {
/*    width: 90%;
    max-width: 1024px;
    min-width: 750px;
*/
    width: 800px; /** add **/
    margin: 0 auto;
    padding: 0;    
    background-color: #ffffff;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    text-align: left;
}

a:link {
    color: #6666CC;
    text-decoration: none;
} a:visited {
    color: #9966cc;
    text-decoration: none;
} a:hover {
    color: #333399;
    text-decoration: underline;
} a:active {
    color: #9999ff;
}

img {
    border: 0;
}

/* Forms */
input, textarea, select {
    font-size: 100%;
}

fieldset {
    margin: 2em 0 1em 0;
    padding: 1.5em 0 1.5em 1em;
    border: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

legend {
    padding: 0 2em 0 2em;
    margin-left: 1em;
    border: 1px solid #cccccc;
}

.noscript {
    display: inline;
}

/*
-----------------------------------------------------------------
    HEADER BOX
-----------------------------------------------------------------
*/

#header {
    height: 110px;  /** org 130px **/
    margin: 0 6px 0 6px;
    padding: 1em 0;
/*    background: #D6D49D url(./resources/title_1024.jpg); */
    background: #D6D49D url(./resources/Top-ohana.jpg);
    border-bottom: 4px double #cccccc;
} #header h1 {
    width: 100%;
    padding: 0.5em 0;
    background: transparent url(./resources/trans_black.png);
    color: #ffffff;
    font-family: Times, serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    text-indent: 1em;
    text-shadow: #333333 0.1em 0.1em 0.1em;
} #header h1 a:link, #header h1 a:visited {
    color: #ffffff;
    text-decoration: none;
} #header h1 a:hover {
    color: #dddddd;
    text-decoration: none;
}

#subtitle {
    color: #000000F;  /*** org #FFFFFF ***/
    font-size: 100%;  /** org 120% **/
    font-family: times, serif;
/*     font-style: italic;  */
    font-weight: bold;
    margin: 0 0 1em 1em;
    line-height: 100%;
    text-shadow: #333333 0.2em 0.2em 0.2em;
}

/*
-----------------------------------------------------------------
    CONTENT BOX
-----------------------------------------------------------------
*/

#content {
    float: left;
    width: 70%;
    padding: 1em 1em 2em 2em;
    margin: 0.5em 0 0.5em 0;
} #content h1 {
    font-size: 170%;
}

h2#archive-title {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #333333;
    font-size: 130%;
}

.section {
    padding: 0em 1em 0em 1em;
} .section h2, h2.date-title {
    margin: 1em 0 1em 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #608020;
    background-color: transparent;
    color: #608020;
    font-family: Georgia, Times, serif;
    font-size: 130%;
    font-weight: bold;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
} .section p {
    line-height: 1.7em;
}

.article-title {
    padding: 0 0.2em 0.3em 1.5em;
    border-bottom: 1px solid #cccccc;
    background: transparent url(./resources/flower.png) no-repeat 0 30%;
    font-size: 120%;
    font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, 
                 "Hiragino Kaku Gothic Pro W3", sans-serif !important;
    font-weight: bold;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

.date {
    background-color: transparent;
    color: #666666;
    font-size: 80%;
}


/* Article Footer */
.a-footer {
    margin-top: 2em;
    padding-top: 0.5em;
    border-top: 1px solid #cccccc;
    background-color: transparent;
    font-size: 90%;
    font-family: serif;
    text-align: right;
} .a-footer a {
    padding: 0px 0px 4px 14px;
    margin: 0em  0.5em 0em 0em;
    background: #ffffff url(../_shared/anchor_bg.png) 0px 0px no-repeat;
    font-size: 12px;
    text-shadow: #ffffff 0.2em 0.2em 0.2em;
} .a-footer a:hover {
    background-position: 0px -30px;
} .a-footer a:active {
    background-position: 0px -60px;
} a.status-on {
    background-position: 0px -90px !important;
} a.status-on:hover {
    background-position: 0px -30px !important;
} a.status-on:active {
    background-position: 0px -60px !important;
}


/* Previous Logs Navi Link */
#prev-logs {
    margin: 2em 1em 1em 2em;
    text-align: right;
} #prev-logs a {
    display: inline;
    margin-right: 2px;
    padding: 2px 20px 2px 10px;
    border: 1px solid #cccccc;
    background: #eeeeee url(../_shared/arrow_next.png) no-repeat 100% 50%;
    text-decoration: none;
} #prev-logs a:hover {
    background-color: #ffffff;
}

/*
-----------------------------------------------------------------
    MENU BOX
-----------------------------------------------------------------
*/

#menu-box {
    float: right;
    width: 22%;
    margin: 2em 1em 2em 0em;
} #menu-box h2 {
    border-bottom: 1px solid #999966;
    color: #999966;
    font-family: Georgia, Times, serif;
    font-style: italic;
    font-size: 100%;
    text-align: right;
}

ul.menu {
    list-style: none;
    right: 2.5%;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #D6D49D;
    background-color: transparent;
    font-weight: normal;
} li.menu {
    line-height: 14px;
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #D6D49D;
    text-indent: 0;
} li.cur-menu {
    line-height: 14px; 
    list-style: none; 
    margin-bottom: 0; 
    padding: 5px 5px;
    border-right: 5px solid #D6D49D;
    border-bottom: 1px solid #D6D49D; 
    border-left: 5px solid #D6D49D;
    background-color: transparent;
    color: #996666;
    line-height: 14px;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

a.menu, a.menu:visited {
    display: block;
    padding: 5px;
    border-right: 5px solid #D6D49D;
    border-left: 5px solid #D6D49D;
    background-color: #FBFCE9 ;
    color: #EE7700 ;
    text-decoration: none;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
} a.menu:hover {
    border-right: 5px solid #996666;
    border-left: 5px solid #996666;
    background-color: #ffffff;
    color: #996666;
    text-decoration: none;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
} a.menu:active {
    border-right: 4px solid #FF9933;
    border-left: 4px solid #FF9933;
    background-color: #CCFF66;
    color: #333333;
    text-shadow: #669900 0.2em 0.2em 0.2em;
    text-decoration : none;

}


/* ---------------------------------------------- */
.menu {
} .menu h2 {
    padding: 0.5em 0em 0.2em 1.2em;
    font-size: 100%;
    border-bottom: 1px solid #BBA0A1;
} .menu ul {
    margin: 0;
    padding: 0 0 0 18px;
    font-size: 80%;
    list-style-image: url(./resources/list_image.png);
    margin: 5px 5px 5px 1.8em;
    padding: 0;
    font-size: 90%;
} .menu p {
    padding-left: 0.5em;
}

#search input {
   /* margin: 0px 5px 5px 0px;*/
}

#keyword {
    width: 90%;
}

/* Archive, Category, CSS-Swicher Form */
#archives, 
#category,
#css-form {
    margin: 10px 0;
}

#rss, #rss2 {
    display: block;
    width: 81px;
} #rss:link, #rss:visited, #rss2:link, #rss2:visited {
    margin: 0.5em 0;
    padding: 0 8px 0 22px;
    border: 1px solid #F8F0F1;
    border-top: 4px double #F8F0F1;
    border-bottom: 4px double #F8F0F1;
    background: #99CC33 url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
    color: #ffffff;
    font-size: 90%;
    text-decoration: none;
} #rss:hover, #rss2:hover {
    border: 1px solid #99cc66;
    border-top: 4px double #99cc66;
    border-bottom: 4px double #99cc66;
    background: transparent url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
    color: #ff6600;
    text-decoration: none;
} #rss:active, #rss2:active {
    border: 1px solid #ff9933;
    border-top: 4px double #ff9933;
    border-bottom: 4px double #ff9933;
    background: transparent url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
    color: #99cc00; 
    text-decoration : none;
}

/*
-----------------------------------------------------------------
    FOOTER BOX
-----------------------------------------------------------------
*/

#footer {
    clear: both;
    margin: 2em 6px 0 6px;
    padding: 1em 2em 1em 2em;
    border-top: 4px double #cccccc;
/*    background: #cccccc url(./resources/title_1024.jpg) 0 40%; */
    background: #cccccc url(./resources/Top-ohana.jpg) 0 40%;
    color: #ffffff;
    font-family: serif;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    text-shadow: #333333 0.2em 0.2em 0.2em;
}

#validators, #w3c-validators {
    margin: 0;
    padding: 0;
} #validators a:link, #validators a:visited {
    width: 81px;
    margin: 0px 3px 0px 0px;
    padding: 3px 8px 2px 8px; 
    border: 1px solid #eeeeee;
    background: transparent url(../_shared/trans_bg.png);    
    color: #000000;
    font-size: 11px;
    font-family: times, serif;
    text-align: center;
    text-decoration : none;
    text-shadow: #333333 0.2em 0.2em 0.2em;

} #validators a:hover {
    color: #ffffff;
}

address {
    margin: 0.5em 0 0 0;
}

#page-generation {
    clear: both;
    margin: 0;
    padding: 0;
}