@charset "utf-8";
.wideback {
	background-image: url(../images/theme00_back.png);
}
.logo {
	background-image: url(../images/theme00_logo.png);
    background-repeat:no-repeat;
	/*cursor: pointer;*/
}
.menuleft, .menuleft_new {
	background-image: url(../images/theme00_menu_l.png);
	height: 30px;
	width: 8px;
}
.menumiddle, .menumiddle_new {
	background-image: url(../images/theme00_menu_m.png);
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
}
.menuright, .menuright_new {
	background-image: url(../images/theme00_menu_r.png);
	height: 30px;
	width: 8px;
}
.blockleft {
	background-image: url(../images/theme00_block_l.png);
	height: 25px;
	width: 8px;
}
.blockmiddle {
	background-image: url(../images/theme00_block_m.png);
	height: 25px;
	vertical-align: middle;
}
.blockright {
	background-image: url(../images/theme00_block_r.png);
	height: 25px;
	width: 8px;
}
.hilited, a.hilited {
	color: #1C95D1;
}
.alltext a:hover, .alltext a:active {
	color: #1C95D1;
	text-decoration: none;
}
.bookmarkleft {
	background-image: url(../images/theme00_bookmark_l.png);
	height: 25px;
	width: 8px;
}
.bookmarkmiddle {
	background-image: url(../images/theme00_bookmark_m.png);
	height: 25px;
}
.bookmarkright {
	background-image: url(../images/theme00_bookmark_r.png);
	height: 25px;
	width: 8px;
}
.bookmarkleft_h {
	background-image: url(../images/theme00_bookmark_lh.png);
	height: 25px;
	width: 8px;
}
.bookmarkmiddle_h {
	background-image: url(../images/theme00_bookmark_mh.png);
	height: 25px;
}
.bookmarkright_h {
	background-image: url(../images/theme00_bookmark_rh.png);
	height: 25px;
	width: 8px;
}

.blog_comment {
	position: relative;
	background-color: #D7E1E6;
	padding: 5px;
}
.blog_comment_b {
	position:absolute;
	width: 34px;
	height: 25px;
	bottom:-25px;
	right:0px;
	cursor: pointer;
}

.blog_comment_b td.comment_button_up {
	background-image: url(../images/theme10_comment_button_up.png);
	width: 34px;
	height: 25px;
	cursor: pointer;
}
.blog_comment_b td.comment_button_down {
	background-image: url(../images/theme10_comment_button_down.png);
	width: 34px;
	height: 25px;
	cursor: pointer;
}

