@charset "EUC-JP";

body,html{
	margin: 0;
	padding: 0;
}

table#blogheader {
	width: 100%;
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #fff url(../_images/blogheader.gif) repeat-x bottom;
	color: #444;
}

table#blogheader th {
	height: 25px;
	text-align: left;
	padding: 0 5px;
	vertical-align: center;
}

table#blogheader td {
	height: 25px;
	text-align: right;
	vertical-align: center;
}

table#blogheader td a {
	color: #555;
}

table#blogheader  th  img {
	border: none;
	font-size: 1px;
	line-height: 1px;
	vertical-align: bottom;
}

ul.blogheader_menu {
	display: inline;
	width: 350px;
	text-align: right;
	height: 25px;
	line-height: 25px;
	list-style: none;
}

ul.blogheader_menu li {
	display: inline;
	font-size: 12px;
	padding: 2px 5px 2px 15px;
}

ul.blogheader_menu li.menu_random {
	background: url(../_images/header_icon_random.gif) no-repeat left;
}

ul.blogheader_menu li.menu_blog {
	padding-left: 13px;
	background: url(../_images/header_icon_blog.gif) no-repeat left;
}

ul.blogheader_menu li.menu_write {
	padding-left: 16px;
	background: url(../_images/header_icon_write.gif) no-repeat left;
}

ul.blogheader_menu li.menu_ch {
	background: url(../_images/header_icon_ch.gif) no-repeat left;
}
