@charset "UTF-8";
/* 一括で全ての要素の余白をゼロに指定 */
* {
	margin: 0;
	padding: 0;
}

a{
	color:#0099FF;	
}
a:link {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	color: #990099;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a img{
	  border:none;
}

hr{
	border-bottom: 1px solid #CCCCCC;	
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 14px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	background-color: #DDD;
}
/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-image: url(../images/header.png);
}
#menu {
	width: 100%;
	height: 30px;
}
#title {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 30px;
	font-size: 18px;
	color: #808080;
	line-height: 30px;
	font-weight: bold;
	background-image: url(../images/title.png);
}
#container {
	width: 100%;
}
#contents {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#footer {
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	background-color: #E1F673;
	color: #666666;
	font-weight: bold;
	background-image: url(../images/fotter.png);
}
.logo {
}
.logo a {
	text-decoration: none;
	color: #0099ff;
	background-color: #ffffff;
}
.logo a:hover {
	text-decoration: none;
	color: #000066;
	background-color: #ffffff;
}
.logo a img {
	vertical-align: bottom;
}
/* ---------------------------------------- #menuの指定 */

#menu ul {
	width: 800px;
	list-style-type: none;
	position: absolute;
	background-color: #3C3;
}
#menu li {
	width: auto;
	float: left;
	border-right: 1px groove #CCC;
}
#menu .help {
	width: auto;
	float: right;
	border-right-style: none;

}
#menu li a {
	text-decoration: none;
	display: block;
	width: auto;
	padding: 0.5em 1em;
	color: #EEE;
	font-size: 12px;
	font-weight: bold;
}
#menu li a:hover {
	color: #808080;
}
/* ---------------------------------------- #contents内の指定 */

/* -- 文字 -- */
#contents p {
	margin-bottom: 0.5em;
}
.tableNormal {
	border-collapse:collapse;
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/* ---------------------------------------- #footer内の指定 */
#footer p {
	text-align: center;
	margin: 1px;
	padding: 1px;
}
.message {
	color: #00F;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
}
.divBtn {
	text-align: center;
}
.divBtn .btnSubmit {
	font-weight:bold;
	cursor:pointer;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 30px;
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
}
.btnSearch {
	cursor:pointer;
	background-image: url(../images/button_search.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 37px;
	width: 116px;
	margin-right: 10px;
	margin-left: 10px;
}
.btnMatch {
	font-weight:bold;
	cursor:pointer;
	background-image: url(../images/button_middle.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 30px;
	width: 100px;
}
.btnUnMatch {
	font-weight:bold;
	cursor:pointer;
	background-image: url(../images/button_middle.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 30px;
	width: 100px;
}
/* 研究者検索 */
.searchResult {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-spacing: 0;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	border-collapse:collapse;
}
.searchResult th {
	background-color: #CCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	height: 20px;
	text-align: center;
	padding: 5px;
}
.searchResult td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding: 5px;
}
/* ページング */
.paging {
	text-align: center;
}
.paging table tr td {
	text-decoration: none;
}
.paging a,
.paging a:visited {
	background-image: url(../images/paging_icon.png);
	text-decoration:none;
	color:#000;
	display:block;
	width:22px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	margin-left:8px;
	background-repeat: no-repeat;
}
.paging a:hover,
.paging a.selected,
.paging a.selected:visited,
.paging span {
	background-image: url(../images/paging_icon_selected.png);
	text-decoration:none;
	color:#000;
	display:block;
	line-height:22px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	background-repeat: no-repeat;
}
.paging a.page_move,
.paging a.page_move:visited {
	background-image: url(../images/paging_icon_large.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 44px;
}
.paging table {
	margin:0 auto;
}

.paging a.page_move:hover {
	background-image: url(../images/paging_icon_large_selected.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 44px;
}

.searchHit {
	text-align: center;
	width: 100%;
}
/* ---------------------------------------- #エラーメッセージ */
ul.errorMessage{

	margin :10px 10%;
	
	padding : 10px 10px;
	background-color:#FFFFCC;
	color:#FF3333;
	border: 1px solid #FF9999;
	-moz-border-radius: 7px; /* for Fx */
	-webkit-border-radius: 7px; /* for Safari */

	font-size:small;
	font-weight:bold;
}

ul.errorMessage li{

	margin :0 0;
	padding :0 0;
	background-image : url(../images/error_icon.png) ;
	background-position : left center ; 
	background-repeat : no-repeat ;
	padding-left : 20px;
	list-style: none;
	
}

ul.infoMessage{

	margin :10px 10%;
	
	padding : 10px 10px;
	background-color:#FFFFCC;
	color:#33BB33;
	border: 1px solid #33BB33;
	-moz-border-radius: 7px; /* for Fx */
	-webkit-border-radius: 7px; /* for Safari */

	font-size:small;
	font-weight:bold;
}

ul.infoMessage li{

	margin :0 0;
	padding :0 0;
	background-image : url(../images/info_icon.png) ;
	background-position : left center ; 
	background-repeat : no-repeat ;
	padding-left : 20px;
	list-style: none;
	
}

/* ヘルプ */
#contents .help {
	width: 700px;
	line-height: 1.2em;
}
#contents .help table tr td {
	font-size: 14px;
	vertical-align: top;
}
/* ---------------------------------------- #検索結果一覧 */

div.entry{
	margin-top:10px;
	padding:5px 20px;
}
.odd{
	background-color:#F4FCD2 !important;
}
h3.entryTitle{
		
}
ul.entryBody{
	font-size: smaller;
	font-style:bold;
	margin-top:5px;
	margin-left:25px;
	list-style:none;
}
entryDetail{
	color:#181818;
	margin-left:10px;
}
div.entryDetail{
	font-style:normal;
	padding: 5px;	
}
div.entryDetail b,
span.entryDetail b{
		background-color:#FFFF99 !important;
	color:#FF3333;
}
cite.permLink{
	color:green;
	font-style:normal;
}

	
/* ---------------------------------------- #詳細画面 */
h2.title{
	width:95%;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3C3;
	border-left-color: #3C3;
}
div.detailsTable{
	margin:20px 30px;
	font-size:0.8em;
	line-height:1.3em;
	color:#333333;
}
span.detailsTitle{
	font-size: large;
	font-weight: bold;
	letter-spacing:1.1pt;
	margin-bottom:10px;
}

div.detailsTable table{
	width:95%;
	margin:10px;
	border-collapse: collapse;
	table-layout:fixed;
}

div.detailsTable table tr{
	vertical-align:top;
}

div.detailsTable table th{
	background:transparent url(../images/details_th.jpg) repeat-y scroll 0 0;
	border:1px solid #CCCCCC;
	letter-spacing:1.1pt;
	padding:5px 8px;
	width:20%;
}
div.detailsTable table td{
	border:1px solid #CCCCCC;
	padding:5px 8px;

}

div.detailsTable table th.narrow{
	width:25%;	
}

.detailsTable .records tr th {
	width: 15px;
	text-align: center;
	vertical-align: middle;
}
tr.header{
	background: #336699;
	font-weight: bold;
	color:#FFFFFF;
}

tr.header td{
	background: #336699 none no-repeat;
}

td.edited{
	color:#FF6633;	
}

td.matched{
	color:#3366FF;	
}

/* ---------------------------------------- #マッチングリスト検索画面 */
.matchRecord {
	border:1px solid #CCCCCC;
	-moz-border-radius: 5px; /* for Fx */
	-webkit-border-radius: 5px; /* for Safari */
	margin-bottom:5px;
	margin-top:5px;
	padding-left: 4px;
	padding-top:5px;
	padding-bottom:5px;	
	letter-spacing:1.1pt;
}

div.capturedRecord{
	font-weight: bold;	
}
table.targetRecord{
	border-collapse: collapse;
	width:95%;
	margin-left: 3%;
	margin-right: 2%;
	margin-top:10px;
	margin-bottom:5px;
}
table.targetRecord tr{
	vertical-align:top;
}
table.targetRecord td{
	font-weight: normal;
	font-size: smaller;
	padding:5px 5px;
	border-bottom:1px solid #CCCCCC;
	height: 30px;
}
table.targetRecord td.resolverId{
	
	width:19%;
}
table.targetRecord td.matchingName{
	width:69%;
}
table.targetRecord td.matchingButton{
	width:12%;
}
table.targetRecord td.allunmatchButton{
	text-align: left;
	border-bottom:none;
	padding-top:15px;
}

span.matchignStatus{
	color:#6666FF;
	
	margin :0 0;
	padding :0 0;
	background-image : url(../images/match_comp_icon.png) ;
	background-position : left center ; 
	background-repeat : no-repeat ;
	margin-left:5px;
	margin-top:2px;
	padding-top:2px;
	padding-left : 20px;
	
}
span.researcherLink{
	font-weight: normal;
	font-size: small;
}
span.researcherInfo{
	font-weight: normal;
	font-size: small;;
}
div.match_ok{
	color:#6666FF;
	
	margin :0 0;
	padding :0 0;
	background-image : url(../images/match_ok_icon.png) ;
	background-position : left center ; 
	background-repeat : no-repeat ;
	padding-left : 18px;
	marging-top:5px;
}
div.match_ng{
	color:#FF6666;
	
	margin :0 0;
	padding :0 0;
	background-image : url(../images/match_ng_icon.png) ;
	background-position : left center ; 
	background-repeat : no-repeat ;
	padding-left : 18px;
	marging-top:5px;
}
div.match_ncw{
	color:#66AA66;
	
	margin :0 0;
	padding :0 0;
	background-image : url(../images/match_ncw_icon.png) ;
	background-position : left center ; 
	background-repeat : no-repeat ;
	padding-left : 18px;
	marging-top:5px;
}



