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

/*
  ---------------------------------------------------------------
   P_BLOG CSS ORIGINAL "gunner"

   $Id: 2004/10/08 22:51:06 Exp $
  ---------------------------------------------------------------
  INDEX : 
     - BASE
     - HEADER
     - CONTENT
     - MENU BOX
     - FOOTER
  ---------------------------------------------------------------
*/

/*
-----------------------------------------------------------------
    BASE
-----------------------------------------------------------------
*/
html {
    margin: 0;
    padding: 0;
}

body    {
    margin: 0;
    padding: 0em 0 1em 0;
    background: #ffffff //url(./resources/bg.png);
    color: #222222;
    font-family: "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", sans-serif;
    font-size: 84%;
    text-align: center;
	line-height: 150%;
}

#sitename	{
    width: 730px;
    margin-right: auto;
    margin-left: auto;
	border:#ff0000;
}
#wrapper   {
    width: 730px;
/*    min-width: 640px;    max-width: 1024px;*/
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em 0 0 0;
    background-color: #ffffff;
    border: 0px solid #000000;
    text-align: left;
}


/* Anchors */
a:link {
    border-bottom: 1px dotted #6666CC;
    background-color: transparent;
    color: #6666CC;
    text-decoration: none;
}
a:visited {
    border-bottom: 1px dotted #997767;
    background-color: transparent;
    color: #997767;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px dotted #997767;
    background-color: transparent;
    color: #ff6600;
    font-style: normal;    
    text-decoration: none;
}

h1 {
    margin: 0;
    padding: 0;
}
h2 {
    margin: 0;
    padding: 5px 0px 5px 5px;
    color: #222222;
    font-size: 120%;
    border-bottom: 2px solid #18428c;
}
h3 {
    margin: 1em 0 0.2em 0;
    color: #724D48;
    font-family: "HiraKakuStd-W8", Lucida Grande, 
                 Trebuchet MS, Verdana, "HiraMaruPro-W4", sans-serif;
    font-size: 110%;
    text-indent: 0.5em;
}
p {
    margin: 0em 0em 0em 1em;
    font-size: 100%;
    line-height: 170%;
}

img {
    border: 0;
}

/* Forms */
input, textarea, select {
    font-size: 100%;
    font-family: "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", sans-serif;
}
input[type="submit"],[type="reset"],[type="button"] {
	padding: 3px 2px 0px 2px;
    background: #DBDBB7 //url(../_shared/button_bg.png) repeat-x;
    border: 1px solid #999999;
	font-size: 95%;
    color: #000000;
}

input[type="text"],[type="password"] {
    margin: 0px 0px 3px 0px;
}

input[type="radio"] {
    border: 0;
}

select {
    margin: 0px 0px 3px 0px;
    background-color: #cdcdcd;
    border: 1px solid #666633;
	font-size: 95%;
}

fieldset {
    padding: 1.5em;
    margin: 1.5em;
    border: 1px solid #cccccc;
}

legend {
    padding: 3px 10px 3px 10px;
    border: 1px solid #cccccc;
}

.noscript {
    display: inline;
}

/* List */
ul, ol, li, dl {
    line-height: 180%;
}

/*
-----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------
*/
#header {
    height: 80px;
    margin: 0;
    padding: 2px 5px 1px 1em;    
    background: url('/blog/images/blog_title.jpg') no-repeat;
    color: #666666;
/*	border: 1px solid #000000;*/
}
#header h1 {
    float: left;
    padding: 0 0;
    text-indent: -9999px;
    font-size: 180%;
    font-family: "HiraKakuStd-W8", Lucida Grande, 
                 Trebuchet MS, Verdana, "HiraMaruPro-W4", sans-serif;
}
#header h1 a:link, #header h1 a:visited {
    display: block;
    height: 80px;
    width: 300px;
    background-color: transparent;
    border: 0;
    color: #666666;
    text-decoration: none;
}
#header h1 a:hover {
    background-color: transparent;
    border: 0;
    text-decoration: none;
    color: #444444;
}
#subtitle {
/*    float: left;*/
    padding: 0 0;
    margin: 0 0 0 -9999px;
    font-size: 95%;
}

/*
-----------------------------------------------------------------
    CONTENT BOX
-----------------------------------------------------------------
*/
#content  {
    float: right;
    margin: 0em 0em 0em 0em;
    padding: 1em 0em 1em 0;
    width: 70%;
	border-left:0px solid  #000000;
}
.section {
    margin: 0em 0em 1em 0em;
}
a.anchor:link, a.anchor:visited, a.anchor:hover {
    margin-right: 5px;
    border: 0;
}

/* 日付 */
#content h2 {
	color: #ffffff;
    margin-bottom: 1em;
	background: #2973b5;
}
/* 記事見出し */
h3.article-title {
    padding: 0px 0px 5px 0.5em;
    background: #ffffff;
    font-size: 120%;
}
/* 投稿時間 */
.date {
    padding-left: 1.2em;
    background-color: transparent;
    font-size: 95%;
    color: #222222;
}

/* コメント　*/
/*
.comment img {
	float: right;
	margin: 0 0 1em 1em;
}

.comment img.float-center {
	float: center;
	margin: 0;
}
*/
.section h4 {
	padding: 0.5em 1em 0em 1.5em;
	text-decoration: underline;
}
/* 文章 */
.section p {
	padding-left: 2em;
    font-size: 100%;
    line-height: 180%;
}

.download {
	padding-left: 20px;
}

/* Comment Form */
#addform img, #addform a {
    border: 1px solid #000000;
}

/* コメント・トラックバック */
/* Article Footer */
.a-footer {
    font-size: 95%;
    text-align: right;
}

/* リンク部分 */
/* ============= Footer Anchors ============= */
.a-footer a {
    font-size: 12px;
	padding: 0px 0px 2px 14px;
	margin              : 0em  0.5em 0em 0em;
	background          : #ffffff url(../_shared/anchor_bg.png) 0px 0px no-repeat;

    /* For Debug */
/*    border              : 1px solid #6600CC;*/
}

.a-footer a:hover {
	background-position : 0px -30px;
}
.a-footer a:active {
	background-position : 0px -60px;
}
/* ---------- Status-on button ---------- */
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;
}
/* ============= Footer Anchors ============= */

/*
-----------------------------------------------------------------
    MENU BOX
-----------------------------------------------------------------
*/
#menu-box  {
    text-align:right;
    float: left;
    width: 175px;
    padding: 5px;
}

/* Contents Navi */
#content-menu h2 {
    display: none;
}

ul.menu {
    margin: 0 0 1em 0;
    padding: 0;
    color: #222222;
    font-size: 100%;
    font-weight: bold;
}
ol.menu {
    margin: 0 0 1em 0;
    padding: 0;
    color: #222222;
    font-size: 100%;
    font-weight: bold;
}
ul.menu li {
    list-style: none;
    margin-bottom: 5px;
    line-height: 105%;
}
ol.menu li {
    list-style: none;
    margin-bottom: 5px;
    line-height: 105%;
}
/* Current Page Menu */
li.cur-menu {
    list-style: none;
    margin-bottom: 5px; 
    padding: 3px 0px;
	border-bottom: 2px solid #18428c;
    color: #222222;
    line-height: 105%;
    font-weight: bold;
    font-family: "HiraKakuStd-W8", Lucida Grande, 
                 Trebuchet MS, Verdana, "HiraMaruPro-W4", sans-serif;
}
a.menu, a.menu:visited {
    padding: 0px 0px;
    border-bottom: 0px;
    color: #777777;
    text-decoration: none;
    font-weight: bold;
    font-family: "HiraKakuStd-W8", Lucida Grande, 
                 Trebuchet MS, Verdana, "HiraMaruPro-W4", sans-serif;
}
a.menu:hover {
    border-bottom: 0px;
    color: #999999;
    font-weight: bold;
    font-family: "HiraKakuStd-W8", Lucida Grande, 
                 Trebuchet MS, Verdana, "HiraMaruPro-W4", sans-serif;
}
/* Colored Menu Box */
div.menu {
   margin: 0em 0em 2em 0em;
}

div.menu h2 {
    margin: 0em 0em 1em 0em;
    padding: 0em 0em 0.5em 1.5em;
    background: #ffffff; /* url(./resources/h_bg.png) no-repeat;*/
	color: #777777;
    font-size: 1em;
    font-family: "HiraKakuStd-W8", Lucida Grande, 
                 Trebuchet MS, Verdana, "HiraMaruPro-W4", sans-serif;
}
div.menu h2 a {
    border: 0;
}

div.menu p {
    padding-left: 0.5em;
}
div.menu ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 11px;
}
div.menu ol {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 11px;
}
#search input {
    margin: 0px 5px 5px 0px;
}
#keyword {
    width: 80%;
}

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

/* Admin Menu */
#logout {
    width: 100%;
    border: 1px solid #999999;
    background: #eeeeee; /* url(../_shared/gray_stripe.png);*/
    text-align: center;
}
h2.menu-box {
    margin: 0 0 0.5em 0;
    padding: 0.5em 0 0.5em 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
#menu-box h3 {
    margin: 2em 0 1em 0;
    padding: 0.8em 1em 0.8em 1em;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 100%;
}

#wishlist p {
	text-align: center;
	line-height: 120%;
	margin-bottom: 1em;
}


/*
-----------------------------------------------------------------
    FOOTER BOX
-----------------------------------------------------------------
*/
#footer  {
	color: #ffffff;
	text-align:right;
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 10px 1em 10px 1em;
/*	border:1px solid #000000;*/
	background: #18a59c;
}

.cr {
	float: left;
}

/* Validator Logos */
.logo {
    float: right;
    margin: 0px 5px 10px 10px;
}
.validator {
    margin: 0px 0px 0px 0px;
}

#validators, #w3c-validators {
    margin: 0;
    padding: 0;
}

#validators a:link, #validators a:visited  {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; 
    border: 1px solid #666666;
    /*background: transparent url(./resources/bg_s.png);*/
    color: #333300;
    text-decoration: none;
}
#validators a:hover  {
    margin: 0 0px 0 0;
    padding: 0px 0px 0px 0px; 
    border: 1px solid #997767;
    /*background: transparent url(./resources/bg_s.png);*/
    color: #000000;
    text-decoration: none;

}
#validators a:active {
    margin: 0 3px 0 0;
    padding: 0px 0px 0px 0px; 
    border: 1px solid #ff6600;
    /*background-image : url(./resources/bg_s_hover.png);*/
    text-decoration: none;
}

address {
    margin: 0.5em 0 0 0;
}

#page-generation {
    /*clear: both;*/
    margin: 0;
    padding: 0;
    background: transparent;
    color: #ffffff;
    font-size: 90%;
}
/*
-----------------------------------------------------------------
  TEXT DECORATIONS
-----------------------------------------------------------------
*/
blockquote {
    margin-left: 1em;
    margin-right: 0;
    padding: 1em;
	border: 0px #222222;
	background: #dddddd;
    color: #000000;
}
div.citesource {
    margin-top: 5px;
    padding-right: 1.5em;
    border-top: 1px solid #999966;
    text-align: right;
}

