@import "reset-fonts-grids.css";
@import "default.css";

/**/
body{
/*
	margin: 10px;
*/
	padding: 10px;
}
div{
/*	border: solid 1px ;*/
	width: 960px ;
	text-align: left ;
}
ul{
	list-style-type: none ;
}

/**/
#header{
	position: absolute;
	top: 10px;
	height: 40px;
}

#search{
	position: absolute;
	top: 60px;
	height: 50px;
}

/**/
#footer{
	width: 960px;
	height: 30px;
	float: both;
}

/**/
#contents{
	position: relative;
	margin-top: 100px;
	border: #ffffff solid 1px;
}
#products,#company-list,#type-list{
	position: relative;
	margin-top: 60px;
}
#company-info{
	border: #000000 solid 1px;
	width: 960px ;
	margin-top: 100px;
	padding: 10px;
}
#product,#company,#type{
	width: 960px ;
	position:relative;
	top:0px;
}
.img{
	width: 360px;
	height: auto;
	min-height: 320px;
	border: solid 1px;
	position:relative;
	float: both;
}
.explanation{
	height: auto;
	width: 560px;
	height: 220px;
	float: right;
}
.rss{
	width: 560px;
	height: auto ;
	float: right;
}
.rss ul{
	border: #000000 solid 1px;
	width: 560px;
	height: auto ;
	margin: 4px;
	padding: 4px;
}
#select{
	position: absolute;
	top: 0;
	height: 30px;
}
/*
.keyword{
	position: absolute;
	top: 0px;
	height: 60px;
}
*/
#list1{
	position: absolute;
	top: 0px;
	height: 60px;
}
#list2{
	height: 60px;
}
