body{
	margin:10px;
	padding:0;
	color:#333;
	font-size:80%;
}
a{
	color:#0000ee;
}
a img{
	border-width:0;
}
#resultList a img{
	border:1px solid #0000ee;
}
#resultList a:hover img{
	border:1px solid #ee0000;
}
#top{
	float:right;
}
#logo{
	border:1px solid #666;
	height:50px;
	width:250px;
	float:left;
	font-size:130%;
}
#searchFormArea{
	margin-left:270px;
}
#searchTypeSelect a{
	margin-right:5px;
}
.searchTypeSelectNow{
	font-weight:bold;
	text-decoration:none;
	color:#333;
	padding:5px;
	margin-right:2px;
}
#typeWeb.searchTypeSelectNow{
}

#searchForm input{
	font-size:110%;
	padding:3px;
	margin:2px;
}
#resultAreaCenter{
	width:780px;
	margin:0;padding:0;
	float:left;
}
h2{
	font-size:110%;
	border-bottom:1px solid #999;
	overflow:hidden;
}
#resultAreaCenter .resultInfo{
	text-align:right;
	margin:-2.5em 0 0;
}
/*メイン検索結果*/
ol#resultList{
	margin:0;
	padding:10px 0 0 30px;
}
.resultItem{
	clear:both;
	width:730px;
	padding:5px;
	margin:0;
}
.resultItemMain{
	margin:0;padding:0;
}
.resultItemSubMenu{
	display:none;
	font-size:85%;
	float:right;
	width:130px;
	margin:0;padding:0;
}
.resultItemSub a{
	display:block;
}
.resultItemSub a{
	padding:1px 3px;
	margin:0px;
	text-decoration:none;
}
.resultItemSub a:hover{
	border:1px solid #ccc;
	background:#fafafa;
	margin:-1px;
}

.resultItem:hover{
	background-color:#fcfcfc;
}
.resultItem:hover .resultItemSubMenu{
	display:block;
}

.resultItemTitle{
	font-size:120%;
	font-weight:bold;
	margin:0 0 5px;
}
.resultItemDesc{
	width:550px;
	line-height:1.7;
}
.resultItemUrl{
	color:green;
	margin-right:10px;
}
.resultItemAdditional{
	color:green;
	margin-left:10px;	
}
/*画像検索*/
.resultItemImage{
	width:130px;
	float:left;
	margin:15px;
	height:140px;
	padding:10px;
}
.resultItemImageSize{
	margin:-2em 0 2px 2px ;
	color:green;
	width:5em;
	text-align:center;
	background-color:#eee;
	font-size:70%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.resultItemImage:hover .resultItemImageSize{
	opacity: 0.8;
}
#next{
	font-size:120%;
	padding:100px 100px 100px;
	margin:10px;
	text-align:center;
	background-color:#edf3ff;
	display:none;
	cursor:pointer;
	clear:both;
}
#next:hover{
	background-color:#ddddff;
}

#kanrenList{
	list-style-type:none;
	margin:0;padding:0;
}
#kanrenList li{
	float:left;
	margin-left:20px;
}

/*右カラム*/
#resultAreaRight{
	margin:0 10px 0 800px;
}

#historyList .itemInfo,
.myListItemDate
{
	color:green;
	font-size:90%;
	margin-left:10px;
}
.historyItemType{
	margin-left:5px;
	font-size:90%;
	color:#666;
	text-decoration:none;
}
.itemList{
	list-style-type:none;
	padding:0;
}
.itemList li{
	pading:3px;margin:1px;
}
#footer{
	text-align:center;
	clear:both;
	padding:5px;
	margin:100px 0 10px;
	border-top:1px solid #eee;
	
}