.BlgTitle {
	clear: both;
	display: block;
	width: 480px;
	height: 25px;

	border-top: 2px dotted #CCCCCC;
	border-bottom: 2px dotted #CCCCCC;

	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;

	text-align: left;
}
.BlgTitle-L {
	float: left;

	font-size: 14px;
	color: #DE3F3F;
	line-height: 25px;
}
.BlgTitle-R {
	float: right;

	font-size: 12px;
	color: #990000;
	line-height: 25px;
	font-weight: bold;
}

.BlgDesc {
	clear: both;
	display: block;
	width: 480px;

	font-size: 12px;
	color: #333333;
	line-height: 20px;

	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;

	text-align: left;
}


.TdWrap {
	font-size: 12px;
	line-height: 20px;

	text-align: center;
}
.BlogProfWrap {
	display: block;
	width: 230px;

	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-align: left;

	margin-bottom: 10px;
}
.BlogProfWrap img {
	margin-bottom: 5px;
}

.BlogCal {
	font-size: 13px;
	color: #666666;
}
.BlogCal table {
	border: 1px solid #F3BCBC;
	font-size: 13px;
}

.BlogCal a:link {
	text-decoration: underline;
	color: #6699CC;
	font-size: 13px;
	font-weight: normal;
}
.BlogCal a:visited {
	text-decoration: underline;
	color: #6699CC;
	font-size: 13px;
	font-weight: normal;
}
.BlogCal a:hover {
	text-decoration: underline;
	color: #DE3F3F;
	font-size: 14px;
	font-weight: bold;
}

.BlogNew {
	display: block;
	width: 212px;

	border: 1px solid #F3BCBC;

	margin-top: 20px;
}
.BlogNew-Title {
	font-size: 13px;
	line-height: 25px;

	font-weight: bold;
	color: #DE3F3F;
}
.BlogNew-Bun {
	font-size: 11px;
	line-height: 20px;

	font-weight: normal;
	color: #666666;
}
.BlogNew-Bun a:link {
	font-size: 12px;
	line-height: 22px;

	font-weight: normal;
	color: #669966;
	text-decoration: underline;
}
.BlogNew-Bun a:visited {
	font-size: 12px;
	line-height: 22px;

	font-weight: normal;
	color: #669966;
	text-decoration: underline;
}
.BlogNew-Bun a:hover {
	font-size: 12px;
	line-height: 22px;

	font-weight: bold;
	color: #DE3F3F;
	text-decoration: none;
}

.ColumnCal {
	font-size: 13px;
	color: #666666;
}
.ColumnCal table {
	border: 1px solid #6699CC;
	font-size: 13px;
}

.ColumnCal a:link {
	text-decoration: underline;
	color: #6699CC;
	font-size: 13px;
	font-weight: normal;
}
.ColumnCal a:visited {
	text-decoration: underline;
	color: #6699CC;
	font-size: 13px;
	font-weight: normal;
}
.ColumnCal a:hover {
	text-decoration: underline;
	color: #DE3F3F;
	font-size: 14px;
	font-weight: bold;
}

.NewBlogList {
	display: block;
	width: 530px;
	text-align: left;

	padding: 5px;
}
.NewBlogList ul {
	display: inline-block;

	width: 530px;
	margin-left: -30px;
	_margin-left: 0px;
	margin-top: 0px;

	list-style: none;
}
*:first-child+html .NewBlogList ul {
	display: inline-block;

	width: 530px;
	margin-left: 0px;
	margin-top: 0px;

	list-style: none;
}

.NewBlogList ul li a:link {
	text-decoraion: none;
	color: #6699CC;

	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}
.NewBlogList ul li a:visited {
	text-decoraion: none;
	color: #669966;

	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}
.NewBlogList ul li a:hover {
	text-decoraion: underline;
	color: #DE3F3F;

	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}


