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

div#main div#blogBox div.section {
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
	}
div#main div#blogBox div.section p.date {
	margin-bottom: 5px;
	}
div#main div#blogBox div.section h3 {
	font-size: 108%;
	font-weight: bold;
	color: #501428;
	margin-bottom: 15px;
	}
div#main div#blogBox div.section h3 a:link,
div#main div#blogBox div.section h3 a:visited {
	color: #501428;
	}
div#main div#blogBox div.section h3 a:hover,
div#main div#blogBox div.section h3 a:active {
	color: #501428;
	text-decoration: none;
	border-bottom: 1px solid #501428;
	}
div#main div#blogBox div.section p.author {
	text-align: right;
	font-size: 92%;
	}
div#main div#blogBox div.section {
	font-size: 92%;
	}
div#main #pagebute {
	width: 570px;
	position: relative;
	}
div#main #pagebute .prev {
	position: absolute;
	top: -2px;
	}
div#main #pagebute .prev span {
	background: url(/images/blog/arrow_prev.gif) left center no-repeat;
	padding-left: 10px;
	font-size: 92%;
	}
div#main #pagebute .next {
	position: absolute;
	top: -2px;
	right: 2px;
	}
div#main #pagebute .next span {
	background: url(/images/blog/arrow_next.gif) right center no-repeat;
	padding-right: 10px;
	font-size: 92%;
	}
div#main #pagenavi {
	width: 570px;
	position: relative;
	}
div#main #pagenavi .next {
	position: absolute;
	top: -2px;
	}
div#main #pagenavi .next span {
	background: url(/images/blog/arrow_prev.gif) left center no-repeat;
	padding-left: 10px;
	font-size: 92%;
	}
div#main #pagenavi .prev {
	position: absolute;
	top: -2px;
	right: 2px;
	}
div#main #pagenavi .prev span {
	background: url(/images/blog/arrow_next.gif) right center no-repeat;
	padding-right: 10px;
	font-size: 92%;
	}
#main .blogPageNavi {
	font-size: 85%;
}
#main .blogPageNavi .title {
	font-weight: bold;
}
#main .blogPageNavi .date {
	color: #666;
}
#main .blogPageNavi .next {
	margin-bottom: 10px;
}
#main .blogPageNavi .next {
	background: url(/images/blog/arrow_prev.gif) left center no-repeat;
	padding-left: 10px;
	}
#main .blogPageNavi .prev {
	background: url(/images/blog/arrow_next.gif) left center no-repeat;
	padding-left: 10px;
	}

#main .blogPageNavi a:link,
#main .blogPageNavi a:visited{
	text-decoration: none;
}
#main .blogPageNavi a:hover,
#main .blogPageNavi a:active{
	text-decoration: underline;
}


div#sub div#archive {
	width: 170px;
	}
div#sub div#archive h3 {
	font-size: 92%;
	font-weight: bold;
	color: #501428;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	}
div#sub div#archive ul {
	width: 170px;
	}
div#sub div#archive ul li {
	font-size: 92%;
	width: 170px;
	margin-bottom: 5px;
	}
div#sub div.new {
	width: 170px;
	margin-bottom: 40px;
	}
div#sub div.monthly {
	width: 170px;
	}

