body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 11pt;
	background-color: #ffffff;
	margin:5px;
	padding:0px;
}

/*
 タイトル部
*/
.span_title{
	font-weight:bold;
}

/*
 検索条件用CSS
*/
.span_search{
	margin-right:15px;
}
.span_search select{
	width:auto !important;
	padding:1px;
}


/*
 検索結果一覧用CSS
*/
.table_list{
	border:1px solid #3e60aa;
	border-collapse:collapse;
	border-spacing:1px;
	width:100%;
	font-size: 12px;
	line-height: 1.5;
}
/*
 ヘッダー設定
*/
.table_list th{
	border:1px solid #3e60aa;
	border-spacing:1px;
	text-align: left;
	color: #ffffff;
	background-color: #6495ed;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	padding-top:10px;
}
/*
 明細部設定
*/
.table_list td{
	border:1px solid #3e60aa;
	border-spacing:1px;
	text-align: left;
	vertical-align:top;
    line-height: 1.5;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	padding-top:0px;
}

/*
 奇数行背景色
*/
.table_list tr.tr_list1{
	background-color: #ffffff!important;
}
.tr_list1 td{
	background-color: #ffffff!important;
}
/*
 偶数行背景色
*/
.table_list tr.tr_list2{
	background-color: #f9f9f2!important;
}
tr.tr_list2 td{
	background-color: #f9f9f2!important;
}

.table_list tr .td_nowarp{
	white-space: nowrap;
}

/* Link underline */
a {
	color: #0a67ac;
	border-bottom-width: medium;
	border-bottom-style: none;
	text-decoration: none;
	border-bottom-color:#67a7d6;
}
a:hover,
a:focus,
a.active:hover,
a.active:focus,
li a.active:hover,
li a.active:focus {
	color: #7ab9e1;
	border-bottom-color:#7ab9e1;
	text-decoration: none;
}

a img{
	border:none;
	border-bottom-style: none;
	vertical-align:middle;
}