@charset "utf-8";

@import url(../_import/text.css);
@import url(text.css);
@import url(modules.css);

/**
 * Style Name : Elastic Tango (Loggix Default CSS)
 * Author     : Loggix Project
 * Version    : 9.3.3
 */

/* CSS DEBUGGER (Comment "IN" to use) */
/*
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/

/* INITIALIZE */
* {
    margin: 0;
    padding: 0;
} img { 
    border: none; 
}

/* FORM BUTTON */
input[type="submit"],
input[type="button"] {
    padding: 2px 3px !important;
    outline:1px solid #bbbbbb;
    -moz-border-radius: 1px !important;
    border-top: 1px solid #eeeeee !important;
    border-right: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    border-left: 1px solid #eeeeee !important;
    background: #eeeeee url(./images/button-background.png) bottom !important;
} input[type="submit"]:active,
  input[type="button"]:active {
    background: #dddddd url(./images/button-background-hover.png) top !important;
} 
input[type="text"],
input[type="password"],
textarea {
    padding: 2px;
    border: 4px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
textarea {
    width: 95%;
}

/*
-------------( BASE LAYOUTS )-----------------
*/
html {
    margin: 0px;
}

body {
    background: #eeeeee url(/kawara/images/common/bg_common.gif) top center repeat-y;
    text-align: left;
    font-size: 10pt;
    color: #000000;
    line-height: 1.5em;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#wrapper {
    width: 800px;
    margin: 0 auto;
    padding: 0;
}

/*
-------------( HEADER STYLES )-----------------
*/
#header {
    margin: 0;
    padding: 0;
} #header h1 {
    margin: 0;
    padding: 0;
    display: none;
    visibility: hidden;
} #header h1 a {
    display: none;
    visibility: hidden;
}
.box_head_read {
    width: auto;
    height: 20px;
    margin: 0px;
    padding: 5px 0;
    background-color: #009900;
    color: #ffffff;
    text-align: center;
}
.list_head_menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}
.list_head_menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    display: block;
    line-height: 0;
    font-size: 0;
}
.list_head_menu li a {
    display: block;
    line-height: 0;
    font-size: 0;
}

/*
-------------( CONTENT STYLES )-----------------
*/
#content {
    float: left;
    width: 610px;
    margin: 0;
    padding: 20px 5px 0 5px;
    text-align: left;
}
#content div {
    /*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 1em 0 1em 1em;
    background: #ffffff url(./images/long-shadow-background-512px.png) repeat-x;
    */
    margin-top: 1em;
}
#content div div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: none;
    margin-top: 0;
}

#content h2 {
    clear: right;
    margin: 20px 0;
    padding: 0.5em;
    border-bottom: 1px solid;
    color: #cccccc;
    font: bold italic 1.4em/100% Georgia, serif;
}
#content p{
    margin: 1em 0 1em 1em;
}
#content ul,
#content ol {
    margin: 1em 0 1em 2.5em;
}
 #content h3 {
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 5px;
    background: #006f79; /* =青緑= */
    color: #ffffff;
}
#content h3 a {
    color: #ffffff;
}
#content h4 {
} #content .section {
} #content p {
    margin: 1em;
} #content fieldset {
    margin: 1em;
    border: 1px solid #9999cc;
    border-top:4px solid #9999cc;
    background: #dce1ef;
/*    background: #e6e6fa;*/
} #content legend {
    padding:4px 10px;
    background: #9999cc;
    color: #ffffff;
} #content textarea,
  #content input {
    padding: 5px;
    font: 100%/120% Bitstream Vera Sans Mono, Monaco;
    -moz-border-radius: 1px;
    border: 1px solid #9999cc;
} #content a:link,  #content a:visited {
} #content a:hover, #content a:active {
}

/* Section Footer */
.footer {
    clear: both;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0;
    border-top: 1px solid #006f79; /* =青緑= */
    color: #666666;
    font-size: 90%;
    text-align: right;
} .footer ul {
    margin:  0.5em 0 0 0;
    padding: 0;
} .footer li {
    display: inline;
    margin:  0;
    padding: 0;
} .footer a {
} .footer a:hover {
}



/*
-------------( NAVIGATION STYLES )-----------------
*/
#navigation {
    float: left;
    width: 160px;
    height: 100%;
    margin: 0;
    padding: 10px 10px 5px 5px;
    text-align: left;
}
#navigation h2 {
    padding: 10px 5px 4px 5px;
    border-bottom: 1px solid;
    color: #99CC00;
    font: bold italic 100%/180% Georgia, serif;
    text-align: right;
}
#navigation p, 
  #navigation ul, 
  #navigation table, 
  #css-form {
    padding: 0;
    margin: 5px 0;
}
#navigation ul {
    list-style: none;
    border-top: 1px solid #99CC00;
}
#navigation li {
    margin-bottom: 0;
    background: #83ad23;
    color: #ffffff;
    text-indent: 0;
}
ul#recent-entries {
    border: 0 none;
}
ul#recent-entries li {
    padding:5px 0 5px 20px;
    background: url(/kawara/images/common/yaji_green.gif) no-repeat 5px 45%;
    border: 0 none;
    color: #595757;
    border-bottom: 1px dotted #cccccc;
}

/* ICONS */
li#index a {
    background: url(./images/tango-22x22/go-home.png) no-repeat 5px 45%;
}

li#modules-downloads-index a {
    background: url(./images/tango-22x22/go-down.png) no-repeat 5px 45%;
}

li#admin-login a {
    background: url(./images/tango-22x22/system-log-out.png) no-repeat 5px 45%;
}

li#admin-preferences a {
    background: url(./images/tango-22x22/preferences-system.png) no-repeat 5px 45%;
}

li#admin-info a {
    background: url(./images/tango-22x22/preferences-system-session.png) no-repeat 5px 45%;
}

li#admin-users a {
    background: url(./images/tango-22x22/system-users.png) no-repeat 5px 45%;
}

li#admin-write a,
li#modules-downloads-admin-write a {
    background: url(./images/tango-22x22/document-new.png) no-repeat 5px 45%;
}

li#admin-drafts a,
li#modules-downloads-admin-drafts a {
    background: url(./images/tango-22x22/document-save.png) no-repeat 5px 45%;
}

li#admin-tags a,
li#modules-downloads-admin-tags a {
    background: url(./images/tango-22x22/bookmark-new.png) no-repeat 5px 45%;
}

li#modules-downloads-admin-count a {
    background: url(./images/tango-22x22/emblem-favorite.png) no-repeat 5px 45%;
}

li#admin-resources a {
    background: url(./images/tango-22x22/image-x-generic.png) no-repeat 5px 45%;
}

li#modules-access a {
    background: url(./images/tango-22x22/utilities-system-monitor.png) no-repeat 5px 45%;
}

li#modules-manual-ja a,
li#modules-manual-en a,
li#modules-manual a {
    background: url(./images/tango-22x22/help-browser.png) no-repeat 5px 40%;
}

/*
 * Define admin and guest icon background image before a:hover background.
 */
ul#recent-comments a.admin {
    background: url(./images/icon-admin.png) no-repeat 5px 5px !important;
} ul#recent-comments a.guest {
    background: url(./images/icon-guest.png) no-repeat 5px 5px !important;
}

ul#recent-trackbacks a {
/*    background: url(./images/tango-32x32/network-wireless.png) no-repeat 5px 5px !important;*/
    background: url(./images/icon-trackback.png) no-repeat 5px 5px !important;
}


li.cur-menu {
    display: block;
    margin: 0;
    padding: 10px 10px 10px 10px;
    min-height: 22px;
    border-right: 1px solid #99CC00;
    border-bottom: 1px solid #99CC00;
    border-left: 1px solid #99CC00;
    background-color: transparent;
    color: #ffff66 !important;
    font-weight: bold;
    
    text-indent:22px !important; /* MARGIN FOR ICON */
    /*background: #ca8300 url(./images/tango-22x22/weather-clear.png) no-repeat 5px 40% !important;*/
    background: #ca8300 url(./images/tango-22x22/start-here.png) no-repeat 5px 40% !important;
    
} ul.menu a,
  ul#recent-comments a, 
  ul#recent-trackbacks a {
    display: block;
    margin: 0;
    padding: 15px 10px 5px 10px;
    min-height: 22px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    background: #83ad23;
    color: #ffffff;
    font-weight: bold;
    line-height: 100%;
    text-decoration: none;
    text-indent: 22px; /* LEFT-SPACE FOR ICON */
} ul.menu a:hover,
  ul#recent-comments a:hover, 
  ul#recent-trackbacks a:hover {
    border-right: 1px solid #99CC00;
    border-left: 1px solid #99CC00;
    background-color: #99CC00 !important;
    color: #ffff66 !important;
    text-decoration: none;
} ul#recent-comments a, 
  ul#recent-trackbacks a {
    padding: 2px 5px 0 10px;
    min-height: 45px;
    line-height: 140%;
}

#search p {
}

#keyword {
    width: 90px;
}
/*
-------------( FOOTER STYLES )-----------------
*/
#footer {
    clear: both;
    margin: 5px 0;
    padding: 5px 0 0 0;
    width: 100%;
    height: 40px;
    border-top: 1px solid #cccccc;
} #footer a {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    width: 300px;
    height: 36px;
    text-align: right;
} #footer div {
    float: left;
    margin: 0;
    padding: 10px 0 0 0;
    width: 480px;
    height: 26px;
    text-align: left;
    font-size: 8pt;
    line-height: 8pt;
}



.clear {
    clear: both;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height:0px;
}
