@CHARSET "UTF-8";

.none {
	display:none;
}

/*
 * リストテーブル関連
 */

div.tableheader_area {
    overflow: hidden;
}

div.tablecontent_area {
	margin-top: 0px;
	overflow: scroll;
}

table.listtable {
    margin-left: 0px;
}

/*
 * ヘッダ
 */
table.listtable thead {
}

table.listtable thead tr {
}

table.listtable thead th {
	cursor:pointer;
}

/*
 * ボディ
 */
table.listtable tbody {
}

/*
 * 全セル
 */
table.listtable tbody td{
	white-space: nowrap;
}

/*
 * 選択可能な行
 */
table.listtable tbody tr.selectable{
	cursor:pointer;
}

/*
 * 偶数行のセル
 */
table.listtable tbody tr.even td {
/*	background-color:#afeeee;*/
}

/*
 * 奇数行のセル
 */
table.listtable tbody tr.odd td {
/*	background-color:#f0ffff;*/
}

/*
 * カーソル行のセル
 */
table.listtable tbody tr.over td {
	/*background-color:#ffe6b3;*/	/*---2012/01/31 del sunat---*/	
	background-color:#D6F1F0;	/*---2012/01/31 add sunat---*/
}

/* fukui
 * table.listtable tbody tr.selected td
 * 処理説明：リスト押下時の背景色を変更
 */
/*
 * 選択行のセル
 */
table.listtable tbody tr.selected td {
	/*background-color:#ffff00;*/	/*---2011/09/30 del fukui---*/
	/*background-color:#eec604;*/	/*---2011/09/30 add fukui   2012/01/20 del azuma---*/
	background-color:#99CC33;		/*---2012/01/20 add azuma---*/
}

/*
 * 禁止行のセル
 */
table.listtable tbody tr.stop td {
	/*background-color:#ff3333;*/	/*---2012/01/20 del azuma---*/
	/*background-color:#ff3333;*/	/*---2012/01/20 add azuma   2012/01/31 del sunat---*/
	background-color:#FF3366;		/*---2012/01/31 add sunat---*/	
}

/*
 * 無効行のセル
 */
table.listtable tbody tr.invalid td {
	background-color:#CCCCCC;
}

/*
 * 列項目の定義
 */
table.listtable .checkbox{
	text-align:center;
}

table.listtable .gain_list_name{
}
table.listtable .aprch_list_name{
}

table.listtable .login_id{
	text-align:center;
}
table.listtable .gain_kbn{
	text-align:center;
}
table.listtable .gain_type_1{
	text-align:center;
}
table.listtable .gain_type_2{
	text-align:center;
}
table.listtable .authority{
	text-align:center;
}
table.listtable .aprch_means_name{
	text-align:center;
}
table.listtable .act_aprch_means_name{
	text-align:center;
}

table.listtable .progress_rate {
	text-align:right;
}
table.listtable .data_count {
	text-align:right;
}
table.listtable .list_count {
	text-align:right;
}
table.listtable .user_count {
	text-align:right;
}
table.listtable .co_count {
	text-align:right;
}
table.listtable .company_count {
	text-align:right;
}
table.listtable .used_count {
	text-align:right;
}
table.listtable .gain_count {
	text-align:right;
}
table.listtable .aprch_count {
	text-align:right;
}
table.listtable .cont_kbn_1_count {
	text-align:right;
}
table.listtable .cont_kbn_2_count {
	text-align:right;
}
table.listtable .cont_kbn_3_count {
	text-align:right;
}
table.listtable .cont_kbn_4_count {
	text-align:right;
}
table.listtable .cont_kbn_5_count {
	text-align:right;
}
table.listtable .cont_kbn_6_count {
	text-align:right;
}
table.listtable .cont_kbn_7_count {
	text-align:right;
}
table.listtable .cont_kbn_8_count {
	text-align:right;
}
table.listtable .cont_kbn_9_count {
	text-align:right;
}
table.listtable .cont_kbn_10_count {
	text-align:right;
}
table.listtable .cont_kbn_11_count {
	text-align:right;
}
table.listtable .cont_kbn_12_count {
	text-align:right;
}
table.listtable .cont_kbn_13_count {
	text-align:right;
}
table.listtable .cont_kbn_14_count {
	text-align:right;
}
table.listtable .cont_kbn_15_count {
	text-align:right;
}
table.listtable .cont_kbn_16_count {
	text-align:right;
}
table.listtable .cont_kbn_17_count {
	text-align:right;
}
table.listtable .cont_kbn_18_count {
	text-align:right;
}
table.listtable .cont_kbn_19_count {
	text-align:right;
}
table.listtable .cont_kbn_20_count {
	text-align:right;
}
table.listtable .progress {
	text-align:center;
}
table.listtable .tel_no {
	text-align:center;
}
table.listtable .fax_no {
	text-align:center;
}

table.listtable .next_aprch_time {
	text-align:center;
}
table.listtable .create_time {
	text-align:center;
}
table.listtable .aprch_date {
	text-align:center;
}
table.listtable .login_time {
	text-align:center;
}
table.listtable .action_date {
	text-align:center;
}

ul.pagelist li.current a {
    /*background-color: #000000;*/
    /*color: #FFFF00;*/
    font-weight: bold;
}


/* fukui
 * input.btn_edit_title
 * 処理説明:編集(ED)ボタンの画像とサイズ
 */
/**
 * タイトルの編集関連
 */
input.btn_edit_title {
	color:#FFF;
	font-size:8pt;
	font-weight:bold;
	letter-spacing:0.2em;
	float:right;
	width:23px;
	height:18px;
	border:none;
	background:url(/img/button_edit_mini.png) bottom right no-repeat;
	cursor:pointer;
}

ul.headEditList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.headEditList li{
}

ul.headEditList li.headerEdit{
	cursor:move;
	text-align:center;
	margin:2px;
	padding:2px;
	background-color:#000000;
	color: #FFFFFF;
}

ul.headEditList li.dragon{
	background-color:orange;
	color: #FFFFFF;
}

.dispBtn {
	text-align:center;
	width:30px;
	cursor:pointer;
	color: #000000;
}

.dispBtnOn {
	/*background-color:#ffff00;*/	/*---2012/02/03 del sunat---*/	
	/*border: solid 1px #FFFF00;*/	/*---2012/02/03 del sunat---*/		
	background-color:#1AA3A9;	/*---2012/02/03 add sunat---*/	
	border: solid 1px #1AA3A9;	/*---2012/02/03 add sunat---*/
	color:#fff;	/*---2012/02/03 add sunat---*/
}

.dispBtnOff {
	background-color:#CCCCCC;
	border: solid 1px #FFFFFF;
}

.column_name {
	font-weight:bold;
}

/**
 * メッセージウインドウ関連
 */
#dialog-overlay {
	 /* set it to fill the whil screen */
	 width:100%;height:100%;
	 /* transparency for different browsers */
	 filter:alpha(opacity=50);
	 -moz-opacity:0.5;
	 -khtml-opacity: 0.5;
	 opacity: 0.5;
	 background:#000;
	 /* make sure it appear behind the dialog box but above everything else */
	 position:absolute;
	 top:0;left:0;
	 z-index:3000;
	 /* hide it by default */
	 display:none;
}
#dialog-box {
	 /* css3 drop shadow */
	 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	 /* css3 border radius */
	 -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	 background:#eee;
	 /* styling of the dialog box, i have a fixed dimension for this demo */
	 width:400px;
	 /* make sure it has the highest z-index */
	 position:absolute;
	 z-index:5000;
	 /* hide it by default */
	 display:none;
}
#dialog-box .dialog-content {
	 /* style the content */
	 text-align:left;
	 margin:13px; padding:10px;
	 color:#666;
	 font-family:arial;
	 font-size:11px;
}
a.button {
	 /* styles for button */
	 margin:10px auto 0 auto; padding: 5px 10px 6px;
	 text-align:center;
	 display: block;
	 width:50px;
	 color: #fff;
	 text-decoration: none;
	 font-weight: bold;
	 line-height: 1;
	 /* button color */
	 background-color: #e33100;
	 /* css3 implementation :) */
	 /* rounded corner */
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 /* drop shadow */
	 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	 /* text shaow */
	 text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	 border-bottom: 1px solid rgba(0,0,0,0.25);
	 position: relative;
	 cursor: pointer;
}
a.button:hover {
	 background-color: #c33100;
}
/* extra styling */
#dialog-box .dialog-content p {
	 font-weight:700;margin:0;
}
#dialog-box .dialog-content ul {
	 margin:10px 0 10px 20px;
	 padding:0;
	 height:50px;
}

#dialog-message ul {
	list-style-type:none;
}

/**
 * タイトル編集ウインドウ関連
 */
#header-edit-overlay {
	 /* set it to fill the whil screen */
	 width:100%;height:100%;
	 /* transparency for different browsers */
	 filter:alpha(opacity=50);
	 -moz-opacity:0.5;
	 -khtml-opacity: 0.5;
	 opacity: 0.5;
	 background:#000;
	 /* make sure it appear behind the dialog box but above everything else */
	 position:absolute;
	 top:0;left:0;
	 z-index:3000;
	 /* hide it by default */
	 display:none;
}
#header-edit-box {
	 /* css3 drop shadow */
	 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	 /* css3 border radius */
	 -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	 background:#eee;
	 /* styling of the dialog box, i have a fixed dimension for this demo */
	 width:500px;
	 /* make sure it has the highest z-index */
	 position:absolute;
	 z-index:5000;
	 /* hide it by default */
	 display:none;
}
#header-edit-box .dialog-content {
	 /* style the content */
	 text-align:left;
	 margin:13px; padding:10px;
	 color:#666;
	 font-family:arial;
	 font-size:11px;
}

/**
 * メッセージ関連
 */

#messageBtn{
	color:#000;
	font-size:8pt;
	font-weight:bold;
	letter-spacing:0.2em;
	width:94px;
	height:26px;
	border:none;
	background:url(../../img/button_message.png) left top no-repeat;

	position:fixed;
	bottom:1px;
	right:1px;
	z-index:100;
	cursor:pointer;
}

#btn_msg_close{
	color:#000;
	font-size:8pt;
	font-weight:bold;
	letter-spacing:0.2em;
	width:94px;
	height:26px;
	border:none;
	background:url(../../img/button_message.png) left top no-repeat;

	position:fixed;
	bottom:1px;
	right:1px;
	z-index:100;
	cursor:pointer;
}

#messageArea {
	background:url(../../img/footer_background.png) center top repeat-x;
}
#message{
	/*position:relative;*/
	/*top:20px;*/
	/top:10px;
	width:960px;
	height:60px;
	vertical-align:middle;
}
#message td.list-title{
	padding-left:10px;
	text-align:right;
	color:#CCC;
	width:80px;
	font-size:8pt;
}
#message td.select{
	padding-left:10px;
	width:160px;
	height:25px;
	text-align:left;
}
#message td.select select{
	width:150px;
	background:#343434;
	border:#212121 1px solid;
	color:#CCC;
}
#message td.text-area{
	width:625px;
	height:60px;
	text-align:right;
	background:url(../../img/textarea_footer_background.png) left top no-repeat;
}
#message td.text-area textarea{
	overflow:auto;
	line-height:1.2;
	font-size:9pt;
	color:#CCC;
	letter-spacing:0.08em;
	margin:0px 5px 0px 2px;
	height:54px
	width:594px;
	border:none;
	background:none;
	/*IE*/
	scrollbar-face-color: #212121;
	scrollbar-track-color: #212121;
	scrollbar-arrow-color: #CCC;
	scrollbar-highlight-color: #212121;
	scrollbar-shadow-color: #212121;
	scrollbar-3dlight-color: #444;
	scrollbar-darkshadow-color: #000;
}
#message td.text-area textarea, x:-moz-any-link{
	width:615px;
	height:50px
}
#message td.send-message{
	padding-left:3px;
	width:100px;
	text-align:left;
}

img.btn {
	cursor:pointer;
}