@charset "euc-jp";
/*
Title: 20060505
Revision: $Revision: 0.1 $
Author: Jun NOGATA
Access: nogajun@gmail.com
License: GPL
Comment: 

validated by W3C.
*/

/*
   初期設定
*/

/* とりあえず全部まったいら。 */
* { 
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    color: #333;
    background-color: #fff;
    background-image: url("body.png");
    background-repeat: repeat-x;
    background-position: left top;
}

a{
    color: #069;
    text-decoration: none;
}

a:visited {
        background-color: transparent;
        text-decoration: none;
}

a:hover { text-decoration: underline; }

img {
	border: none;
	margin: 2px;
}

img.left { float: left; }

img.right { float: right; }

q { 
    quotes: "「" "」" "『" "』";
    text-decoration: underline;
}

q:before { content: open-quote; }
q:after { content: close-quote; }

kbd { 
    font-family: 'Andale Mono', 'Lucida Console', 'ＭＳ ゴシック' , monospace;
    font-weight: bolder;
    margin: 0 0.5em;
}

pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

ul, ol { list-style-position: inside; }

/*
   head
*/

h1 { 
    background-image: url("h1.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: solid 2px #069;
    text-align: right;
    padding-right: 16px;
    padding-top: 140px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: bolder;
}

p.slogan { 
    font-size: 50%;
    text-align: right;
    padding-right: 8px;
    margin-top: -22px;
    margin-bottom: 14px;
    color: #fff;
}


div.adminmenu { 
    text-align: right;
    height: 14px;
    font-size: 0.6em;
    padding-right: 2px;
    padding-bottom: 2px;
    background-image: url("adminmenu.png");
    background-repeat: repeat-x;
    background-position: left top;
    border-top: solid 1px #ff0;
    border-bottom: solid 1px #c90;
}

div.adminmenu a { color: #630; }

span.adminmenu { 
    border-left: 1px solid #c90;
    padding-left: 2px;
    padding-right: 2px;
}


/*
   div.main
*/

div.main {
    width: 65%;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 2%;
}


hr.sep { display: none; }


div.day { margin-bottom: 2em; }

h2 {
    font-family:  verdana, tahoma, arial, helvetica, sans-serif;
	letter-spacing: -2px;
    font-size: 200%;
    color: #333;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

h2 .date {
    display: block;
    padding-left: 4px;
}

h2 .date a { 
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 40%;
	letter-spacing: 0px;
    color: #666;
}

h3, h4, h5, h6 { 
    clear: both;
    margin-top: 16px;
    color: #b44040;
}

h3 a, h4 a, h5 a, h6 a {
    color: #b44040;
    text-decoration: underline;
}

h4, h5, h6 { margin-left: 0px; }

span.sanchor {
    background-image: url("sanchor.png");
    background-position: top left;
    background-repeat: no-repeat;
    color: #fff;
    background-color: transparent;
    font-size: 1px;
    display: block; 
    height: 13px;
    width: 26px;
    float: left; 
}

h3 a span.sanchor { 
    text-decoration: none;
    display: block;
    height: 13px;
    width: 26px;
}

h4 { font-size: 95%; }
h5 { font-size: 90%; }
h6 { font-size: 85%; }

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

.day .body { 
    margin-left: 1em;
    margin-right: 2em;
    font-size: 90%;
}

.day p { 
    line-height: 180%;
    text-indent: 0.5em;
}

.day blockquote {
    font-size: 90%;
    margin: 1em 0em;
    padding: 1em 0.5em;
    padding-left: 1em;
    border: 2px dotted #ccc; 
}

.day pre {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 1.5em 0em;
    padding: 1em 0em 1em 0.5em;
    background-color: #fff;
}

.day ul, .day ol { list-style-position: inside; }

.day ul li, .day ol li {
    margin-left: 0.5em;
    line-height: 1.4;
}

.day dl dt { font-weight: bolder; }

.day dl dd { margin-left: 1em; }

/*
   comment
*/

div.comment {
    clear: both;
    font-size: 75%;
    background-image: url("comment.png");
    margin: 2em 0em;
    padding: 1em;
    border: 1px solid #eee;
    color: #111;
}

.commentator {
    margin-top: 8px;
    font-weight: bolder;
}

div.commentbody p { margin-left: 8px; }

div.caption { font-weight: bolder; }

/*
   form
*/

div.form {
    font-size: 75%;
    margin: 1em 0em;
    padding: 2em 1em;
    background-color: #f0f8ff;
    background-image: url("form.png");
    background-repeat: no-repeat;
    background-position: top left;
}

div.textarea textarea { 
    width: 100%;
    height: 10em;
}

.button { text-align: right; }

div.section input,
.button input {
    font-size: 10px;
    border-top: 3px ridge #9cf;
    border-right: 3px ridge #06c;
    border-bottom: 3px ridge #06c;
    border-left: 3px ridge #9cf;
	color: #333;
	background-color: #fff;
	background-image: url("input.png");
    background-position: bottom right;
	background-repeat: repeat-x;
    margin: 2px 4px;
    padding: 1px 12px;
}

div.section input:hover,
.button input:hover{
    border-top: 3px ridge #fc0;
    border-right: 3px ridge #630;
    border-bottom: 3px ridge #630;
    border-left: 3px ridge #fc0;
}


/*
   update
*/

div.update {
    margin: 1em;
    font-size: 120%;
}

.update .textarea textarea { height: 25em; }


/*
   referer
*/
div.referer {
    clear: both;
    font-size: 75%;
    text-align: right;
}

/*
   div.sidebar
*/

div.sidebar {
    float: left;
    width: 20%;
    padding: 1% 2%;
    font-size: 75%;
}



/*
   div.footer
*/

div.footer {
    clear: both;
    background-color: #fff;
    font-size: 75%;
    background-image: url("footer.png");
    background-repeat: repeat-x;
    text-align: right;
    border-top: 1px solid #069;
    padding-right: 8px;
    padding-top: 24px;
    padding-bottom: 16px;
    color: #036;
}

.footer a {
    color: #fff;
    font-weight: bolder;
}

/*
   calendar
*/

table.calendar { 
    font-family: verdana, arial, sans-serif;
    margin: 1em auto;
    width: 100%;
    height: 18em;
}

table.calendar td { text-align: center; }

/*
 * footnote
 */

div.footnote {
    clear: both;
    font-size: 75%;
    background-image: url("comment.png");
    margin: 2em 0em;
    padding: 1em;
    border: 1px solid #eee;
    color: #111;
}

.footnote p.footnote {
    margin-bottom: 1.5em;
}
