.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 */

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

#banner{
	display:none;
	margin-bottom:0px;
}


li {list-style: none;}

a {color: #333;}
a:hover {color: #666;}

.bg_g {
	background-color: #f5f5f5;
}

#wrapper {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
#blog_container {
}
#header {
	height: 90px;
	width: 620px;
}
#header h1 {
	float: left;
	padding-top: 20px;
}
#menu_btn {
	float: right;
}
#backnumber_btn {
	float: right;
}
#menu_btn a {
	display: block;
	height: 25px;
	width: 60px;
	cursor: pointer;
}
#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;
}
#titlebar {
	margin-bottom: 20px;
}
#titlebar .icon {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
#titlebar h3 {
	font-size: 135%;
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 9px;
}
* html #titlebar h3 {
	padding-bottom: 7px;
}
#titlebar .count {
	font-size: 85%;
	line-height: 100%;
}
#blog_container .entry {
	margin-bottom: 40px;
	width: 620px;
}
#blog_container .entry li {
	display: block;
	list-style: none;
	padding: 10px 20px;
}
#blog_container .entry ul{
	clear: both;
}
#blog_container .date {
	display: block;
	float: left;
	width: 100px;
}
#blog_container .date span {
	display: block;
	margin-bottom: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	font-weight: bold;
	line-height: 1em;
}
#blog_container .inner_entry {
	float: left;
	width: 580px;
}
#blog_container .entry_date {
	float: left;
	font-size: 85%;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	margin-right: 20px;
}
#blog_container .photo {
	margin-bottom: 16px;
}
#blog_container h4 {
	font-size: 85%;
	line-height: 100%;
	display: block;
}
#blog_container .entry_title h4 {
	width: 260px;
	display: block;
	float: left;
}
#footer {
	padding: 0px 0px 40px;
	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-top: 20px;
	border-top: solid 1px #000000;
}
#footer .bottom #f_logo {
	float: left;
	width: 125px;
}
#footer .bottom #copyright {
	text-align: right;
	padding-top: 6px;
}
#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: 93%;
	display: block;
}
#blog_container #back li {
	float: left;
}
#footer .backtotop span {
	display: none;
}
