@charset "utf-8";

/* -------------------------------------------------- */
/* blog.css */
/* -------------------------------------------------- */


#sidebar .l_menu_title {

}
#sidebar .l_menu {
	padding-top: 7px;
}
#sidebar .l_menu li {
	padding: 10px 0;
	padding-left: 32px;
	padding-right: 10px;
	background-image: url(../img/l_menu_link02.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}
/*
#sidebar .l_menu li a {
	line-height: 27px;
	padding-left: 23px;
	background-image: url(../img/l_menu_link02.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	text-decoration: none;
}
*/

.entry{
	margin-bottom: 40px;
}
.entry_date {
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #004EA2;
	font-weight: bold;
	background-image: url(../img/entry_date_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.entry_title {
	margin-bottom: 12px;
	color: #00A7EB;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.6;
	background-image: url(../img/border02.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.entry_title a {
	color: #00A7EB;
	text-decoration: none;
}
#blog_pager {
	text-align: center;
}
/*
.entry_body p {
	margin-bottom: 12px;
}
*/

.entry_footnote {
	border: 1px solid #DDDDDD;
	background-color: #F2F2F2;
	padding: 10px;
}

.entry .social {
text-align: right;
}

.entry .social li {
display: inline;
list-style-type: none;
}
