@charset "Shift_JIS";

/* ************************************************** */
/* **** 安全管理システム登録簿 *** */

/* 最終更新日表示 */
.lastUpDate{
	text-align:right;
	margin:-32px 0 24px 0;
}
.lastUpDate span{
	color:red;
	font-weight:bold;
}

/* 強調表示 */
.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;
}



#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:#833638;
	font-size:120%;
	line-height:1.1em;
	text-decoration:none;

	display:block;
	width:902px;
	padding:4px 10px 3px 10px;
	background-color:#AC674E;
	border:1px solid #833638;
}
/*--- 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;
}

#result .list th,
#result .list td{
	padding:0 6px 3px 0;
}

#result .list th{
	text-align:right;
	font-weight:normal;
/*	width:6em;*/
}

/*--- 内容部分 ---*/
#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;
}


.ex{
	background-color:#FCF3EF;
}

/*--- サービス一覧部分 ---*/
.service {
	float:right;
}

/*--- サービス一覧略号部分 ---*/
.abbr {
	font-size:10px;
}