@charset "utf-8";
@import url(../_import/common.css);
@import url(../_import/text_decorations.css);

/*
  ---------------------------------------------------------------
   P_BLOG CSS TEMPLATE "Rich Green"

   $Id: default.css,v 1.1.1.1 2005/07/27 04:38:34 masahiro Exp $
  ---------------------------------------------------------------
  INDEX : 
     - BASE
     - HEADER
     - CONTENT
     - MENU BOX
     - FOOTER
  ---------------------------------------------------------------
*/

/*
-----------------------------------------------------------------
    BASE ELEMENTS
-----------------------------------------------------------------
*/

body {
    margin: 0;
    background: #eeeeee url('resources/bg_v_stripe.png');
    color: #333333;
    font-size: 85%;
    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; padding-left:0; padding-right:0; padding-top:1em; padding-bottom:1em
}

#wrapper {
    width: 94%;
    max-width: 1200px;
    min-width: 750px;
    margin: auto;
    padding: 0;
    border: 1px solid #669933;
    background-color: #ffffff;
    text-align: left;
}

/*==トップページのみ幅を指定==*/
.top #wrapper{width:750px;}

/* Anchors */
a:link {
    background-color: transparent;
    color: #5050A0;
    text-decoration: none;
}

a:visited {
    background-color: transparent;
    color: #663366;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    color: #ff6600;
    text-decoration: underline;
}

img {
    border: 0px none;
}

/* Forms */
input, textarea, select {
    font-family: "Lucida Grande", "HiraMaruPro-W4", sans-serif;
    font-size: 100%;
}

input[type="text"] {
    font-size: 100%;
    font-family: "Lucida Grande", "HiraMaruPro-W4", sans-serif;
}

fieldset {
    border-left:0px none; border-right:0px none; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; margin-left:0; margin-right:0; margin-top:2em; margin-bottom:1em; padding-left:1em; padding-right:0; padding-top:2em; padding-bottom:1.5em
}

legend {
    margin-left: 1em;
    padding: 0 2em 0 2em;
    border: 1px solid #cccccc;
}

.noscript {
    display: inline;
}

.hide{display:none;font-size:1%;position:absolute;top:-1000;left:-1000;}

/*
-----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------
*/

#header {
    height:auto;
    margin:0;
    padding:0;
    background: #80B717;
}

#header h1 {
    display: inline;
    margin: 0;
    padding: 0;
}

#header h1 a:link, #header h1 a:visited {
    color: #ffffff;
    text-decoration: none;
}

#header h1 a:hover {
    color: #eeffe6;
    text-decoration: none;
}

#subtitle {
    padding: 0.1em 0em 0em 3em;
    font-family: Optima, "Hiragino Kaku Gothic Pro W3", sans-serif;
    font-size: 110%;
    text-shadow: #669900 0.2em 0.2em 0.2em;
}

/*
-----------------------------------------------------------------
    CONTENT BOX
-----------------------------------------------------------------
*/

#content {
    float: left;
    width: 70%;
    margin: 0.5em 0 0.5em 0;
    padding: 0 10px 2em 10px;
}

.top #content {
    width: 520px;
}

#content h1 {
    font-size: 170%;
}

#content h2 {
    margin: 1em 0 1em 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #608020;
    background-color: transparent;
    color: #608020;
    font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, 
                 "Hiragino Kaku Gothic Pro W3", sans-serif;
    font-size: 130%;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

#content h3, #content h4 {
    font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, 
                 "Hiragino Kaku Gothic Pro W3", sans-serif !important;
}

.section {
    padding: 0em 0.5em 0em 0.5em;
}


.article-title {
    border-bottom: 1px dotted #806020;
    font-size: 120%;
    font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana,
                 "Hiragino Kaku Gothic Pro W3", sans-serif;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
    padding:0 0 4px 0; padding-top:0;
}
.article-title .point{color: #80b717;}

.date {
    background-color: transparent;
    color: #996633;
    font-size: 90%;
}

.date img{vertical-align:middle;margin:0 2px;}

.article-title img{vertical-align:middle;margin:0 5px;}
.profile-date img{vertical-align:middle;margin-right:5px;}
.list-title img{vertical-align:middle;margin:0 5px;}

.section h3.profile-title, .section h3.list-title {
    clear:left;
    font-size: 120%;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
    margin:1em 0 0.5em 0;
    padding:0;
    border:0 none;
}

.profile-date .photo {
    float:left;
    padding:5px 0;
}

.profile-date p {
    margin:0 0 0 140px;
    padding:5px;
    border-bottom: 1px dotted #999;
}
.profile-date p.name {
    font-weight:bold;
    font-size:140%;
    border-bottom: 1px solid #80B717;
}
.profile-date .label {
    display:block;
    float:left;
    width:5em;
}

.section h3.list-title {
    color:#fff;
    background:#80B717;
    padding:2px 0;
}

.profile-list ul {
    list-style:none;
    padding:0 0 10px 0;
    font-size: 90%;
    margin:5px 0;
}

.profile-list li {
    padding:0.5em 0 2px 20px;
    background: url('../_shared/arrow.gif') no-repeat 5px;
    border-bottom:1px solid #80B717;
}


#content .float-clear {
    padding-top: 0.2em;
}

/* Article Footer */
.a-footer {
    clear:both;
    margin-top: 2em;
    padding-top: 0.5em;
    border-top: 1px solid #cccccc;
    background-color: transparent;
    font-size: 90%;
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    text-align: right;
}

/**
 * Footer Anchors
 */
.a-footer a {
	background: #ffffff url('../_shared/anchor_bg.png') no-repeat 0px 0px;
    font-size: 12px;
    text-shadow: #ffffff 0.2em 0.2em 0.2em; margin-left:0; margin-right:0.5em; margin-top:0; margin-bottom:0; padding-left:14px; padding-right:0px; padding-top:0px; padding-bottom:4px

}
.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 */
p#prev-logs {
    margin: 2em 2em 1em 1em;
    text-align: right;
}
p#prev-logs a {
    display: inline;
    margin-right: 2px;
    border: 1px solid #cccccc;
    background: #eeeeee url('../_shared/arrow_next.png') no-repeat 100% 50%;
    text-decoration: none; padding-left:10px; padding-right:20px; padding-top:2px; padding-bottom:2px
}
p#prev-logs a:hover {
    background-color: #ffffff;
}

/*
-----------------------------------------------------------------
    MENU BOX
-----------------------------------------------------------------
*/

#menu-box {
    float: right;
    width: 22%;
    margin:15px 5px 5px 0;
    padding:0 15px 2em 15px;
	background-color: #f0f0f0;
}
*html #menu-box {width: 28%;}


.top #menu-box {width: 170px;}
*html .top #menu-box {width: 220px;}

/* Contents Navi */
#content-menu h2 {
    display: none;
}

ul.menu {
    list-style: none;
    right: 2.5%;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #669933;
    background-color: transparent;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, 
                 Optima, "Trebuchet MS", Verdana, 
                 "Hiragino Kaku Gothic Pro W3", sans-serif;
    font-weight: bold;
}

li.menu {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #669933;
    line-height: 14px;
    text-indent: 0;
}

/* Current Page Menu */
li.cur-menu {
    list-style: none; 
    margin-bottom: 0; 
    padding: 5px;
    border-right: 5px solid #669933;
    border-bottom: 1px solid #669933; 
    border-left: 5px solid #669933;
    background-color: transparent;
    color: #806020;
    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 #669933;
    border-left: 5px solid #669933;
    background: #99CC33 url('resources/menu_bg.png') repeat-x 0px 0px;
    color: #333333;
    text-decoration: none;
    text-shadow: #669900 0.2em 0.2em 0.2em
}

a.menu:hover {
    border-right: 5px solid #806020;
    border-left: 5px solid #806020;
    background: #cc9933 url('resources/menu_bg.png') repeat-x 0px -50px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: #806020 0.2em 0.2em 0.2em
}

a.menu:active {
    border-right: 4px solid #FF9933;
    border-left: 4px solid #FF9933;
    background: #99CC33 url('resources/menu_bg.png') repeat-x 0px 0px;
    color: #333333;
    text-shadow: #669900 0.2em 0.2em 0.2em;
    text-decoration : none
}


/* ---------------------------------------------- */
div.menu {
    margin: 1em 0 1.5em 0;
    padding:0;
	background:#fff;
    border-top:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #fff;
}

div.menu h2 {
    margin: 0;
    border-bottom: 1px dotted #999999;
    background: #ffffff url('none');
    font-size: 100%;
    color: #333333;
    padding-left:0.5em; padding-right:0.5em; padding-top:2px; padding-bottom:2px
}

div.menu h2 img{vertical-align:middle;margin:5px 5px 5px 0;}

div.menu p {
    margin:5px;
    padding-bottom: 0.5em;
}


div.menu ul {
    list-style:none;
    padding:0 0 10px 0;
    font-size: 90%;
    margin-left:0; margin-right:5px; margin-top:5px; margin-bottom:5px;
}

div.menu li {
    padding-left:20px;
    background: url('../_shared/arrow.gif') no-repeat 5px;
    
}

div.menu dl {
    padding:0 0 10px 0;
    font-size: 90%;
    margin:5px;
}

#howto {
    margin: 1em 0 1.5em 0;
    padding:0;
	background:none;
    border:0 none;
}

#howto h2{
    margin: 0;
    border-bottom: 1px solid #999999;
    background: none;
    font-size: 100%;
    color: #333333;
    padding-left:0.5em; padding-right:0.5em; padding-top:2px; padding-bottom:2px
}

div.menu dt {
    font-weight:bold;
}

div.menu dd {
    margin:0;
    padding-left:20px;
    background: url('../_shared/arrow.gif') no-repeat 5px;
}

div.menu dd img{
    vertical-align:middle;
    margin:3px;
}

#search input {
    margin: 0 0 5px 5px;
}

#keyword {
    width: 90%;
}

/* Archive, Category, CSS-Swicher Form */
#archives, 
#category,
#css-form {
    margin: 10px 0px 10px 0px;
}

/* Admin Menu */
#logout {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom : 0.5em;
    border-top: 1px solid #999999;
    background: #eeeeee url('../_shared/gray_stripe.png');
    text-align: center
}

h2.menu-box {
    font-size: 130%;
}

#menu-box h3 {
    font-size: 110%;
}

div.rss {
    margin: 2em 0 1em 0;
    padding-top: 1em;
    border-top: 1px dotted #999999;
    }
/*
-----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------
*/
#footer {
    clear:both;
    margin: 0;
    padding: 5px 1em 1em 1em;
    border-top: 1px solid #80B717;
    background: #ccc;
    font-family: Optima, sans-serif;
}

/* Validator Logos */
.logo {
    float: left;
    margin: 0px 1em 0.5em 0px;
}

.validator {
    margin: 0px 5px 5px 0px;
}

#validators, #w3c-validators {
    margin: 0;
    padding: 0;
}

#validators a:link, #validators a:visited,
#rss:link, #rss:visited  {
    width: 81px;
    border: 1px solid #666666;
    background: #99CC33 url('resources/bg_s.png');
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    text-decoration : none; margin-left:0px; margin-right:3px; margin-top:0px; margin-bottom:0px; padding-left:8px; padding-right:8px; padding-top:2px; padding-bottom:2px

}

#validators a:hover,
#rss:hover  {
    border: 1px solid #666666;
    background: #99CC33 url('resources/bg_s.png');
    color: #000000;
    text-shadow: #336600 0.2em 0.2em 0.2em;
    text-decoration : none; margin-left:0px; margin-right:3px; margin-top:0px; margin-bottom:0px; padding-left:8px; padding-right:8px; padding-top:2px; padding-bottom:2px
}

#validators a:active,
#rss:active {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px;
    border: 1px solid #ff6600;
    text-decoration : none;
}

address {
    margin: 0;
}

#page-generation {
    clear: both;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #666666;
    font-size: 90%;
}

