/***** CONTENTS *****/

#boxWeblog {
	padding:0px;
	margin: 20px 0px 0px;
	width: 530px;
}
#boxWeblog a:link {
	color: #006699;
}
#boxWeblog a:visited {
	color: #006699;
	text-decoration: none;
}
#boxWeblog a:hover {
	color: #0099CC;
	text-decoration: underline;
}

#boxWeblog a img {
	border: 1px solid #006699;
}


#boxWeblog h2 {
	padding:8px 0px 0px 30px;
	margin: 0px;
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	height: 26px;
	background: url(imgs/item_title_bg.gif) no-repeat left top;
}
#boxWeblog h2 a {
	color: #333333;
	text-decoration: none;
}

.box530 {
	padding:0px;
	margin: 0px 0px 20px;
	width: 530px;
}

.blogNaviLink {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #CC0243;
	font-weight: bold;
}
.blogReadMore {
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: #CC0243;
	font-weight: bold;
	text-align: right;
}

.blogTitleDate {
	font-size: 12px;
	margin: 0px;
	padding: 5px 10px 0px 0px;
	width: 520px;
	text-align: right;
	background: #F6F6F6;
	font-weight: bold;
}
.blogBody {
	padding:15px;
	margin: 0px;
	width: 500px;
	background: #F6F6F6;
}
#boxWeblog .blogBody a {
	color: #CC0243;
	font-weight: bold;
}
.blogFooterArea {
	padding:8px 10px 0px;
	margin: 0px;
	width: 510px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	height: 38px;
	background: url(imgs/item_footer.gif) no-repeat left top;
	clear: both;
}
.blogFooterArea .catLinkIcon {
	padding:0px 0px 0px 65px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	height: 30px;
	background: url(/skins/common/imgs/blg_icon_cat.gif) no-repeat left bottom;
}
.blogFooterArea .commentIcon {
	padding: 0px 0px 0px 60px;
	margin: 0px 0px 0px 20px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	height: 30px;
	background: url(/skins/common/imgs/blg_icon_comment.gif) no-repeat left bottom;
}
.blogFooterArea .authorIcon {
	padding:0px 0px 0px 65px;
	margin: 0px 0px 0px -65px;
	font-size: 10px;
	font-weight: normal;
	color: #CC0243;
	height: 30px;
	background: url(/skins/common/imgs/blg_icon_auth.gif) no-repeat left bottom;
	text-align: right;
}
*html .blogFooterArea .authorIcon {
	padding:0px 0px 0px 65px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #CC0243;
	height: 30px;
	background: url(/skins/common/imgs/blg_icon_auth.gif) no-repeat left bottom;
	text-align: right;
}





.commentLine {
	padding: 5px 0px 5px 0px;
	border-top:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	width: 530px;
}
.ccEdit {
	font-size: 10px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

.blogTopPhoto {
	margin: 0px 20px 20px 0px;
}

#footerBlogNavi a {
	color: #006699;
	font-weight: bold;
}