@charset "EUC-JP";

body{
	background-image: url(/images/bar_shadow.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #000;
	font-family: 'Lucida Grande',MgOpenModerna,'Gentium Basic','DejaVu Sans','Linux Libertine',verdana,georgia,arial,sans-serif;
	/* margin: 0px 0px 0px 0px; */
}

P.Orientation {
		/* orientation links right under the image strip, at the top of the page */
		text-align: right;
		font-family: 'Lucida Grande',MgOpenModerna,'Gentium Basic','DejaVu Sans','Linux Libertine',verdana,georgia,arial,sans-serif;
		font-size: 9px;
		}

A {
	color: #036; text-decoration: underline; }
A:link {
	color: #036; text-decoration: underline; }
A:visited {
	color: #012; text-decoration: underline; }
A:active {
	color: #888; }
A:hover {
	color: #888; }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

/* for reST headers: */
h4 a,
h5 a,
h4 a:link,
h4 a:visited,
h4 a:active,
h4 a:hover,
h5 a:link,
h5 a:visited,
h5 a:active,
h5 a:hover,
h6 a,
h6 a:link,
h6 a:visited,
h6 a:active,
h6 a:hover {
    text-decoration: none;
    color: black;
    background-color: white;
}

/* Style for banner */

#banner {
	/* background: #FF8866; */
	font-family: 'lucida grande',verdana,georgia,arial,sans-serif;
	font-weight: normal;
	padding-left: 30px;
	/* border-bottom: 2px solid #000; */
}

/* Blog title */
#banner a,link,visited,active,hover {
	color: #000;
	text-decoration: none;
}

/* Blog name */
.blogname {
	background: #9999FF;
	/* background: #D0666F; */
	font-size: 1.3em;
	text-align: right;
}

/* Blog description */
.description {
	background: #fff;
	font-size: 1em;
	line-height: 100%;
	text-align: left;
}

/* Style for Blog content */

/* Content box */
#content {
	margin: 15px 10px 0 0px;
        padding-left: 30px;
}

/* Content box */
.blog {
	padding: 0px;
}

/* Entry box */
.entry {
	font-size: small;
	font-weight: normal;
	white-space: normal;
	line-height: 150%;
	margin: 0 0.5em 0 0;
}

div.entry {
        clear: both;
}

.entry p {
	/* margin: 0em; */
}

/* date of entry*/
.date {
	background: #D0666F;
	color: #FFF;
	font-family:'Lucida Grande',MgOpenModerna,'Gentium Basic','DejaVu Sans','Linux Libertine',verdana,georgia,arial,sans-serif;
	font-size: small;
	/* line-height: 110%; */
	font-weight: normal;
	/* padding: 3px 0; */
	margin-bottom: 10px;
        padding-left: 0px;
}

.day {
	/* float: left; 
	font-family: 'Lucida Grande',MgOpenModerna,'Gentium Basic','DejaVu Sans','Linux Libertine',verdana,georgia,arial,sans-serif;
	font-size: xx-large; 
	font-size: small;
	line-height: 100%;
	font-weight: normal;
	letter-spacing: 0.02em; */
	margin-left: 4pt;
/* 	margin-right: 3pt; */
/* 	padding-right: 3pt; */
/*         padding-left: 0pt; */
	/* border-right: 4px solid #FFF; */
}


/* title of entry*/
.title {
	font-size: large;
	margin: 0 0.2em 0.1em 0em;
	border-bottom: 1px dotted #000;
}

/* Subtitle of entry*/
.subtitle {
	color: #FF8866;
	font-size: x-small;
	line-height: 110%;
	padding-left: 0.2em;
	margin: 0.1em 0.2em 0 0em;
	border-left: 1em solid #FF8866;
}

/* category of entry */
.category {
	font-size: x-small;
	line-height: 110%;
	text-align:right;
	margin: 0 0 2em 0;
}

/* postedtime,comment,trackback information for entry */
.posted {
	font-size: x-small;
	text-align: right;
	margin: 1em 10px 2em 0;
}

/* comment for entry */
.comments-head	{
	font-size: small;
	font-weight: bold;
	line-height: 100%;
	margin: 2em 0.5em 0 0;
	padding-left: 0.2em;
	border-left: 1em solid #000;
	border-bottom: 1px solid #000;
}

/* comment body */
.comments-title {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-right: 0.2em;
	border-bottom: 1px dotted #000;
}

/* comment body */
.comments-body {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-right: 0.5em;
	border-bottom: 1px solid #000;
}

/* postedtime for comment */
.comments-post {
	font-size: x-small;
	text-align:right;
	margin: 0 0.2em 1em 0;
}

.trackback-body {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-left: 0em;
	border-bottom: 1px solid #000;
}

.trackback-title {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-right: 0.2em;
	border-bottom: 1px dotted #000;
}

.trackback-url {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	padding: 0.5em;
	border: 1px dotted #000;
}

.trackback-post {
	font-size: x-small;
	font-weight: normal;
}

.worning {
    color: #A02;
	font-size: small;
	font-weight: normal;
}


#banner-commentspop {
	color:#FFF;
	font-size:large;
	font-weight:bold;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top:1px solid #FFF;
	background:#003366;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}

/* footer */
.footer {
	background: #FF8866;
	color: #fff;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
	padding: 0.2em 1em 0.5em 0;
        /* border-top: 2px solid #000; */
}

/* -------------------- */

textarea {
	font-family: 'Lucida Grande',MgOpenModerna,'Gentium Basic','DejaVu Sans','Linux Libertine','Osaka',verdana,georgia,arial,sans-serif;
}

blockquote {
	color: #014;
	line-height: 150%;
	margin: 0.5em 1.5em 0.5em 1.5em;
	/* padding: 0.2em 0.5em;
	border-left: 1px solid #014; */
        padding: 0.5em;
        padding-left: 1em;
        background-color: #F8F7EF;
        border-bottom: 1px dashed #B2B2B2;
        border-top: 1px dashed #B2B2B2;
}

pre {
	/* color: #014; */
        background-color: #F8F7EF;
        color: black;
	font-family: monaco,'andale mono','courier new',courier,monospace;
	font-size: small;
	line-height: 110%;
	/* margin: 1em 0 1em 2em; */
	margin: 0.5em 1.5em 0.5em 1.5em;
	/* padding: 0 0.5em; */
        padding: 0.75em;
        padding-left: 1em;
	/* border-left: 1px solid #014; */
        border-bottom: 1px dashed #005C00;
        border-top: 1px dashed #005C00;
        width: 90%;
        overflow: auto;
        /* width: 50em; */
}

ul,ol {
	color: #000;
	font-size: small;
	line-height: 120%;
	margin: 1em 0 1em 3em;
}


.entry img {
	float: left;
	margin: 0 1em 1em 0;
        border: none;
}

/* Style for sidebox */

#sidebox {
	background: #FFF;
	margin-top: 15px;
	margin-right: 10px;
	text-align: center;
	width: 250px;
}

.sideboxtitle {
	color: #FFF;
	background: #FF8866;
	font-size: small;
	font-weight: normal;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: left;
	padding-left: 0.3em;
	/* border-left: 1em solid #000; */
	border-left: 1em solid #FF8866;
}

.sidebody {
	background:#FFFFCC;
	font-size:x-small;
	font-weight:normal;
	line-height:120%;
	text-align:left;
	margin-bottom: 15px;
	padding: 1em 0.1em 1em 1.5em;
}

.sidebody ul, .sidebody li {
        list-style-type: square; 
        margin-left: 1em; 
        padding-left: 0; 
        text-indent: 0;
	font-size:x-small;
	font-weight:normal;
	line-height:120%;
}

.sidebody h4 {
	font-size: x-small;

}


.calendar {
	background:#FFFFCC;
	font-family: 'Lucida Grande',MgOpenModerna,'Gentium Basic','DejaVu Sans','Linux Libertine',verdana,georgia,arial,sans-serif;
	font-size:x-small;
	font-weight:normal;
	line-height:140%;
	text-align:center;
	padding: 0.2em 0 0.2em 0;
	margin-bottom: 15px;
}

/* -------------------- */

/* style for category name in category list*/
.category-banner {
	background: #D0666F;
	color: #FFF;
	line-height: 110%;
	font-weight: normal;
	padding: 3px 3pt;
	margin-bottom: 10px;
}

.category-banner dt {
	font-size: medium;
}

.category-banner dd {
	font-size: small;
	margin: 0.5em 0 0 0;
	padding-left: 1em;
	border-top: 1px dotted #FFF;
}


DIV.keywordbox {
                width: 300px;
                padding: 8px;
                float: right;
                }


div.image {
    clear: both;
}

img.right {
    float: right;
    border: none;
    margin-left: 10px;
}


img.nofloat {
    float: none;
    border: none;
}

img.clear {
    clear: both;
}
img.thinborder {
    border: 1px solid #111111;
}

.strike { text-decoration: line-through }

ul,ol {
    margin-left: 5px;
}

table.docutils,
table.docutils tr {
    border: none;
}

table.docutils {
        border-bottom: 1px dashed #B2B2B2;
        border-top: 1px dashed #B2B2B2;
	margin: 0.5em 1.5em 0.5em 1.5em;
}


table.footnote {
        border: None;
        padding: 0;
        border: None;
        margin: 0;
        font-size: x-small;
}

table.docutils tr td {
    border: none;
    margin: 0.5;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #F8F7EF;
}

table.footnote tr td {
    border: None;
    margin: 0;
    padding: 0;
    background: None;
}

p.paged-navi {
    text-align: center;
    font-size: small;
}