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

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

   $Id: default.css,v 1.1.1.1 2005/03/23 07:12:33 macha Exp $
  ---------------------------------------------------------------
  INDEX : 
     - BASE
     - HEADER
     - CONTENT
     - MENU BOX
     - FOOTER
  ---------------------------------------------------------------
*/

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

body {
    margin: 0;
    padding: 1em 0 1em 0;
	background: #eeeeee url(./resources/bg.png);
    color: #000000;
    font-size: 88%;
	font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Times, serif;
    line-height: 170%;
    text-align: center;
}

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

/* 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: 0;
}

/* Forms */

select		{
	width: 160px;
	margin: 10px 0 0;
	font-size: 100%;
}
input, textarea {
    font-size: 100%;
    font-family: "HiraMinPro-W6", "HiraMinPro-W3", serif;
}

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

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

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

.noscript {
    display: inline;
}

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

#header {
    height: 3em;
    margin: 0 0 10px 0;
    padding: 0.5em 0 0 0;
    background: #dddddd url(./resources/title.jpg);
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    color: #333333;
}

#header h1 {
    float: left;
    margin: 0em 0 0 1em;
    padding: 0;
    font-family: Times, Georgia, serif;
    font-style: italic;
    font-size: 170%;
    text-shadow: #999999 0.2em 0.2em 0.2em;
}

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

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

#subtitle {
    padding: 0.1em 0em 0em 3em;
    font-family: Times, Georgia, serif;
    font-style: italic;
    font-size: 110%;
    text-shadow: #999999 0.2em 0.2em 0.2em;
}

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

#content {
    float: left;
    width: 70%;
    margin: 0.5em 0.2em 1em 1em;
    padding: 1em;
    border-top: 1px solid #bbbbbb;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #bbbbbb;
    border-left: 1px solid #cccccc;
    background: transparent url(./resources/trans_bg_check_white.png);
}

#wide-content {
    margin: 1em 2em 1em 1em;
    background-color: #ffffff;
    border: 1px solid #999999;
/*    background: transparent url(./resources/trans_bg_check_white.png);*/
    font-family: serif !important;
}

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

#content h2 {
    padding: 0.3em 0.5em 0.3em 1.5em;
    border: 1px solid #999999;
    border-left: 1px solid #999999;
    background: transparent url(./resources/bg_gray.png);
    color: #333333;
    font-size: 130%;
    font-style: italic;
}

#content h3, #content h4 {
    font-family: "HiraMinPro-W6", "ヒラギノ明朝 Pro W6", "HiraMinPro-W3", serif;
    font-weight: bold;
}

/* Section Level 1 */
.section {
    margin: 1em 0 2em 0;
    padding: 0em 1em 0em 1em;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
}

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

.article-title {
    padding: 0 0 4px 1.5em;
    border-bottom: 1px dotted #333333;
    background: #ffffff url(../_shared/title_bg_circle.png) 0 -10% no-repeat;
    font-size: 120%;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

.date {
    font-size: 90%;
}


/* Article Footer */
.a-footer {
    font-weight: bold;
    font-style: italic;
    text-align: right;
    background-color: transparent;
    border-top: 1px solid #cccccc;
    margin-top: 2em;
    padding: 0.5em;
}

.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;
        
    /* For Debug */
    /* border: 1px solid #6600CC; */

}

.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;
    border: 1px solid #cccccc;
    background: #eeeeee url(../_shared/arrow_next.png) no-repeat 100% 50%;
    text-decoration: none;
}
p#prev-logs a:hover {
    background-color: #ffffff;
}

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

#menu-box {
    float: right;
    width: 22%;
    margin: 0.5em 0.5em 2em 0em;
}

/* 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 #999999;
    background: transparent url(./resources/trans_bg_check_white.png);
    font-family: "HiraMinPro-W6", serif;
    font-weight: bold;
}

li.menu {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #999999;
    line-height: 14px;
    text-indent: 0;
}

/* Current Page Menu */
li.cur-menu {
    list-style: none; 
    margin-bottom: 0; 
    padding: 5px;
    border-right: 5px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 5px solid #999999;
    background-color: transparent;
    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;
    background: #dddddd url(./resources/bg_gray.png);
    border-right: 5px solid #999999;
    border-left: 5px solid #999999;
    text-decoration: none;
}

a.menu:hover {
    background-color: #ffffff; 
    border-right: 5px solid #ff8000;
    border-left: 5px solid #ff8000;
    color: #ff8000;
    text-decoration: none;    
}

a.menu:active {
    border-right: 4px solid #FF9933;
    border-left: 4px solid #FF9933;
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
}


/* ---------------------------------------------- */
div.menu {
    margin: 1em 0 1em 0;
    padding: 0;
    border: 1px solid #999999;
    background-color: #ffffff;
}

div.menu h2 {
    font-family: "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", serif;
    font-weight: bold;
    font-size: 90%;
    color: #333333;
    background: #cccccc url(./resources/bg_gray.png);
    padding: 2px 0.5em 2px 0.5em;
    margin: 0;
    border-bottom: 1px solid #999999;
}

div.menu p {
    padding-left: 0.5em;
}


div.menu ul {
    margin: 5px 5px 5px 1.8em;
    padding: 0;
    font-size: 90%;
}

#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  {
    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%;
    line-height: 80%;
    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%;
}

/*
-----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------
*/
#footer {
    clear: both;
    width: 94%;
    margin: 1em;
    padding: 1em;
    border-top: 1px solid #999999;
}

/* 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;
    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  {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px;
    border: 1px solid #666666; 
    background-color: transparent;
    color: #ff6600;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
    text-decoration: none;
}

#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.5em 0 0 0;
}

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

/*
-----------------------------------------------------------------
  TEXT DECORATIONS
-----------------------------------------------------------------
*/
blockquote {
    width: 93%;
    margin-left: 1em;
    margin-right: 0;
    padding: 1em;
    border-left: 5px solid #999966;
    background: #F1F1E0 url(../_shared/bottom_right.png) no-repeat right bottom;
    color: #000000;
}

div.citesource {
    margin-top: 5px;
    padding-right: 1.5em;
    border-top: 1px solid #999966;
    text-align: right;
}
