@charset "UTF-8";
/* left_menu stylse
----------------------------------------------*/
#left_menubox {
	float: left;
	width: 123px;
	font-size: 1px;
	line-height: 1;
}

/* main stylse
----------------------------------------------*/
#mainbox {
	float: left;
	width: 670px;
}
#mainbox dl {
	width: 625px;
	display: block;
}
#mainbox  dl img {
	vertical-align: baseline;
	margin-right: 4px;
}
#mainbox dt {
	color: #343434;
	line-height: 140%;
	padding-left: 13px;
	padding-bottom: 4px;
	width: 612px;
	text-indent: -13px;
}
#mainbox .entry_date {
	padding-right: 12px;
	font-family: Arial, sans-serif;
}
#mainbox dd {
	padding-left: 13px;
	padding-bottom: 31px;
	width: 612px;
	font-size: 85%;
	line-height: 150%;
}
#mainbox dd a {
	color: #666666;
}
#mainbox dd a:visited {
	color: #666666;
}
#mainbox dd a:hover {
	color: #000000;
}

/* pagelist stylse
----------------------------------------------*/
#footer {
	line-height: 1;
	position: relative;
}
#pagelistbox {
	padding-top: 21px;
	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;
}
