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

#cle{
text-align:center;}

#wp-calendar{
  empty-cells: show;
    margin:10px auto 0 auto;
    width: 175px;
}

#wp-calendar #next{
	text-align:right;
}

#wp-calendar #prev{
	text-align:left;
}


#wp-calendar th,#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }
#wp-calendar tfoot td {
           border: none;
           }

#leftCol #leftNav{
	padding-top: 4px;
}
#leftCol #leftNav h2{
	margin: 0 0 15px;
}
#leftCol #leftNav #cal{
	margin-bottom: 10px;
}
#leftCol #leftNav ul{
	padding: 0 10px 15px;
}
#leftCol #leftNav ul li{
	padding: 5px 0 3px 2px;
	background: none;
	border-bottom: 1px dotted #cbcbcb;
} 
#leftCol #leftNav ul li a{
	display: inline-block;
	padding: 0 0 0 10px;
	background: url(../img/blog/arrow.gif) no-repeat left center;
	color: #009495;
	text-decoration: underline;
} 
#leftCol #leftNav ul li a:hover{
	text-decoration: none;
}
#leftCol #leftNav #cal a {
	color: #009495;
	text-decoration: underline;
}
#leftCol #leftNav .bnr{
	margin-top: 5px;
}
#rightCol h1{
	margin-bottom: 15px;
}
.entry .icontitle{
	margin-bottom: 0;
}
.entry .icontitle a{
	color: #009495;
}
.entry{
	background: url(../img/blog/hr.gif) no-repeat center bottom;
	padding-bottom: 20px;
	margin-bottom: 30px
}
.entry .entrybody{
	line-height: 1.7;
}
.entry .date{
	text-align: right;
	color: #02abbc;
}
.pagetop{
	margin: 0 0 20px;
}
#pager{
	clear: both;
	text-align: center;
}
#pager span.current,
#pager span a{
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	border: 1px solid #80c5cc;
	padding: 6px 10px;
}
#pager span a{
	text-decoration: underline;
	background-color: #ebfdff;
	color: #009495;
}
#pager span a:hover{
	text-decoration: none;
}
#pager span.current,
#pager span a:hover{
	background-color: #009495;
	color: #fff;
}
#pager span#next{
	margin-right: 0;
}
#pager span#next a,
#pager span#prev a{
	padding: 4px 10px 3px;
}
.sns-area{
	position: relative;
	margin: 15px 0 0;
	height: 20px;
}
.sns-area .snsbtn{
	position: absolute;
	top: 0;
}
.sns-area .fb{
	left: 0;
}
.sns-area .tw{
	left: 120px
}
.sns-area .mixi{
	left: 225px;
	top: 0;
}