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

a{
	color: #000000;
}
a:hover{}

#g_nav li {
	width: 58px;
	margin-bottom: 15px;
	display: block;
}

#g_nav a {
	background-repeat: no-repeat;
	height: 10px;
	display: block;
}

#g_nav {
	width: 80px;
}
#g_nav li span {
	display: none;
}

#g_nav #blog a {background-image: url(../img/g_nav01.gif);background-repeat: no-repeat; width: 29px;}
#g_nav #works a {background-image: url(../img/g_nav02.gif);background-repeat: no-repeat; width: 38px;}
#g_nav #biography a {background-image: url(../img/g_nav03.gif);background-repeat: no-repeat; width: 57px;}
#g_nav #shop a {background-image: url(../img/g_nav04.gif);background-repeat: no-repeat; width: 32px;}
#g_nav #link a {background-image: url(../img/g_nav05.gif);background-repeat: no-repeat; width: 27px;}

h1{
	display:block;
	height:80px;
}

html,body{
height:100%;
}

body{
overflow-y:scroll;
}

#leftbar, #rightbar{
	height:100%;
	min-height: 100%;
	width: 80px;
	background: repeat-y;
	vertical-align: top;
}

body > #container {
    height: auto;
}


#container {
	position: relative;
	height:100%;
	min-height: 100%;
}

#leftbar{
	background-image:url(../blog/img/bg_left.gif);
}

#rightbar{
	background-image:url(../blog/img/bg_right.gif);
}

#center {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

#blog_body {
	width: 640px;
	margin-right: 80px;
	margin-left: 80px;
	position: relative;
	overflow: hidden;
}
#centerbar {
	vertical-align: top;
}


.section a {color: #000000;}
.section a:hover {color: #505050;}



#menu_btn {
	width: 640px;
	text-align: right;
	margin-bottom: 55px;
}
#blog_body .paginate {
	width: 640px;
}
.paginate li {
	float: right;
	margin-left: 20px;
}
.paginate a {
	font-size: 85%;
	color: #000000;
}
.paginate a:hover {
	color: #505050;
}
#blog_body .entry {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}

#blog_body .detail {
	border: 0px !important;
}

#blog_body .entry h3{
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin-bottom: 9px;
	padding-bottom: 10px;
	font-size: 100%;
	line-height: 100%;
}

#blog_body .entry .category{
	font-size: 85%;
	line-height: 110%;
}

#blog_body .entry .category a{
	font-weight:bold;
}

#blog_body .date {
	float: left;
	width: 60px;
}
#blog_body .date img{
display:block;
margin-bottom:2px;
}
#blog_body .inner_entry {
	float: right;
	width: 580px;
}
#blog_body .entry_header {
	margin-bottom: 30px;
}
#blog_body .cover {
	margin-bottom: 20px;
}
#blog_body .entry_description,#blog_body .entry_body {
	font-size: 85%;
	line-height: 170%;
}

#blog_body .entry_body {
	margin-top:20px;
}

#blog_body .more {
	padding-top: 20px;
}
#menu {
	padding: 20px;
	background: #000000;
	color: #FFFFFF;
	font-size: 85%;
	display: none;
}

#menu a{
	color: #FFFFFF;
}

#menu a:hover{
	color: #dbdbdb;
}
#menu h4 {
	line-height: 100%;
	font-weight: bold;
	display: block;
	background: url(../blog/img/border.gif) repeat-x bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#menu .section {
	width: 290px;
	margin-right: 20px;
	float: left;
}

#menu .category {
	margin-right: 0px;
}
#menu li {
	line-height:170%;
}

#menu .month li {
	display: inline;
	margin-right: 10px;
}
#paginate {
	font-size: 85%;
	padding-top: 60px;
	text-align: right;
	background: #FFFFFF;
	margin-top: -31px;
	z-index: 99;
}
#back {
	font-size: 85%;
	padding-top: 60px;
	padding-bottom: 60px;
}

#blog_body h2 {
	font-size: 116%;
	line-height: 110%;
	font-weight: bold;
	margin-bottom: 40px;
}
.space {
	margin-left: 10px;
}