.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
#blog #main {
	background-color: #fbfbf1;
	background-image: url(../img/bg_blog.gif);
	background-repeat: repeat-y;
}
#blog #main .blog_inner {
	background-image: url(../img/bg_blog.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 21px;
	height: 100%;
}
#blog_header {
	position: relative;
	height: 208px;
}
#blog_header h2 {
	position: absolute;
	height: 62px;
	width: 189px;
	left: 0px;
	top: 21px;
}
#blog_header .description {
	position: absolute;
	height: 42px;
	width: 391px;
	left: -2px;
	top: 96px;
}
#blog_header ul {
	position: absolute;
	left: 0px;
	top: 161px;
}
#blog_header ul li {
	float: left;
	background-image: url(../img/bg_list.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 21px;
	margin-right: 3px;
	padding-right: 12px;
}
#blog_header ul li span {
	float: left;
	display: block;
	color: #FFFFFF;
	height: 20px;
	background-color: #333333;
	padding-left: 4px;
	padding-top: 1px;
}
#blog_header ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#blog_header ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#blog_header ul li a:hover {
	color: #ffa200;
	text-decoration: none;
}
#blog_header ul li a:active {
	color: #ffa200;
	text-decoration: none;
}
#blog_footer {
	background-image: url(../img/bg_blog_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
	background-color: #fbfbf1;
}
#blog_content {
	float: left;
	width: 456px;
	padding-top: 26px;
}
#blog_content h2 {
	font-size: 135%;
	font-weight: bold;
	padding: 4px 0px 4px 12px;
	margin-bottom: 24px;
	border-left: 4px solid #333333;
}
#blog_content .entry {
	padding-bottom: 30px;
}
#blog_content .entry_body {
	padding-top: 22px;
}
#blog_content .entry h3.date {
	float: left;
	width: 102px;
}
#blog_content .entry h3.date img {
	margin-right: 1px;
}
#blog_content .entry h3.entry_title {
	float: right;
	width: 354px;
	line-height: 1.2em;
}
#blog_content .entry .entry_category {
	clear: right;
	float: right;
	width: 354px;
	font-size: 10px;
}
#blog_content .entry_body p {
	margin-bottom: 16px;
}
#blog_content .entry_more {
}
#blog_content .entry_more a {
	background-image: url(../img/m_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
}
.entry_more a:link {
	color: #ff6600;
	text-decoration: none;
}
.entry_more a:visited {
	color: #ff6600;
	text-decoration: none;
}
.entry_more a:hover {
	color: #ffa200;
	text-decoration: none;
}
.entry_more a:active {
	color: #ffa200;
	text-decoration: none;
}
#blog_content #blog_ranking {
	margin-top: 16px;
	background: url(../img/bg_ranking.gif) no-repeat 108px 0px;
}
#blog_content .entry_footer {
	background-color: #b1b1a8;
	margin-top: 16px;
	text-align: right;
	padding: 2px 4px 2px 2px;
}
#blog_content .entry_footer .comment {
	background-image: url(../img/m_comment.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#blog_content .entry_footer .trackback {
	background-image: url(../img/m_trackback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
	margin-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.entry_footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.entry_footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.entry_footer a:hover {
	color: #ffa200;
	text-decoration: none;
}
.entry_footer a:active {
	color: #ffa200;
	text-decoration: none;
}
#blog_navi {
	float: right;
	width: 200px;
	padding-top: 26px;
}
#blog_navi h2 {
	padding-bottom: 16px;
	padding-left: 3px;
}
#blog_navi .navi_entries {
	padding-bottom: 24px;
}
#blog_navi .navi_entry {
	background-image: url(../img/navi_bg_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	padding-bottom: 5px;
	padding-top: 3px;
}
#blog_navi .navi_entry .date {
	float: left;
	width: 55px;
}
#blog_navi .navi_entry .date img {
	margin-right: 1px;
}
#blog_navi .navi_entry .entry_title {
	float: right;
	width: 145px;
	font-size: 12px;
	line-height: 14px;
}
#blog_navi .navi_entry .entry_title span {
	font-size: 10px;
}
#blog_navi #navi_comments {
	padding-bottom: 24px;
}
#blog_navi #navi_comments .navi_entry {
	background-image: url(../img/navi_bg_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	padding-bottom: 5px;
	padding-top: 3px;
}
#blog_navi #navi_comments .entry_title {
	float: none;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
}
#blog_navi #navi_comments .entry_title span {
	font-size: 10px;
}
.entry_title a:link {
	color: #ff6600;
	text-decoration: none;
}
.entry_title a:visited {
	color: #ff6600;
	text-decoration: none;
}
.entry_title a:hover {
	color: #ffa200;
	text-decoration: none;
}
.entry_title a:active {
	color: #ffa200;
	text-decoration: none;
}
#blog_navi .navi_entry .entry_category {
	clear: right;
	float: right;
	width: 145px;
	font-size: 10px;
}
.entry_category a:link {
	color: #333333;
	text-decoration: none;
}
.entry_category a:visited {
	color: #333333;
	text-decoration: none;
}
.entry_category a:hover {
	color: #ffa200;
	text-decoration: none;
}
.entry_category a:active {
	color: #ffa200;
	text-decoration: none;
}
#blog_navi form select {
	margin-bottom: 24px;
	margin-left: 4px;
}
#blog_navi ul.navi_list {
	list-style: disc;
	padding: 0px 0px 24px 20px;
	margin: 0px;
}
.navi_list a:link {
	color: #ff6600;
	text-decoration: none;
}
.navi_list a:visited {
	color: #ff6600;
	text-decoration: none;
}
.navi_list a:hover {
	color: #ffa200;
	text-decoration: none;
}
.navi_list a:active {
	color: #ffa200;
	text-decoration: none;
}
#blog_navi #feed img {
	vertical-align: middle;
}
#blog #main .comment h4,#blog #main .trackback h4 {
	margin-bottom: 16px;
}
#blog #main .comment_main  {
	margin-left: 12px;
	margin-bottom: 16px;
}
#blog #main .comment_main .comment_body p {
	margin-bottom: 16px;
}
#blog #main .comment_main .posted {
	text-align: right;
	margin-top: 12px;
}
#blog #main .comment_main .date {
	font-size: 90%;
}
#blog #main .comment .comment_write {
	margin-left: 12px;
}
#blog #main .comment .comment_write th {
	font-size: 12px;
	padding: 2px;
	text-align: left;
	font-weight: normal;
}
#blog #main .comment .comment_write td {
	padding: 2px;
	font-size: 12px;
}
#blog #main .comment .comment_write .comment_post {
	margin-top: 8px;
}
#blog #main .trackback {
	padding-bottom: 8px;
}
#blog #main .trackback .trackback_info {
	margin-bottom: 16px;
	margin-left: 12px;
	background-color: #eeeee6;
	padding: 4px 16px;
}
#blog #main .trackback .trackback_content {
	margin-left: 12px;
}
#blog #main .trackback .trackback_body {
	margin-bottom: 16px;
}
#blog #main .trackback .trackback_post {
	font-size: 10px;
	text-align: right;
}
#blog_comment   #popup_container {
	margin: 16px auto;
	width: 498px;
}
#blog_comment #main {
	background-color: #fbfbf1;
	background-image: url(../img/bg_comment_header.gif);
	background-repeat: no-repeat;
	min-height: 250px;
	_height: 250px;
}
#blog_comment  #main  .blog_inner {
	padding: 21px;
}
#blog_comment #main h2 {
	font-size: 135%;
	font-weight: bold;
	padding: 4px 0px 4px 12px;
	margin-bottom: 24px;
	border-left: 4px solid #333333;
}
#blog_comment #main .comment h4,#blog #main .trackback h4 {
	margin-bottom: 16px;
}
#blog_comment #main .comment_main  {
	margin-left: 12px;
	margin-bottom: 16px;
}
#blog_comment #main .comment_main .comment_body p {
	margin-bottom: 16px;
}
#blog_comment blockquote {
	margin: 16px 0px;
	padding: 16px;
	background-color: #eeeee6;
}
#blog_comment #main .comment_main .posted {
	text-align: right;
	margin-top: 12px;
}
#blog_comment #main .comment_main .date {
	font-size: 90%;
}
#blog_comment #main .comment .comment_write {
	margin-left: 12px;
}
#blog_comment #main .comment .comment_write th {
	font-size: 12px;
	padding: 2px;
	text-align: left;
	font-weight: normal;
}
#blog_comment #main .comment .comment_write td {
	padding: 2px;
	font-size: 12px;
}
#blog_comment #main .comment .comment_write .comment_post {
	margin-top: 8px;
}
#blog_comment #main .trackback {
	padding-bottom: 8px;
}
#blog_comment #main .trackback .trackback_info {
	margin-bottom: 16px;
	margin-left: 12px;
	background-color: #eeeee6;
	padding: 4px 16px;
}
#blog_comment #main .trackback .trackback_content {
	margin-left: 12px;
}
#blog_comment #main .trackback .trackback_body {
	margin-bottom: 16px;
}
#blog_comment #main .trackback .trackback_post {
	font-size: 10px;
	text-align: right;
}
#blog_comment #footer {
	background-image: url(../img/bg_comment_footer.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 60px;
}
#blog_comment #footer #close {
	position: absolute;
	top: 5px;
	right: 0px;
}
