.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
	position: relative;
}
/* End hide from IE-mac */

li {list-style: none;}

a {color: #000000;}

body {overflow-y:scroll;}
* html body {overflow: hidden;}
*+html body {overflow: hidden;}

.bg_g {
	background-color: #f5f5f5;
}

#wrapper {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
#blog_container {
}
#header {
	height: 80px;
	width: 620px;
}
#header h1 {
	float: left;
	padding-top: 20px;
}
#menu_btn {
	float: right;
}
#backnumber_btn {
	float: right;
}
#header #menu_btn a {
	display: block;
	height: 25px;
	width: 60px;
	cursor: pointer;
}
#header #backnumber_btn a {
	display: block;
	height: 25px;
	width: 90px;
	cursor: pointer;
	padding-right: 10px;
}
#menu {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 85%;
	padding: 20px;
	display: none;
}
#menu .section {
	width: 580px;
}
.section h4 {
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../img/border-w.gif) repeat-x bottom;
	line-height: 100%;
	display: block;
}
.section ul {
	background: url(../img/border-w.gif) repeat-x bottom;
	padding-bottom: 10px;
}
.section li {
	display: inline;
	line-height: 2.1em;
	margin-right: 30px;
	float: left;
}
.section p {
	font-size: 85%;
	line-height: 1em;
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	text-decoration: underline;
}
.section a {
	color: #FFFFFF;
}
.section a:hover {
	color: #dbdbdb;
}
#blog_container h2 {
	font-size: 116%;
	line-height: 1.2em;
	margin-bottom: 40px;
	font-weight: bold;
}
#blog_container #back {
	padding: 0px 0px 80px 100px;
	font-size: 85%;
	display: block;
}
#blog_container #back li {
	float: left;
}
#banner {
	width: 620px;
	margin-bottom: 30px;
}
#blog_container .entry {
	margin-bottom: 40px;
}
#blog_container .date {
	display: block;
	float: left;
	width: 100px;
}
#blog_container .date span {
	display: block;
	margin-bottom: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	font-weight: bold;
	line-height: 1em;
}
#blog_container .inner_entry {
	float: right;
	width: 520px;
}
#blog_container .entry_header {
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#blog_container .entry h3 {
	font-size: 138.5%;
	font-weight: bold;
	width: 480px;
	display: block;
	float: left;
}
#blog_container .inner_entry img {
	max-width: 400px;
	height: auto;
	padding-bottom: 16px;
}
#blog_container .entry_discription {
	font-size: 85%;
	line-height: 1.8em;
}

#blog_container .entry_discription img {
	max-width: 240px;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
}


#blog_container .entry_discription img {
	max-width: 240px;
	max-height: 460px;
	display:block;
}
* html body #blog_container .entry_discription img {
	width: expression(this.width >= this.height ? "240px" : "auto");
	height: expression(this.width <= this.height ? "460px" : "auto");
	display:block;
}


.entry_header .prev {
	width: 19px;
	height: 19px;
	float: right;
	margin-left: 1px;
}
.entry_header .next {
	width: 19px;
	height: 19px;
	float: right;
	margin-left: 1px;
}
.entry_header .prev a {
	text-align: right;
	background-image: url(../img/btn_prev.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	display: block;
}
.entry_header .next a {
	text-align: right;
	background-image: url(../img/btn_next.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	display: block;
}

#paginate {
	padding-left: 100px;
	margin-bottom: 40px;
	font-size: 85%;
}
#paginate #prev {
	float: left;
}
#paginate #next {
	float: right;
}
#footer {
	padding: 0px;
	clear: both;
}
#footer .upper {
	margin-bottom: 10px;
}
#footer .backtotop {
	float: right;
}
#footer .backtotop a {
	display: block;
	background-image: url(../img/backtotop.gif);
	width: 23px;
	height: 23px;
}
#footer .bottom {
	padding: 20px 0px 40px;
	border-top: solid 1px #000000;
}
#footer .bottom #f_logo {
	float: left;
	width: 125px;
}
#footer .bottom #copyright {
	text-align: right;
	padding-top: 6px;
}
#footer .backtotop span {
	display: none;
}
#titlebar {
	margin-bottom: 20px;
}
#titlebar .entry_icon {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
#titlebar h3 {
	font-size: 135%;
	line-height: 100%;
	font-weight: bold;
	padding-bottom: 12px;
}
#titlebar .entry_count {
	font-size: 85%;
	line-height: 100%;
}

