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

/*
  ---------------------------------------------------------------
   P_BLOG CSS TEMPLATE "Alminum"

   $Id: 2004/12/16 22:25:22 Exp $
  ---------------------------------------------------------------
  INDEX : 
     - BASE
     - HEADER
     - CONTENT
     - MENU BOX
     - FOOTER
  ---------------------------------------------------------------
*/

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

body {
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    background-image: url('http://www.izumichan.com/blog/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    font-size: 90%;
    font-family: Verdana, Arial, Helvetica, sans-serif, "MS UI Gothic";
    text-align: center;
}

#wrapper {
    width: 100%;
    min-width: 780px;
    padding: 0;
    text-align: left;
}

/* Anchors */
a:link {
    color: #668;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

a:hover {
    color: #99b;
    text-decoration: none;
}

img {
    border: 0;
}

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

input[type="text"] {
    font-size: 100%;
}

fieldset {
    margin: 2em 0 1em 0;
    padding: 1.5em 1em 1.5em 1em;
    border: 0;
}

legend {
    margin-left: 1em;
    padding: 0 2em 0 2em;
}

.noscript {
    display: inline;
}

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

#header {
    height: 3em;
    margin: 10px 0 0 30px;
    padding: 0.5em 0 0 0;
    color: #333333;
}

#header h1 {
    padding: 0;
    margin: 0;
    font-size: 170%;
    font-weight: bold;
    text-decoration: none;
}

#header h1 a:link, #header h1 a:visited {
    color: #00f;
    text-decoration: none;
}

#header h1 a:hover {
    color: #00f;
    text-decoration: none;
}

#subtitle {
    padding: 0;
    margin: 0;
    color: #22f;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none;
    letter-spacing: 0.2px;
}

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

#content {
    margin: 0.5em 0.2em 1em 200px;
    padding: 1em;
}

#wide-content {
    margin: 1em 2em 1em 1em;
}

#content h1 {
    font-size: 130%;
}

#content h2 {
    padding: 0 0 2px 0;
    border-bottom: 1px solid #999;
    color: #000;
    font-size: 100%;
    font-weight: bold;
}

#content h3 {
    font-size: 100%;
    font-weight: bold;
    padding: 0 0 0 0;
    border-bottom: 0;
}

#content h4 {
    font-size: 100%;
    font-weight: bold;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

div.comment {
    line-height: 130%;
}

div.opinion p {
    line-height: 120%;
}

/* Section Level 1 */
.section {
    margin: 1em 0 2em 0;
    padding: 0em 1em 0em 1em;
}

/* Section Level 2 */
.section .section {
    border: 0;
}

/* 20100904 */
.section p {
    margin-bottom: 1em;
}

.article-title {
    padding: 0 0 4px 1.5em;
    font-size: 120%;
}

.date {
    font-size: 90%;
}


/* Article Footer */
.a-footer {
    text-align: right;
    margin-top: 2em;
    padding: 0.5em;
}

.a-footer a {/*
	padding: 0px 0px 4px 14px;
	margin: 0em  0.5em 0em 0em;*/
    font-size: 12px;
    text-shadow: #ffffff 0.2em 0.2em 0.2em;
        
    /* For Debug */

}

.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;
    padding: 2px 20px 2px 10px;
    text-decoration: none;
}
p#prev-logs a:hover {
}

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

#menu-box {
    float: left;
    width: 180px;
    margin: 10px 0.5em 2em 10px;
}

/* Contents Navi */

#content-menu h2 {
    display: none;
}


/* Current Page Menu */
li.cur-menu {
    list-style: none; 
    margin-bottom: 0; 
    padding: 5px;
    color: #333333;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
    line-height: 14px;
}

a.menu, a.menu:visited {
    display: block;
    padding: 5px;
    color: #333333;
    text-shadow: #999999 0.2em 0.2em 0.2em;
    text-decoration: none;
}

a.menu:hover {
    color: #ff8000;
    text-decoration: none;    
}

a.menu:active {
    color: #333333;
    text-decoration: none;
}


/* ---------------------------------------------- */
div.menu {
    margin: 1em 0 1em 0;
    padding: 0;
}

div.menu h2 {
    font-weight: bold;
    font-size: 80%;
    color: #0223b0;
    letter-spacing: 5px;
    margin: 0 0 10px 0;
}

div.menu p {
    font-size: 80%;
}

div.menu span.date {
    font-weight: bold;
    font-size: 90%;
    line-height: 140%;
}
div.menu span.theme {
    font-weight: bold;
    font-size: 90%;
    line-height: 140%;
}
div.menu span.desc {
    font-size: 90%;
    line-height: 130%;
    padding-bottom: 0.5em;
}

div.menu p.myname {
    font-weight: bold;
}

div.menu ul {
    list-style-type: none;
    margin: 11px 0;
    padding: 0;
    font-size: 80%;
    line-height: 130%;
}

div.menu li {
	margin-left: 0;
    margin-bottom: 0;
}

div.menu ul ul {
    margin: 0 4px 4px 6px;
}

div.menu ul ul.child-categories {
    margin: 0 0 8px 0;
    font-size: 100%;
}

#trackback-list, #comment-list {
    border: 0;
}

#trackback-list h5, #comment-list h5 {
    border: 0;
}

.trackback-uri {
    border: 0;
    background: transparent;
}

.submit-button {
    background: transparent;
}

.quote a, .edit a {
    border: 0;
    background: transparent;
}
.quote a:hover, .edit a:hover {
    border: 0;
    background: transparent;
}

#comment-submit {
    text-align: left;
    border: 0;
    background: transparent;
}

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

#keyword {
    width: 90%;
}

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

#rss:link, #rss:visited,
#rss2:link, #rss2:visited  {
    width: 81px;
    margin: 0px 3px 0px 0px;
    padding: 3px 8px 2px 8px;
    border: 1px solid #666666;
    /*background-image: url(./resources/bg_gray.png);*/
    font-size: 90%;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

/* Admin Menu */
#logout {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom : 0.5em;
    background: #eeeeee url(../_shared/gray_stripe.png);
    text-align: center;
}

h2.menu-box {
    font-size: 130%;
}

#menu-box h3 {
    font-size: 110%;
}

/*
-----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------
*/
#footer {
    clear: both;
    width: 94%;
    margin: 1em;
    padding: 1em;
}

/* 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,
#rss2:link, #rss2:visited  {
    width: 81px;
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #666666;
    color: #333333;
    background: #eeeeee url(./resources/bg_gray.png);
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

#validators a:hover,
#rss:hover,
#rss2:hover  {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px;
    border: 1px solid #666666; 
    color: #ff6600;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
    text-decoration: none;
}

#validators a:active,
#rss:active,
#rss2:active {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px;
    border: 1px solid #ff6600;
    text-decoration: none;
}

address {
    margin: 0.5em 0 0 0;
}

#page-generation {
    clear: both;
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 90%;
}

/*
-----------------------------------------------------------------
  TEXT DECORATIONS
-----------------------------------------------------------------
*/
blockquote {
    width: 93%;
    margin-left: 1em;
    margin-right: 0;
    padding: 1em;
    color: #000000;
}

div.citesource {
    margin-top: 5px;
    padding-right: 1.5em;
    text-align: right;
}

.smartphone-only {
    display: none;
}
