@charset "Shift_JIS";

/* ************************************************** */
/* **** 安全管理システム登録簿 *** */


/* 強調表示 */
.kyo{
	color:#833638;
	font-weight:bold;
}

/* ============================================== */
/* ============== 検索画面トップ ================ */

/* 入力フォーム */
form th,
form td{
	padding-bottom:10px;
}

form th{
	text-align:right;
	font-weight:normal;
	padding-right:12px;
}
form td{
	padding-right:10px;
}

input{
	vertical-align:middle;
}

/* 入力フォームの幅・罫線スタイル */
form{
	border:2px #ccc dotted;
	border-width:0 0 2px 0;
	padding-bottom:12px;
	margin-bottom:20px;
}

form select,
form .text{
	border:1px solid #999;
}
select,
form .text{
	width:250px;
}

form .bt{
	margin:6px 0 0 0;
}
form .bt button{
	width:94px;
	background-color:transparent;
	border:none;

	margin-right:12px;
	padding:0;
}

/*--- ボタン ---*/
input.btn1{
	margin:0 15px 0 0;
	padding:0;
}
input.btn2{
	margin:0 15px 0 0;
	padding:0;
}
input.btn3{
	margin:0 15px 0 0;
	padding:0;
}

/* ============================================== */
/* ============== 検索結果画面 ================ */
/* 検索結果一覧(Company,Ships) */

#result{
	margin:0 0 0 24px;
}

/* hit件数とか、再検索ボタンとか */
.hitNum{
	font-weight:bold;
}

#result table.first{
	width:100%;
}

#result table.first a.searchAgain{
	color:#666;
	padding-left:15px;
	text-decoration:none;
	line-height:1.1em;
	background-image:url(../images/arrow03l.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#result table.first a.searchAgain:hover{
	color:blue;
	text-decoration:none;
	background-image:url(../images/arrow01l.gif);
}



/* 検索結果 個々の項目 */
#result h2{/* タイトル */
	margin:18px 0 8px 0;
}
#result .list h2 a{
	color:#502515;
	font-size:120%;
	line-height:1.1em;
	text-decoration:none;

	display:block;
	width:902px;
	padding:4px 10px 3px 10px;
	background-color:#F5E2DB;
	border:1px solid #AC674E;
}
/*--- Company Name, Ship's Name (細字) ---*/
#result .list h2 a span{
	color:#333;
	font-weight:normal;
	font-size:75%;
}

#result .list h2 a:hover{
	color:#fff;
	background-color:#19519D;
	border-color:#6E87AF;
}
/*--- Company Name, Ship's Name (hover時) ---*/
#result .list h2 a:hover span{
	color:#fff;
}


/*--- Company Name, Ship's Name (細字) ---*/
#result .topics table{
	background-color:#F5E2DB;
	border: 1px solid #AC674E;
	padding: 4px 10px 3px 10px;
	margin:18px 0 8px 0;
	width: 925px;
	
}

#result .topics td{
	padding:5px 10px 5px 10px;
}


#result .topics .tec a{
	color:#833638;
	font-size:100%;
	font-weight: bold;
	line-height:1.1em;
	text-decoration:underline;

}

#result .topics .tec a:hover{
	color:blue;
	text-decoration:underline;
}


#result .topics .eng a{
	color:#666;
	font-size:100%;
	line-height:1.1em;
	text-decoration:none;

}

#result .topics .eng a:hover{
	color:blue;
	text-decoration:underline;
}

#result .topics .detail a{
	color:#666;
	font-size:100%;
	font-weight:bold;
	line-height:1.1em;
	text-decoration:underline;

}

#result .topics .detail a:hover{
	color:blue;
	text-decoration:underline;
}

#result .topics .title{
	color:#833638;
	font-size:100%;
	font-weight: bold;
	line-height:1.1em;
	text-decoration:none;

}

#result .topics .comment{
	padding: 0 0 16px 100px;

}

#result .topics .comment a{
	color:#666;
	text-decoration:underline;	
}

#result .topics .comment a:hover{
	color:blue;
	text-decoration:underline;
}

/*--- 内容部分 ---*/
#result .list .comment{
	margin:5px 0 0 50px;
	padding:0;
}
#result .list .comment th,
#result .list .comment td{
	margin:0;
	padding:0 5px 0 5px;
}



