@charset "EUC-JP";

body{
	background: #FFF;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	margin: 20px 0 0 40px;
}

A {
	color: #911;
	text-decoration: none;
}
A:link {
	color: #911;
	text-decoration: underline;
}
A:visited {
	color: #911;
	text-decoration: none;
}
A:active {
	color: #911;
	text-decoration: underline;
}
A:hover {
	color: #911;
	text-decoration: underline;
}

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

/* Style for banner */

#banner {
	display: block;
	margin: 50px 0 40px 0;
	width: 100%;
}

#banner img {
	float: left;
	padding: 10px 10px 0px 0px;
}

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

/* Blog name */
.blogname {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: 100;
	padding-top: 1em;
	margin: 0;
	color: #000;
	padding-left: 175px;
}

/* Blog description */
.description {
	font-size: 18px;
	font-weight: 200;
	margin: 0;
	color: #555;
	text-transform: lowercase;
	padding-left: 175px;
}



/* Main block */

#jmod_main{
	display: block;
	width: 100%;
	clear: both;
	position: relative;
}



/* Style for left sidebar */

#jmod_sidebar{
	padding-top: 20px;
	display: block;
	float: left;
	width: 100px;
}

#jmod_sidebar dd{
	padding-bottom: 12px;
}



/* Style for Blog content */

/* Content box */
#content {
	display: block;
	position: absolute;
	top: 0;
	left: 168px;
	width: 500px;
}

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

/* Entry box */
.entry {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	margin-left: 4%;
	margin-top: 20;
	margin-bottom: 20px;
	margin-right: 2%;
}

.entry p {
	margin-bottom: 1em;
}

/* date of entry*/
.date {
	color: #888;
	border-bottom: 1px solid #333;
	font-size: 18px;
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
}

/* day of entry left with no particular formatting */
.day {
}


/* title of entry*/
.title {
	color: #000;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 0px;
	margin-left: 0%;
	margin-right: 0%;
}

/* Subtitle of entry*/
.subtitle {
	color: #333;
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 0px;
	margin-left: 0%;
	margin-right: 0%;
}

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

/* postedtime,comment,trackback information for entry */
.posted {
	font-size: 10px;
	text-align: right;
	margin: 0 0 4em 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 {
	border-top: 1px solid #444;
	color: #333;
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	top: 40px;
	align: right;
}

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

textarea {
	font-family: Arial, Helvetica, 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;
}

pre {
	color: #014;
	font-family: courier new,courier, 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;
}

/* Style for sidebox */

#sidebox {
	background: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 680px;
	width: 250px;
}

.sideboxtitle {
	color: #000;
	background: #DDD;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin-top: 15px;
	padding: 1em 0.1em 1em 15px;
}

.sidebody {
	background: #DDD;
	font-size: 10px;
	font-weight: 100%;
	line-height:140%;
	text-align:left;
	margin-bottom: 15px;
	padding: 0em 0.1em 1em 15px;
}

.calendar {
	background: #DDD;
	font-family: georgia,arial,verdana, 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;
}
