﻿@charset "utf-8";
/*


/* left column
--------------------------*/


div#leftcolumn ul {
	margin: 0;
}

div#leftcolumn ul.list03 {
	margin: 10px;
}

div#leftcolumn ul.list02 li{
	padding-left: 10px;
	background: url("/user_data/packages/default/img/common/icon_arw_blue.jpg") no-repeat 0 0.3em;
}

div#leftcolumn ul.list03 li{
	padding-left: 0px;
}*/

div#leftcolumn .contents {

	margin: 10px 0px;
}

.sidebar .listHanshi li {
text-decoration:underline;
}

div .blog_s {
    width: 144px;
    padding: 10px 0px;
}

div .blog_s2 {
    width: 144px;
    padding: 10px 0px 0px 0px;
}


div .blog_s ul {
    padding: 0;
    background: url("/user_data/default/packages/img/side/line_146.gif") no-repeat bottom;
    margin: 10px 0 0 0;
}

div .blog_s ul.end {
    padding: 10px 0;
    background: url("") no-repeat bottom;
}

div .blog_s ul li {
    font-weight: bold;
    background: url("/user_data/default/packages/img/common/arrow_blue.gif") no-repeat;
    text-decoration:underline;
}

div li {
/*	margin: 10px 0 0 0;*/
}

div .blog_s ul li.onmark {
    padding: 0 0 0 20px;
    font-weight: bold;
    background: url("/user_data/default/packages/img/common/arrow_red.gif") no-repeat;
}


.post_block img {
	width:150px;
	height:120px;
	margin:0px 20px 0px 0px;
	float:left;
}

.clear { clear: both; }

.entry_date {
  margin-bottom: 0.5em;
  padding-top: 0.2em;
  font-weight: bold;
  text-align: right;
}

div#leftcolumn div.sidebar{
	margin-top: 17px;
}

div#leftcolumn div.sidebar h2 {
	background: #AC2D1E;
	color: #FFFFFF;
	padding: 5px;
	margin: 10px 0 0 0;
	width:154px;
}


/* main contents
--------------------------*/

#centercolumn div#blog h3#title {
	background-image: none;
}

#centercolumn div#blog {
	margin-left: 5px;
}

div.last {
	text-align:right;
	font-size: 80%;
	a link: #BBBBBB;
	border-top:#999999 1px dotted;
	padding: 10px;
}

div.block_last {
	text-align:right;
	border-top:#999999 1px dotted;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

div.entry {
	padding: 0 0px 20px 0px;
}

div.entry ul li {
	list-style-type: disc;
/*	list-style-type: decimal;*/
	margin-left: 20px;
}

div.entry ol li {
/*	list-style-type: disc;*/
	list-style-type: decimal;
	margin-left: 20px;
}

div#centercolumn div.post {
	margin:10px 0px 20px 0px;
}

.post_block {
	margin: 20px 0px 30px 0px;
}

.post_block2 {
	margin: 20px 0px 20px 0px;
	
}

div#blog h3#title {
    margin: 5px 0;
    padding: 5px 10px;
    border-bottom: 2px solid #ebebd6;
    background-color: #f9f9ec;
    font-size: 120%;
}

div.comment {
	border-bottom:#999999 1px dotted;
	padding: 5px 0px;

}


/* under main contents
--------------------------*/

div#centercolumn div.post h2 {
	background-color:#F9F9EC;
	border-bottom:2px solid #EBEBD6;
	font-size:120%;
	margin:5px 0pt;
	padding:5px 10px;
}

/* comment 
-------------------------*/

div#centercolumn h3#respond {
	border-top: 1px dotted #999999;
	margin-top: 0px;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	margin: 10px 0;
	border: 1px solid #dadada;
	}

#commentform #submit {
	margin: 0;
	}

/* search form
-----------------------------------*/
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
