@charset "UTF-8";
/* left_menu stylse
----------------------------------------------*/
#left_menubox {
	float: left;
	width: 123px;
	padding-top: 1px;
}
#left_menubox ul {
	list-style: none;
}
#left_menubox li {
	line-height: 1;
	display: block;
	font-size: 1px;
	margin-bottom: 9px;
	width: 122px;
}

/* pagelist stylse
----------------------------------------------*/
#footer {
	line-height: 1;
	position: relative;
}
#pagelistbox {
	padding-top: 10px;
	padding-left: 1px;
	padding-bottom: 16px;
	position: relative;
}
#pagelistbox img {
	vertical-align: bottom;	
}
#previous {
	width: 312px;
	line-height: 1px;
	height: 15px;
	font-size: 1px;
}
#next {
	width: 42px;
	text-align: right;
	line-height: 1px;
	position: relative;
	left: 582px;
	top: -15px;
	height: 15px;
	margin-bottom: -15px;
	font-size: 1px;
}
#pagetop {
	width: 64px;
	text-align: right;
	padding-bottom: 37px;
	padding-left: 561px;
	font-size: 1px;
	line-height: 1px;
}
#previous a {
	background-position: left top;
	width: 61px;
	background-image: url(../../img/btn_previous_over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
}
#previous a:hover {
	background-position: left bottom;
}
#next a {
	background-position: left top;
	width: 42px;
	background-image: url(../../img/btn_next_over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
}
#next a:hover {
	background-position: left bottom;
}
#pagetop a {
	background-position: left top;
	width: 64px;
	background-image: url(../../img/btn_pagetop_over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
}
#pagetop a:hover {
	background-position: left bottom;
}
#footer a:hover img {
	display: none;
}

/* font stylse
----------------------------------------------*/
#mainbox .entrydate {
	font-family: Arial, sans-serif;
}

