@charset "utf-8";



/* ---------------------------------
login設定

--------------------------------- */
#databaseArea{
	margin-top:20px;
	margin-left:30px;
}

#login_L{
	float:left;
	width:300px;
	min-height:200px;
	border:1px solid #ccc;
	border-collapse:collapse;
	
	margin-bottom:20px;
}

#login_R{
	float:left;
	width:300px;
	margin-left:30px;
	min-height:200px;
	border:1px solid #ccc;
	border-collapse:collapse;
	
	margin-bottom:20px;
}

#inputArea{
	width:240px;
	padding-left:30px;
	padding-top:10px;
}

#inputArea table td{
	height:30px;
}

.logTitle{
	width:80px;
}

.logInput{
	width:220px;
}

.loginID{
	width:95%;
}

.password{
	width:95%;
}

.imageSpace{
	padding:10px;
}

.todb{
	padding-left:60px;
	padding-top:40px;
	
}

*html body .todb{
	padding-bottom:58px;
	
}

.input_error{
	padding:5px;
	color:red;
	text-align:center;
}

.databaseTable td{
	padding:5px;
}

*html body #ie6space2{
	padding-bottom:10px;
}

*html body #ie6space1{
	padding-bottom:46px;
}

#search_area{
	width:98%;
	border:1px solid #ccc;
	border-collapse:collapse;
	background-color:#e0e0e0;
	
	margin-top:10px;
/*	margin-left:195px;*/
	margin-bottom:20px;
}

.search_name{
	width:100%;
}

.search_org{
	width:100%;
}

.search_team{
	width:100%;
}

.search_machine{
	width:100%;
}

.search_maker{
	width:100%;
}

.search_introduced{
	width:100%;
}

.imgSearch{
	margin-left:295px;
}

#search_title{
	float:left;
	width:200px;
}

#search_to{
	float:left;
	width:200px;
	
	margin-left:290px;
}

*html body #search_to{
	float:left;
	width:200px;
	
	margin-left:245px;
}

.result{
	margin-top:10px;
	margin-bottom:10px;
}

.resultTableList{
	border:1px solid #ccc;
	border-collapse:collapse;
	text-align:center;
}

.resultTableList tr.tableGray{
	background-color:#e0e0e0;
}

.resultTableList td{
	padding:10px;
	border:1px solid #ccc;
	border-collapse:collapse;
}

.resultTable{
	width:690px;
	border:1px solid #ccc;
	border-collapse:collapse;
}

.resultTable td{
	padding:10px;
	border:1px solid #ccc;
	border-collapse:collapse;
}

.resultTable td.item{
	width:120px;
	border:1px solid #ccc;
	border-collapse:collapse;
	background-color:#e0e0e0;
}

.resultTable td.item2{
	width:120px;
	border:1px solid #ccc;
	border-collapse:collapse;
	background-color:#f0f0f0;
}

.papers,.papers td{
	border:0;
}
