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

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

#blog-ttl {
	height: 50px;
}

.blog-title {
	padding: 10px 0 0;
}

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

.blog-title a:hover {
	text-decoration: underline;
}

.writer {
	font-size: 10px;
	color:#999;
	background: url(../images/common/dot_line2.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 */
/* --------------------------------------------------- */


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