@charset "EUC-JP";

body{
	background: #fff;
	color: #000;
	font-family: georgia,times, "times new roman",serif;
	margin: 0px 0px 0px 0px;
}

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;
}

/* Style for banner */

#banner {
	background: #808080;
	font-family: arial,verdana,georgia, sans-serif;
	font-weight: normal;
	padding-left: 10px;
        height:82px;
        background:url(/img/top.gif) no-repeat;
        position: relative;
}

div#middle {
  background:url(/img/middle.gif) repeat-y;
  position: relative;
}

table#main {
        width: 800px;
        table-layout: fixed;
        background: #transparent;
        position: relative;
        left: 20px;
        padding: 5px 5px 0px 5px;
}

td#blog {
        width: 600px;
        background: #transparent;
        padding-top: 5px;
}

td#sidebar {
        width: 200px;
        background: #transparent;
}

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

/* Blog name */
.blogname {
	background: #C0C0C0;
	font-size: 2.6em;
	text-align: right;
}

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

/* Style for Blog content */

/* Content box */
#content {
	padding: 0px 10px 0px 25px; 
        background: #transparent;
}

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

/* Entry box */
.entry {
	font-size: small;
	font-weight: normal;
	whote-space: normal;
	line-height: 150%;
	margin: 0 0 0 0;
        background: #transparent;

}

.entry p {
	margin: 0 0 1em 0 0;
	font-size: 98%; 
	
}

/* date of entry*/
.date {
	background: #606060;
	color: #FFF;
	font-family:verdana,arial,georgia,"&#165;&#210;&#165;&#233;&#165;&#174;&#165;&#206;&#179;&#209;&#165;&#180; Pro W3", "&#163;&#205;&#163;&#211; &#163;&#208;&#165;&#180;&#165;&#183;&#165;&#195;&#165;&#175;", "Osaka", sans-serif;
	font-size: small;
	line-height: 110%;
	font-weight: normal;
	padding: 3px 0;
	margin-bottom: 10px;
}

.day {
        float: left;
	font-family: arial,verdana,georgia,"&#165;&#210;&#165;&#233;&#165;&#174;&#165;&#206;&#179;&#209;&#165;&#180; Pro W3", "&#163;&#205;&#163;&#211; &#163;&#208;&#165;&#180;&#165;&#183;&#165;&#195;&#165;&#175;", "Osaka", sans-serif;
	font-size: xx-large;
	line-height: 100%;
	font-weight: normal;
	letter-spacing: 0.02em;
	margin-left: 4pt;
	margin-right: 3pt;
	padding-right: 3pt;
	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: #808080;
	font-size: small;
	line-height: 110%;
	padding-left: 0.2em;
	margin: 0.1em 0.2em 0 0em;
	border-left: 1em solid #808080;
}

/* 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: transparent;
	color: #333;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	padding: 0.2em 20px 0.5em 20px;
        height:70px;
        background:url(/img/bottom.gif) no-repeat;
        position: relative;
        width: 840px;

}

.innerfooter {
	background: transparent;
	border-top: 1px solid #333;
        width: 780px;

}

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

textarea {
	font-family: "Osaka", "&#165;&#210;&#165;&#233;&#165;&#174;&#165;&#206;&#179;&#209;&#165;&#180; Pro W3", "&#163;&#205;&#163;&#211; &#163;&#208;&#165;&#180;&#165;&#183;&#165;&#195;&#165;&#175;", verdana, arial, sans-serif;
}

blockquote {
	color: #014;
	line-height: 110%;
	margin: 0.5em 1.5em 0.5em 1.5em;
	padding: 0.2em 0.5em;
	border-left: 1px solid #014;
        font-size: 1em;
}

pre {
	color: #014;
	font-family: courier new,courier,"&#165;&#210;&#165;&#233;&#165;&#174;&#165;&#206;&#204;&#192;&#196;&#171; Pro W3", "&#163;&#205;&#163;&#211; &#163;&#208;&#204;&#192;&#196;&#171;", "Osaka", sans-serif;
	font-size: small;
	line-height: 110%;
	margin: 1em 0 1em 2em;
	padding: 0 0.5em;
	border-left: 1px solid #014;
}

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


.entry img {
	float: left;
	margin: 0 1em 1em 0;
	background-color: white;
	border: none;
}

/* Style for sidebox */

#sidebox {
	background: #transparent;
	margin-right: 10px;
	text-align: center;
        padding: 5px;
        background: #transparent;
}

.sideboxtitle {
	color: #FFF;
	background: #808080;
	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;
}

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

.calendar {
	background:#C0C0C0;
	font-family: georgia,arial,verdana,"&#165;&#210;&#165;&#233;&#165;&#174;&#165;&#206;&#179;&#209;&#165;&#180; Pro W3", "&#163;&#205;&#163;&#211; &#163;&#208;&#165;&#180;&#165;&#183;&#165;&#195;&#165;&#175;", "Osaka", 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: #606060;
	color: #FFF;
	line-height: 110%;
	font-weight: normal;
	padding: 3px 3pt;
	margin-bottom: 10px;
}

.category-banner dt {
	font-size: x-large;
}

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


div.tabs {
    background: transparent;
    border-collapse: collapse;
    border-bottom-color: black;
    border-bottom-style: none;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
    font: 65% Verdana, Helvetica, Arial, sans-serif;
    position: absolute;
    left: 250px;
    top: 55px;
}

div.tabs a {
    background: transparent;
    border-color: black;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #436976;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: lowercase;
}

div.tabs a.selected {
    background: #DEE7EC;
    border: 1px solid black;
    border-bottom: #DEE7EC 1px solid;
    color: #436976;
    font-weight: normal;
}

div.tabs a:hover {
    background: #DEE7EC;
    border-color: #8CACBB;
    border-bottom-color: #DEE7EC;
    color: #436976;
}

code {
	font-size: 1.1em;
    color: #436976;
    font-weight: normal;
    font: Monaco, Courier, serif;
}

