@charset "utf-8";
/*h1 {
	background: url(img/main.jpg);
	text-indent: -9999px;
	display: block;
	height: 184px;
	width: 600px;
}*/
h2 {
	line-height: 40px;
	background: url(img/subttl.jpg) no-repeat;
	height: 40px;
	width: 600px;
	padding: 0px 0px 0px 20px;
	margin-bottom: 5px;
	font-size: 14px;
}
h2 a{
	text-decoration:none;
	color:#333333 !important;
}
small {
	font-size: 10px;
	color: #666;
	display: block;
	padding-left: 10px;
	text-align: right;
}
.entry {
	padding: 0px 20px 30px;
}
.entry p{
	line-height:170%;
	padding:10px 0px;
}


.blogDate{
	text-align:right;
	letter-spacing:-.4em;
	font-size:10px;
	}

.blogDate li{
	display:inline-block;
	letter-spacing:normal;
	margin-left:10px;
	}

.cateTit{
	}

.singleNavi{
	border-top:3px solid #348EC2;
	padding-top:20px;
	margin-bottom:50px;
	font-size:15px;
	}

.singleNaviLeft{
	float:left;
	width:32%;
	background:url(/blog/img/blog_left.png) 0 center no-repeat;
	}
.singleNaviLeft a{margin-left:15px;	}

.singleNaviTop{
	float:left;
	width:32%;
	text-align:center;
	}
.singleNaviRight{
	float:left;
	width:32%;
	text-align:right;
	background:url(/blog/img/blog_right.png) right center no-repeat;
	}
.singleNaviRight a{margin-right:15px;	}


.bligSide h3{margin-bottom:10px;}
.bligSide ul{margin-bottom:20px;}


.pageList li{
	border-bottom:1px dotted #ccc;
	padding-bottom:7px;
	margin-bottom:7px;
	}

.pageList li{
}

span.blog,span.news{
	display:inline-block;
	padding:3px;
	border-radius:5px;
	margin-right:10px;
	line-height:100%;
	font-size:10px;
	color:#FFF;
	text-align:center;
	width:60px;
}

span.news{background:#EB4D5C;}

span.blog{background:#F39550;}




.otherList li{
	background:url(img/blog_right.png) 0 center no-repeat;
	padding-left:15px;
	border-bottom:1px dotted #ccc;
	padding-bottom:7px;
	margin-bottom:7px;
	}

.pager{
	text-align:center;
	letter-spacing:-.4em;
	line-height:100%;
	font-size:15px;
	border-top:3px solid #5DB18D;
	padding-top:30px;
	margin-bottom:100px;
	}

.pager a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	}

.pager a,.pager span{
	letter-spacing:normal;
	display:inline-block;
	padding:5px 10px;
	color:#1E6845;
	text-decoration:none;
	margin-right:5px;

	}

.pager a{background:#F0FBF7;}

.pager .current{
	background:#5DB18D;
	color:#FFF;
	}

.pager a.next,.pager a.prev{
	background:none;
	text-decoration:underline;
	}

.pager .dots{padding: 5px 0;}

