@charset "EUC-JP";

body{
	background: #97b0b7;
	color: #666666;
	margin: 0px 0px 0px 0px;
}

a {
	color: #0033ff; text-decoration: underline; }
a:link {
	color: #0033ff; text-decoration: underline; }
a:visited {
	color: #6633cc; text-decoration: underline; }
a:active {
	color: #ff6600; }
a:hover {
	color: #ff6600; }

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


/* style for category name in category list*/
#category-banner {
	line-height: 100%;
	font-weight: normal;
	padding-top: 15px;
	margin: 0px 0px 10px 10px;
        text-align:right;
}

#category-banner .tit {
	font-size: 20px;
	padding: 0px 15px 3px;
        font-weight:bold;
}

#category-banner .disc {
	font-size: 10px;
	margin: 0px;
	padding: 3px 10px 0px;
	border-top: 1px dotted #97b0b7;
}

#category-banner .tit_img {
        margin-top:0px;
	font-size: 20px;
	padding: 0px 15px 3px;
        font-weight:bold;
}

#category-banner .disc_img {
	font-size: 10px;
	margin: 0px;
	padding: 3px 10px 0px;
}


/* Style for banner */

#banner {
        background-image: url(images/header_image.jpg);
        background-repeat: no-repeat;
        background-position: top;
        width: 900px;
        height: 100px;
        margin:0px;
}

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

/* Blog name */
.blogname {
        padding: 70px 0px 10px 50px;
	font-size: 18px;
	text-align: left;
}

/* Blog description */
.description {
        padding: 0px 0px 0px 50px;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}

/* Style for Blog content */


#content_box {
	width: 900px;
	margin: 10px 0px 10px 0px;
        background-image: url(images/content_box_bg.jpg);
        background-repeat: repeat-y;
        padding-top:0px;
        border: 1px solid #97b0b7;
}



/* Content box */

#content {
	width: 650px;
	padding: 15px 20px 0px 0px;
        float: right;
	text-align: left;
}


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

/* Entry box */
.entry {
	font-size: 12px;
	font-weight: normal;
	white-space: normal;
	line-height: 150%;
	margin: 0px 0px 50px 10px;
}

.entry img {
	padding: 3px 5px 5px 5px;
        float: left;
}

.entry br {
        clear:both;
}

.entry p {
	margin: 0px;
}

/* date of entry*/
.date {
	background: #97b0b7;
	color: #ffffff;
	font-size: 12px;
	line-height: 110%;
	font-weight: normal;
	padding: 5px 10px 4px;
	margin: 0px 0px 20px 10px;
}

.day {
	float: left;
	font-size: 26px;
	line-height: 100%;
	font-weight: normal;
	letter-spacing: 0.02em;
	margin-left: 4pt;
	margin-right: 3pt;
	padding-right: 3pt;
	border-right: 4px solid #ffffff;
}


/* title of entry*/
.title {
	font-size: 16px;
	line-height: 120%;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #97b0b7;
}

/* Subtitle of entry*/
.subtitle {
	font-size: 10px;
	line-height: 120%;
	margin: 3px 0 5px 3px;
}

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

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



/* footer */
.footer {
	color: #97b0b7;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 7px;
	border-top: 1px solid #97b0b7;
}

.footer a {
	color: #97b0b7; text-decoration: none; }




/* Style for sidebox */

#sidebox {
	padding: 0 10px 0 10px;
	width: 200px;
	text-align: center;
        float: left;
}

.sideboxtitle {
        width: 200px;
        height: 25px;
	color: #666666;
	margin: 0px 0px 0px 0px;
        background-image: url(images/menu_bg.jpg);
        background-repeat: no-repeat;
}

.sideboxtitle p {
	font-size: 12px;
	font-weight: normal; 
	letter-spacing: 0.1em;
        padding: 6px 10px 0px 10px;
}

.sidebody {
	background:#ffffff;
	text-align:left;
	margin: 5px 0px 15px;
        padding: 0px;
        border: 1px solid #97b0b7;
}


.sidebody p{
	font-size: 10px;
        letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 160%;
	margin: 15px;
        padding: 0px;
}

.calendar {
	font-size:11px;
	font-weight:normal;
	line-height:140%;
	text-align:center;
}

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




/*entry内容に使われる可能性のあるタグ*/

textarea {

}

blockquote {
	line-height: 110%;
	margin: 10px 20px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #97b0b7;
        font-style:italic;
	font-size: 12px;
}

pre {
	font-size: 12px;
	line-height: 110%;
	margin: 10px 20px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #97b0b7;
        white-space:-pre-wrap;
        white-space:-moz-pre-wrap;
        line-break:strict;
        word-break:break-all;
        word-wrap:break-word;
}

ul,ol {
	font-size: 12px;
	line-height: 120%;
	margin: 1em 0 1em 3em;
}


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

/*コメントやトラックバック*/

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

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

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

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

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

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

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

.trackback-post {
	font-size: 10px;
	font-weight: normal;
}

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


#banner-commentspop {
	color:#FFF;
	font-size:16px;
	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;
}
