#blog {
	padding: 0;
	margin: 0;
	overflow: hidden
}
#blog a {
	color: #333
}
#blog h2 {
	font-size: 16px
}
#blog .fcBlue {
		color: #38a6b5
}
#blog .number {
	clear: both;
	color: #999;
	font-size: 11px;
	font-family: dotum;
	text-align: left;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ebeedb
}
#blog .left {
	float: left;
	width: 100px;
	border-right: 1px solid #dfdfdf;
	padding-right: 10px
}
#blog .content {
	float: right;
	width: 550px;
	overflow: hidden;
	margin-left: 20px
}

/* 최근글 */
#blog .list01 {
	border-bottom: 1px solid #ebeedb;
	height: 25px;
	line-height: 25px;
	background: url(/blog/images/bu_dot01.gif) no-repeat left center;
	text-indent: 10px;
	width: 95%;
	text-align: left
}
#blog .date {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 10px
}
#blog .category {
	font-family: dotum,돋움;
	padding-right: 10px;
	color: #38a6b5;
	font-size: 11px
}
#blog .comment3 {
	color: #38a6b5;
	font-size: 11px
}

/* 플래너&광장 */
#blog .planner-and-plaza {
	margin-top: 10px
}
#blog .planner-and-plaza a:hover{
	text-decoration: underline
}
#blog .planner-and-plaza .cont {
	width: 140px;
	overflow: hidden;
	margin-bottom: 10px
}
#blog .planner-and-plaza .cont .content {
	width: 140px;
	overflow: hidden
}

#blog ul.blog_category {
	margin-bottom:10px
}
#blog ul.blog_category li {
	display: inline;
	cursor: pointer;
	font-weight: bold;
	padding-right:5px;
	font-size:13px
}
#blog ul.blog_category li:hover {
	color: red
}