#tab {
	width:380px;
	margin-left: 0;
	padding: 0px 1px;
	margin-top: 1em;
	border-bottom: 1px solid #d0d0d0;
	border-left:3px solid #ffffff;
	height: 21px;
	overflow: hidden;
}

#tab ul {
	font-size: 1.2em;
	list-style-type: none;
}

#tab li {
	float: left;
	width: 64px;
}

#tab li a {
	display: block;
	width: 60px;
	background-color:#d0d0d0;
	border: 1px solid #d0d0d0;
	border-top-width: 2px;
	border-bottom-width: 0px;
	padding-top:2px;
	color: #707070;
	text-align: center;
	text-decoration: none;
}

#tab li a:hover{
	color: #000000;
}

#tab li.present a {
	background-color:#ffffff;
	border-top-color: #f09000;
	border-top-width: 2px;
	color: #000000;
}

#web, #img {
	padding: 0px;
	margin:0px;
	width: 380px;
	border:3px solid #ffffff;
}

.webresults {
	padding-bottom:10px;
}
.imgresults {
	width: 185px;
	height: 190px;
	float: left;
	text-align: center;
	position: static;
}


.imglink {
	text-decoration: none;
}

.addinfo {
	width:185px;
	padding-bottom:10px;
	text-align: center;

}
.searchurl {
	color:#008000;
}

/* imgのPositionが絶対0になっていたので上書き用 */
.imglink img
{
	left:inherit!important;
	bottom:inherit!important;
	position:inherit!important
}
