@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------- */
/* blog-column */
/* --------------------------------------------------- */

#blog-column {
	width: 620px;
	float: left;
}

.blog-title a {
	color: #FFFFFF;
	line-height: 150%;
	font-size: 18px;
	text-decoration: none;
}

.blog-title a:hover {
	color: #FFFFFF;
	line-height: 150%;
	font-size: 18px;
	text-decoration: underline;
}

.writer {
	font-size: 10px;
	color:#999;
	background: url(../images/common/dot-line.png) repeat-x left top;
	line-height: 130%;
	margin-bottom: 10px;
	padding: 3px 0;
}

.blog-line {
	padding: 5px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 20px 0 10px 0;
}

/* --------------------------------------------------- */
/* side-column */
/* --------------------------------------------------- */

#blog-side {
	width: 220px;
	float: right;
	margin-bottom: 40px;
}

.side-title-bg {
	background: #9a5607;
	margin-top: 1px;
}

#category {
	width: 220px;
}

#category li {
	height: 24px;
	line-height: 24px;
	display: block;
	margin-top: 1px;
	background: #4b2a04;
	text-indent: 20px;
	font-size: 10px;
}

#category li a {
	display: block;
	color: #FFF;
	text-indent: 20px;
	height: 24px;
	line-height: 20px;
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	font-variant: small-caps;
	text-decoration: none;
}

#category li a:hover {
	display: block;
	background: #9a5607;
	text-decoration: none;
	height: 24px;
}

#entry {
	background: #4b2a04;
	width: 220px;
	padding: 0 0 40px;
}

#entry li {
	background: url(../images/blog/icon_entry.png) no-repeat 20px center #4b2a04;
	padding: 4px 0 4px 30px;
	font-size: 10px;
}

#archives li {
	height: 24px;
	display: block;
	margin-top: 1px;
	background: #4b2a04;
}

#archives li a{
	display: block;
	color: #FFF;
	text-indent: 20px;
	height: 24px;
	line-height: 20px;
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	font-variant: small-caps;
	text-decoration: none;
}

/* --------------------------------------------------- */
/* MT用CSS */
/* --------------------------------------------------- */

.mt-image-none, .mt-image-center, .mt-image-left, .mt-image-right {
	max-width: 100%;
	height:auto;
}

.pageset { 
	margin:10px;
	text-align:center;
	font-size: 10px;
}

/* Calendar Widget */

.widget-calendar table {
    font-size: 12px;
	width: 90%;
	text-align: right;
	margin: 10px auto;
}

.widget-calendar table th {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 0;
}

.widget-calendar table td {
	text-align: center;
	color: #666;
	font-size: 10px;
	padding: 2px 0;
}

.widget-header {
	border-bottom: 1px solid #CCC;
	text-align: right;
	font-size: 10px;
	padding: 10px;
}

.entry-categories{
    margin-bottom: 10px;
	padding-top: 5px;
	border-top: 1px solid #CCC;
	margin-top: 20px;
}

.entry-categories li {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
	font-size: 10px;
}

.paged-archives a, .paged-archives a:visited{
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #000066;
}
.paged-archives b{
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #000066;
	background-color: #dae0e6;
}