/*　新規ページのリンクの設定　*/
#main a {
	color: #0098bd;
	text-decoration: none;
}

a:hover img {
	border-bottom: 1px none transparent;
}	

/*　HIVE用　*/
#hive_title {
	height: 75px;
	border-top: solid 1px #333333;
}
/*　テキストのハック　IE6用　*/
#hive_txt {
	float: left;
	width: 296px;
	margin-top: -0.4em;
}
/*　IE以外用　*/
html>/**/body #hive_txt {
	margin-top: -1.4em;
}
#hive_txt p.rpos {
	margin-top: -5px;
}
#hive_pics {
	float: right;
	width: 224px;
}
#hive_pics li {
	margin-bottom: 20px;
}
#hive_pics li img {
	display: block;
	margin-bottom: 4px;
}

