﻿body
{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#222020;
	font-size:75%;
	margin:0;
	padding:0;
}
body.popup
{
	background-image:none;
}

div,h1,h2,h3,td,th,p,span,form{
	margin:0;
	padding:0;
}

a:link{
	color:#1d84ce;
}
a:visited{
	color:#004488;
}
a:hover{
	text-decoration:none;
	color:#004488;
}
a.pdf{
	display:inline-block;
	padding-right:1.5em;
	line-height:130%;
	background:url(../images/icon_pdf.gif) right center no-repeat;
}

span.pdf{
	display:inline-block;
	padding-right:1.4em;
	margin-right:0.1em;
	line-height:135%;
	background:url(../images/icon_pdf.gif) right center no-repeat;
}

span.note{
	line-height:150%;
}

.txt_red{
	color:red;
	margin-left:3px;
}


/* ie6,7用ハック */
* html input{
	padding-top:2px;
	vertical-align:text-bottom;
}
*:first-child+html input{
	padding-top:2px;
	vertical-align:text-bottom;
}

/*===== ヘッダー =====*/
div.header{
	background: none;
	width: auto;
	min-width: 945px;
	height: 60px;
	padding: 0 20px;
	overflow: hidden;
}
.logo_area{
	float:left;
	overflow:hidden;
	padding-top:2px;
}

.logout_box{
	float:right;
	height:60px;
}

.logout_box div.user_info{
	float:right;
	margin-right:16px;
}
.logout_box span{
	display:block;
	float:left;
	margin:11px 0 0 0 ;
	white-space:nowrap;
}
.logout_box span.item_name{
	clear:both;
	text-align:right;
	width:18em;
	color:#808080;
	font-weight:bold;
}

.logout_box .pageNoSty{
	text-align:right;
    padding-top:11px;
}
.logout_box .form_logout{
	float:right;
	padding:16px 0 0 0;
	width:83px;
}

.logout_box .form_userinfo{
	float:right;
	width:83px;
}

.logout_box .form_logout input{
	width: 83px;
	height: 25px;
	background: url(../images/btn_logout.png) left top no-repeat;
	color: #fff;
	font-weight: bold;
	border: none;
	padding-left: 18px;
	font-size: 12px;
	cursor: pointer;
	overflow:hidden;
}

/*===== //ヘッダー =====*/

/*===== グローバルメニュー =====*/
div.globalmenu{
	width:auto;
	min-width:965px;
	height:42px;
	padding:0 0 0 20px;
	color:#fdfdff;
	background:#fff url(../images/bg_dropmenu.png) top left repeat-x;
	/*background-size:auto 42px;*/
}
div.dropdown {
	margin:0;
	padding:0;
	overflow:hidden;
}
* html div.dropdown {/* IE6 */
}

div.dropdown * {
	margin:0;
	padding:0;
}
div.dropdown a {
	text-decoration:none;
	color:#FFFFFF;
}
div.dropdown div {
	display:block;
	float:left;
	border-right:1px solid #fff;
	/* zoom:1; */
	background:url(../images/bg_dropmenu.png) left top no-repeat;
}
div.dropdown div.bg_reverse {
	background:#fff url(../images/bg_dropmenuA.png) top left repeat-x;
}

div.dropdown div a {
	display:block;
	float:left;
	line-height: 40px;
	font-size:115%;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	color:#FFFFFF;
	height:42px;
}
div.dropdown div a:hover,
div.dropdown a:visited,
div.dropdown a:active {
	color:#FFFFFF;
}

div.dropdown div:last-child a {
/*	border-right: none; */
} /* Doesn't work in IE */

div.dropdown div a.dropdownmenu span{
	display:block;
	background:url(../images/icon_dropmenu.gif) right center no-repeat;
	padding-right:18px;
}

div.dropdown div a,
div.dropdown div a:active{
	cursor:pointer;
}

.langselect{
    height:42px;
    font-Size:125%;
}


/* 各アイコン設定 */
div.dropdown div#top a{
	background:url(../images/icon_toppage.png) 4px top no-repeat;
	text-indent:34px;
	border-left:1px solid #fff;
}
div.dropdown div#chouhyou a{
	background-image:url(../images/icon_chouhyou.png);
	background-position: 5px top;
	background-repeat: no-repeat;
	text-indent:34px;
}
div.dropdown div#settei a{
	background-image:url(../images/icon_setting1.png);
	background-position: 6px top;
	background-repeat: no-repeat;
	text-indent:36px;
}
div.dropdown div#riyousha a{
	background-image:url(../images/icon_user.png);
	background-position: 6px top;
	background-repeat: no-repeat;
	text-indent:36px;
}
div.dropdown div#sonota a{
	background-image:url(../images/icon_etc.png);
	background-position: 6px top;
	background-repeat: no-repeat;
	text-indent:36px;
}


ul.subnav {
	clear:both;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	top:102px;
	background: #fcfcfc;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	border: 3px solid #4178db;
	display:none;
}
ul.subnav li{
	margin: 0;
	padding: 0;
	clear: both;
	width: auto;
	text-indent:0;
	padding:4px;
}
ul.subnav li a{
	display:block;
	color: #4178db;
	background-image: none !important ;
	line-height:2em;
	padding:0px 4px;
	height:auto;
	text-indent:0 !important;
	white-space:nowrap;
}
ul.subnav li a:hover{
	background-color:#eeefef;
	color:#4178db;
}
ul.subnav li a:active{
	color:#004488;
}
ul.subnav li a:visited{
	color: #4178db;
}
/*===== //グローバルメニュー =====*/


/*===== メイン =====*/
div.main{
	clear:both;
	/* background:url(../images/bg_main.gif) top left repeat-x; */
	padding:1.5em 20px;
	margin:0;
	min-width:945px;
	width:auto;
}

h2.page-title{
	display:block;
	background-color:#ebebf0;
	height:48px;
	margin:0 0 1em 0;
	padding:0 0.4em;
	border-left:3px solid #4178db;
	font-size:225%;
	line-height:48px;
	min-width:923px;
}

h2.login 
{
}

h2.logout
{
}

h3.subtitle{
	margin:0 0 1em 0;
	padding:2px 0.4em;
	color:#393333;
	border-left:4px solid #ED1A3D;
	font-size:14px;
}

h4.label-title{
	margin:0 0 1em 0;
	padding:2px 0.4em;
	color:#393333;
	border-left:4px solid #4178db;
	background-color:#ebebf0;
	font-size:19px;
	margin-left : 7px;
}
h4.topPage_label_title{
	margin:0 0 0 0;
	padding:2px 0.4em;
	color:#393333;
	border-left:4px solid #4178db;
	background-color:#ebebf0;
	font-size:19px;
    margin-left : 7px;
}

h5.table-title{
	margin:0 0 1em 0;
	padding:2px 0.4em;
	color:#393333;
	border-left:4px solid #ED1A3D;
	background-color:#ebebf0;
	font-size:15px;
	margin-left : 12px;
}

.section{
	padding:0 0 1em 0;
}


/* 汎用テーブルスタイル */
.default_table{
	width:auto;
	border-top:1px solid #c7cbd5;
	border-collapse:collapse;
	margin-bottom:1em;
	text-align:left;
	white-space:nowrap;
}
/* 120412項目が短いとテーブルが小さくなる対応 */
.default_table_min td 
{
	min-width:400px;
}
/* 確認画面 */
* html .default_table_min td
{
	width:400px;
}
/* //120412項目が短いとテーブルが小さくなる対応 */
.default_table td{
	border:1px solid #c7cbd5;
	border-collapse:collapse;
	padding:0.5em 0.5em;
/*	background-color:#ffffff;*/
}
.default_table th{
	background-color:#e3ebfa;
	border:1px solid #a7a7af;
	border-collapse:collapse;
	padding:0.6em 0.6em;
	line-height:20px;
    text-align:left;
}
.default_table th.noLH{
	line-height:1.2em;
}
.default_table th.category{/* 検索項目のカテゴリ表示用 */
	background-color:#f0f0f0;
	background-image:none;
	border-left:4px solid #cf3535;
	padding:0.6em 1em;
	text-align:left;
	line-height:20px;
}
.default_table th.blank{/* 空のth */
	background-color:#e9e9e9;
	background-image:none;
}
.default_table thead{
	text-align:center;
}
.default_table tbody td{
	line-height:20px;
}

/* 閲覧状況ツールチップ */
.status_tip{
	width:auto;
	border-top:1px solid #c7cbd5;
	border-collapse:collapse;
	margin-bottom:0em;
	text-align:left;
	white-space:nowrap;
}
.status_tip td{
	border:1px solid #c7cbd5;
	border-collapse:collapse;
	padding:0.2em 0.5em 0.2em 0.5em;
}
.status_tip caption{
	padding-bottom:0.2em;
}

.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
.txt_right_20{
	text-align:right;
	width:40%;
}
.txt_left{
	text-align:left;
}

td.btn{
	text-align:center;
	background:url(../images/bg_main.gif) top left repeat-x;
}
td.btn input{
	margin:0em 0.5em;
	font-size:16px;
}

.wrap_ok{
	line-height:1.2em !important;
}

/* テーブルリストのストライプ */
tr.bg_stripe td{
	background-color:#f9f9f9;
}
/* テーブルリストの背景反転表示 */
tr.bg_reverse th,
tr.bg_reverse td{
    background-color:#ffffff !important;
}
/* テーブルリストの背景通常表示 */
tr.bg_normal {
	background-color:#f2f2f2;
	color:#777;
}
/* テーブルリストの背景システム未使用表示 */
tr.bg_sysmidoku {
	background-color:#CCE0FF;
	color:#777;
}
/* テーブルリストのボーダー調整 */
tr.border_b2 td,
tr.border_b2 th{
	border-bottom-width:2px;
}
th.border_b2,
td.border_b2{
	border-bottom-width:2px;
}

/*===== 検索条件・結果一覧用 =====*/
.srchCond_title
{
	width:30% !important;
}
.srchCond_value
{
	width:70% !important;
}
th.srchRslt_title
{
	text-align:center;
	white-space:nowrap;
}
td.srchRslt_value
{
	text-align:left;
}
/*===== //検索条件・結果一覧用 =====*/

/*===== お知らせ情報一覧用 =====*/
/* 全体 */
.newslist_container {
  width: 100%;
  /* position: relative; */
  padding-top: 0px;
}
/* データ部分（ここがスクロール対象） */
.newslist_data {
  overflow: auto;
  width: 100%;
  max-height:166px;
}
* html .newslist_data {/* IE6 */
	height:166px;
}
/* ヘッダ部分 （default_table に準じる）*/
.newslist_header_table{
	width:100% !important;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
    margin-bottom: 0;
	text-align:left;
	white-space:nowrap;
}
.newslist_header_table th{
	background:#e9e9e9 url(../images/bg_th_black.gif) left bottom repeat-x;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	padding:0.5em 0.4em;
	line-height:20px;
}
.newslist_header_table thead{
	text-align:center;
}
.news_title{
    font-size:15px;
    padding-bottom:5px;
}
.attention_info{
	margin-bottom:1em;
	padding:0.5em 0.5em 0.5em 2.5em;
	border-top:1px solid #ddddbb;
	border-right:1px solid #ddddbb;
	border-bottom:1px solid #c3c3aa;
	border-left:1px solid #ddddbb;
	background:#FFFFCC url(../images/icon_attention.gif) 7px 6px no-repeat;
	line-height:1.3em;
	color:#f22;
	text-align:left;
}
/*===== //お知らせ情報一覧用 =====*/

/*===== //お知らせ用 =====*/
.news_img1 
{
	 max-height:450px;
	 max-width:600px;
}
/*===== //お知らせ用 =====*/

/*===== お問合せ入力画面用 =====*/
.comment_table
{
	width:100%;
}
.comment_table td
{
	text-align:center;
}
.comment_table_info
{
	width:100%;
}
.comment_table_info td
{
	text-align:left;
}
.comment_table_info2 th
{
	width:30%;
}
.comment_table_history
{
	width:100%;
	border:solid 1px #c7cbd5;
}
.comment_table_history.commentTh
{
	text-align:left;
}
.comment_table_history td
{
	border:none;
}
.comment_table_hisotry .comment_info
{
	height:80px;
	width:98%;
}
.comment_table_history tr.commentHeadOdd ,
.comment_table_history tr.commentBodyOdd
{
    background-color:#f4f4f4;
}
.comment_table_history tr.commentHeadEvn ,
.comment_table_history tr.commentBodyEvn
{
    background-color:#ffffff;
}
.bg_txtcomment{
    background: #d9d9d9;
}
/*
.comment_table{
	width:100% !important;
	border-collapse:collapse;
	border-top:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	margin-bottom:1em;
	white-space:nowrap;
}
.comment_table2{
	width:98% !important;
	border-collapse:collapse;
	border-top:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	margin-bottom:1em;
	white-space:nowrap;
}

.comment_table tr.commentHeadOdd{
	line-height:100%;
    background-color:#f4f4f4;
}
.comment_table tr.commentBodyOdd{
	line-height:180%;
    background-color:#f4f4f4;
}
.comment_table tr.commentHeadEvn{
	line-height:100%;
    background-color:#ffffff;
}
.comment_table tr.commentBodyEvn{
	line-height:180%;
    background-color:#ffffff;
}
.comment_table th{
	background:#e9e9e9 url(../images/bg_th_black.gif) left bottom repeat-x;
	border-top:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:1%;
	padding-right:1%;
	line-height:180%;
	text-align:left;
}
.comment_table th.info_th
{
	text-align:left;
	width:30%;
}
.comment_table td{
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:1%;
	padding-right:1%;
	line-height:180%;
	text-align:center;
}
.comment_table td.info_td
{
	border-top:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	text-align:left;
}
.comment_table td.commentTh
{
	text-align:left;
	line-height:100%;
}
.comment_table td.commentBtn
{
	text-align:right;
	line-height:100%;
}
.comment_table td.commentTd
{
	padding-bottom:7px;
	text-align:right;
	width:90%;
}
*/
/* ボタン設定 */
.comment_ari {
 	background:url(../images/btn_otoiawaseA.png) center top no-repeat;
	border:none;
	cursor:pointer;
	width:80px;
	height:24px;
	font-size:12px;
}
.comment_nashi {
 	background:url(../images/btn_otoiawase.png) center top no-repeat;
	border:none;
	cursor:pointer;
	width:80px;
	height:24px;
	font-size:12px;
}

.btn_start {
 	background:url(../images/btn_koukai.png) center top no-repeat;
	border:none;
	cursor:pointer;
	width:46px;
	height:24px;
	font-size:12px;
	color:#fff;
}
.btn_stop {
 	background:url(../images/btn_teishi.png) center top no-repeat;
	border:none;
	cursor:pointer;
	width:46px;
	height:24px;
	font-size:12px;
	color:#fff;
}
.btn_etsuran {
 	background:url(../images/btn_etsuran.png) center top no-repeat;
	border:none;
	cursor:pointer;
	width:60px;
	height:24px;
	font-size:12px;
}
.btn_mltetsuran {
 	background:url(../images/btn_otoiawase.png) center top no-repeat;
	border:none;
	cursor:pointer;
	width:80px;
	height:24px;
	font-size:12px;
}
.btn_resend {
 	background:url(../images/btn_resend.png) center top no-repeat;
	border:none;
	cursor:pointer;
	width:120px;
	height:24px;
	font-size:12px;
}


/* セル幅調整 */
.sellw_02{ width:20px; }
.sellw_03{ width:30px; }
.sellw_04{ width:40px; }
.sellw_05{ width:50px; }
.sellw_06{ width:60px; }
.sellw_07{ width:70px; }
.sellw_08{ width:80px; }
.sellw_09{ width:90px; }
.sellw_10{ width:100px; }
.sellw_11{ width:110px; }
.sellw_12{ width:120px; }
.sellw_13{ width:130px; }
.sellw_14{ width:140px; }
.sellw_15{ width:150px; }
.sellw_16{ width:160px; }
.sellw_17{ width:170px; }
.sellw_18{ width:180px; }
.sellw_19{ width:190px; }
.sellw_20{ width:200px; }
.sellw_21{ width:210px; }
.sellw_22{ width:220px; }
.sellw_23{ width:230px; }
.sellw_24{ width:240px; }
.sellw_25{ width:250px; }
.sellw_26{ width:260px; }
.sellw_27{ width:270px; }
.sellw_28{ width:280px; }
.sellw_29{ width:290px; }
.sellw_30{ width:300px; }
.sellw_33{ width:330px; }
.sellw_40{ width:400px; }
.sellw_41{ width:410px; }
.sellw_42{ width:420px; }
.sellw_43{ width:430px; }
.sellw_44{ width:440px; }
.sellw_45{ width:450px; }
.sellw_46{ width:460px; }
.sellw_47{ width:470px; }
.sellw_48{ width:480px; }
.sellw_49{ width:490px; }
.sellw_50{ width:450px; }
.sellw_074{ width:74px; }

/* //セル幅調整 */


/* //汎用テーブルスタイル */


/* 汎用リストスタイル */
ul,ol{margin:0 0 0 1.7em;padding:0;}
li{margin:0 0 0.5em 0}
/* //汎用リストスタイル */


/* 警告メッセージ */
.attention{
	margin-bottom:1em;
	padding:0.5em 0.5em 0.5em 2.5em;
	border-top:1px solid #ddddbb;
	border-right:1px solid #ddddbb;
	border-bottom:1px solid #c3c3aa;
	border-left:1px solid #ddddbb;
	background:#FFFFCC url(../images/icon_attention.gif) 7px 6px no-repeat;
	line-height:1.3em;
	color:#f22;
	text-align:left;
    margin-left : 7px;
}
/* //警告メッセージ */

/* 処理完了メッセージ */
.success{
	margin-bottom:1em;
	padding:0.5em 0.5em 0.5em 2.5em;
	border-top:1px solid #ddddbb;
	border-right:1px solid #ddddbb;
	border-bottom:1px solid #c3c3aa;
	border-left:1px solid #ddddbb;
	background:#FFFFCC url(../images/icon_success.gif) 7px 6px no-repeat;
	line-height:1.3em;
	color:#22f;
	text-align:left;
}
/* //処理完了メッセージ */



p.info_message{/* 確認・完了画面のメッセージなど */
	font-size:14px;
	line-height:2em;
	margin-bottom:1em;
}
p.error_message{/* エラー画面のメッセージ */
	font-size:14px;
	line-height:2em;
	color:#dd1133;
	margin-bottom:1em;
}
/*
.page_back{
	padding:0.5em 0 1em 0;
	border-top:1px dotted #999;
	font-size:16px;
}
.page_back input{
	margin:0em 0.5em;
	font-size:16px;
}
/**/
.page_button
{
	padding:0.5em 0 1em 5px;
}
.page_button input
{
	margin:0em 0.5em;
	font-size:16px;
}



/* ボタン w72px h20px */
a.button01{
	display:block;
	width:72px;
	height:20px;
	background:url(../images/bg_button01.gif) top left no-repeat;
	overflow:hidden;
	text-align:center;
	margin:auto;
	padding:0;
	color:#544;
	text-decoration:none;
}
a.button02{
	display:block;
	width:80px;
	height:24px;
    background:url(../images/btn_otoiawase.png) center top no-repeat;
	overflow:hidden;
	text-align:center;
	margin:auto;
	padding:0;
	color:#544;
	text-decoration:none;
}

.tipped{
	color: #999;
}

/* フォーム部品汎用 */
label{
	margin-right:1.5em;
}

/*===== //メイン =====*/



/*===== ログイン画面用 =====*/
.login_box{
	width:400px;
	padding:2em 1em;
	margin:2em auto 1em;
	background:#ffffff url(../images/bg_loginbox.gif) bottom left repeat-x;
	border-top:1px solid #eee;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ccc;
	text-align:center;
}
.form-table{
	border:none;
	background:none;
}
td.text{
	width:31%;
	text-align:right;
	padding:0 0 1em 0;
	font-size:14px;
	border:none;
	background:none;
}
td.form{
	text-align:left;
	padding:0 0 1em 0;
	font-size:14px;
	border:none;
	background:none;
}
td.form input{
	width:220px;
}
.btn_login{
	font-size:16px;
	margin:0;
	padding:0.2em 0.5em 0.1em;
}
/*===== //ログイン画面用 =====*/


/*===== メニュー画面用 =====*/
div.menu{
	padding:0 1em;
	margin:0;
}
.menu_link{
	display:block;

	background:url(../images/icon_menulink.gif) top left no-repeat;
	margin-bottom:0.6em;
	padding:0 0.3em 0 0.8em;
	font-size:14px;
	line-height:24px;
	border:1px solid #fff;
	text-decoration:none;
}
.menu_link:hover{
	background:#f9ffff url(../images/icon_menulink_on.gif) top left no-repeat;
	border:1px solid #cfefef;
}
/*===== //メニュー画面用 =====*/



/*===== ユーザ管理 =====*/

/* ユーザ新規追加ボタン */
.btn_area{
	padding:1em 0 2em 0;
}
.btn_useradd{
	font-size:16px;
	margin:0;
	padding:0.2em 0.5em 0.1em;
}
/* ユーザ新規追加ボタン */

/* ページャ */
.page{
	clear:both;
	margin-bottom:1em;
	padding:0.8em 0.7em;
	background-color:#ebebf0;
	border:1px solid #d6d9e1;
	overflow:hidden;
	min-width:680px;
}
* html .page{/* IE6 */
	height:2em;
}

.page_num{
}

.page a,
.page span{
	display:block;
	float:left;
	text-decoration:none;
	line-height:24px;
	margin-right:10px;
	padding:0 8px;
}
.page_num .active{
	background:#4178db;
	color:#fff;
}
.page a:hover{
	background-color:#4178db;
	color:#FFFFFF;
}
span.showing{
	color: #394959;
	white-space:nowrap;
}

a.prev_page,
a.first_page,
a.next_page,
a.last_page{
	background-position:center top;
	background-repeat:no-repeat;
	height:24px;
	padding:0 !important;
}
a.prev_page:hover,
a.first_page:hover,
a.next_page:hover,
a.last_page:hover{
	background-color:#ebebf0;
	color:#4178db;
}


a.prev_page,
a.next_page{
	width:28px;
	overflow:hidden;
	text-indent:-10em;
}

a.first_page,
a.last_page{
	width:54px;
	font-weight:bold;
}

a.first_page{
	background-image:url(../images/btn_first.png);
	text-indent:22px;
}
a.prev_page{
	background-image:url(../images/btn_back.png);
}
a.next_page{
	background-image:url(../images/btn_next.png);
}
a.last_page{
	background-image:url(../images/btn_last.png);
	text-indent:6px;
}

.btnDA{
	background-position:center center !important;
	color:#CCC !important;
}

/* //ページャ */

/*  */
div.main div.ex_bar{
	padding:0;
	margin:0 0 1.5em 0;
}
div.main div.ex_bar table{
	padding:0;
	border-top:1px solid #ffcccc;
	border-left:1px solid #eebbbb;
	border-right:1px solid #eebbbb;
	border-bottom:1px solid #ddaaaa;
	background:#ffd0d0 url(../images/bg_exbar.gif) bottom left repeat-x;
}
div.main div.ex_bar table td{
	padding:0.5em;
	border:none;
	background:none;
	border-left:1px solid #ffcccc;
}
div.main div.ex_bar table td.btn_adduser{
	width:90px;
	border-left:none;
	border-right:1px solid #ddaaaa;
}
div.main div.ex_bar table td.btn_deleteuser{
	width:90px;
	border-right:1px solid #ddaaaa;
}
div.main div.ex_bar table td.br{
	border-right:1px solid #ddaaaa;
}

div.main div.ex_bar table td input{
	font-size:14px;
}

/*===== //ユーザ管理 =====*/


/* 閉じるボタン */
.close{
	text-align:right;
	margin:0.3em 0;
}


/* エラーページ */
p.error{
	margin:2em auto;
	padding:0 1em;
	font-size:130%;
	font-weight:bold;
	color:#FF3300;
}

/* jQuery　テーブルリスト */
.fakeContainer {
    margin: 0;
		padding: 0 0 0 0;
		width:auto;
}

/* popup */
div.popup_main{
	width:500px;
	margin:0 auto;
}

div.popup_main h2.page-title{
	height:36px;
	border-top:1px solid #999393;
	border-left:1px solid #999393;
	border-right:1px solid #999393;
	border-bottom:1px solid #999393;
	line-height:36px;
	min-width:100px;
}

div.popup_main .default_table{
	width:200px !important;
	margin:0 auto;
	text-align:center;
}

/* //popup */


.teble_header{
	padding-top:32px;
	position:relative;
	margin-bottom:1em;
	border:1px solid #666;
	overflow:hidden;
}
.scroll_table{
	height:434px;
	overflow:auto;
	width:auto;
}
.tablesorter{
	border-spacing:0;
/*	width:1420px;*/
}
.tablesorter thead tr{
	top:0;
	left:0;
	position:absolute;
	border-top:1px solid #ccc;
	border-bottom:1px solid #666;
/*	width:1420px;*/
}

* html .tablesorter thead tr{
	top:1px;
	left:1px;
}

/* ボーダー left1px */
.bl01{
	border-left:1px solid #ccc;
}
.sellw_074{
	width:74px;
}


/*===== トップ =====*/
.top_menu{
	overflow:hidden;
	margin-bottom:20px;
}

.menu_block{
	float:left;
	overflow:hidden;
	margin-bottom:16px;
	border-left:1px solid #d1d5dd;
/* MUTB */
	border-top:1px solid #d1d5dd;
/* MUTB */
}
.menu_block h2{
	display:block;
	background-color:#ebebf0;
	height:48px;
	margin:0;
	padding:0 0.4em;
	border-left:3px solid #4178db;
	border-bottom:1px solid #d1d5dd;
	font-size:225%;
	line-height:48px;
}

/* 各アイコン設定 */
.menu_block h2.chouhyou{
	text-indent:42px;
	background-image:url(../images/icon_chouhyou2.gif);
	background-position: 16px 5px;
	background-repeat:no-repeat;
}
.menu_block h2.sonota{
	text-indent:42px;
	background-image:url(../images/icon_etc2.gif);
	background-position: 10px 5px;
	background-repeat:no-repeat;
}
.menu_block h2.settei{
	text-indent:42px;
	background-image:url(../images/icon_setting2.png);
	background-position: 10px 8px;
	background-repeat:no-repeat;
}

.menu_block div{
	background:#fcfcfc url(../images/bg_menublock.png) right bottom no-repeat;
	overflow:hidden;
	float:left;
}
.menu_block div a{
	display: block;
	float: left;
	overflow:hidden;
	width: 309px;
	height: 48px;
	margin:0;
	padding:0;
	background-color: #fcfcfc;
	border-right:1px solid #d1d5dd;
	border-bottom:1px solid #d1d5dd;
	font-size: 135%;
	line-height: 48px;
	text-indent: 1em;
	text-decoration: none;
	background: url(../images/icon_menulink.gif) 288px 18px no-repeat;
}
* html .menu_block div a.last{/* IE6 一番最後のリンクに設定することでバグを解消する */
	margin-right:-3px;
}


.menu_block div a:hover{
	background-color:#f4f4f4;
}

/* MUTB */
.menu_block div a span.chouhyou{
	background:url(../images/icon_chouhyou.png) left center no-repeat;
}
.menu_block div a span.news{
	background:url(../images/icon_news.png) left center no-repeat;
}
.menu_block div a span.user{
	background:url(../images/icon_user.png) left center no-repeat;
}
.menu_block div a span.pass{
	background:url(../images/icon_pass.png) left center no-repeat;
}
/* MUTB */




.clearBoth{
	clear:both;
}
.mr32{
	margin-right:32px;
}
/* 幅設定クラス */
.col1{
	width:310px;
}
.col2{
	width:620px;
}

/* お知らせ欄 追加スタイル */
.news_block{
	margin-bottom:16px;
}
.news_block h2{
	display:block;
	background-color:#ebebf0;
	height:48px;
	margin:0;
	padding:0 0.4em;
	border-left:3px solid #4178db;
	font-size:225%;
	line-height:48px;
}
.news_block .newslist_data table.default_table{
	width:100% !important;
	border:1px solid #ccc; !important;
	margin:0 !important;
}
.news_block .newslist_data table.default_table th,
.news_block .newslist_data table.default_table td{
	border-width:0 0 1px 0 !important;
}

.news_block .newslist_data table.default_table td.day{
	background:#f2f2f2 url(../images/icon_newslist.gif) 10px center no-repeat;
	text-indent:1em;
}

/*===== //トップ =====*/

/*===== //アップロード =====*/
.upload_title{
    text-align:left;
}
.left_portion{
    float:left;
}
.left_portion_tbl{
    width:550px;
}
.left_portion_tblC0120{
    width:680px;
}
.errorList{    
    max-height: 100px;
    width: 500px; 
    overflow-x:hidden;
    overflow-y:scroll;
    list-style:none;
}
.errorListC0120{
    max-height: 100px;
    overflow-x:hidden;
    overflow-y:scroll;
    list-style:none;
}
.errorBtn{
    float:right;
}
.right_portion{
    float:left;
    margin-left:20px;
}
.right_portion_tbl{
    width:450px;
    border:none;
}
.instructionSty{
    padding:20px 20px;
}
.btnSty{
    padding-top:30px;
    padding-left:20px;
}
.spacingSty{
    margin-top:70px;
    margin-left:20px;
}
/*===== //アップロード =====*/
.footerSty{
    height:100%;
    padding-top:50px;
}

/*----------Tool Tip----------*/
#tip
{
    position: absolute;
    z-index: 1000;
    display: none;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    word-wrap: break-word;
}

.greenTip
{
    color: #fff;
    background: #1B6453;
}

.redTip
{
    color: #fff;
    background: #AF1E2D;
}

.blueTip
{
    color: #fff;
    background: #23238E;
}

.crearblueTip
{
    color: #fff;
    background: #3399FF;
}

.hideMailColumn{
    display:none;
}

.showMailColumn {
/*
        display:block;
*/
}
span.asc {
	background-image: url("../../masterpages/images/sort_asc.gif");
    width:12px;
    height:7px;
    display:inline-block
}
span.desc {
	background-image: url("../../masterpages/images/sort_desc.gif");
    width:12px;
    height:7px;
    display:inline-block
}

/* 帳票履歴画面 追加スタイル */
.history_table
{
	width:100%;
}
.tdTblHitstory
{
	text-align:left;
}
.styleBtnUpload
{
    padding: 7px 10px 7px 10px;
}
.tdBtnEtsuran
{
    text-align :center;
}
/*===== //帳票履歴画面 =====*/

/* お知らせ欄 ログイン用 */
.news_block2{
	margin-bottom:5px;
}
.news_block2 .newslist_data table.default_table{
	width:100% !important;
	border:1px solid #ccc; !important;
	margin:0 !important;
}
.news_block2 .newslist_data table.default_table th,
.news_block2 .newslist_data table.default_table td{
	border-width:0 0 1px 0 !important;
}

.news_block2 .newslist_data table.default_table td.day{
	background:#f2f2f2 url(../images/icon_newslist.gif) 10px center no-repeat;
	text-indent:1em;
}
.news_block2 .newslist_container2 {
  width:500px;
  /* position: relative; */
  padding-top: 0px;
}
.newslist_data2 {
  overflow: auto;
  max-height:166px;
}
* html .newslist_data2 { /* IE6 */
    height: 166px;
}
.news_title2 {
    font-size: 15px;
    padding-bottom: 5px;
}
h6{
	margin-bottom:10px;
	margin-top:10px;
	padding:0;
}
h6.subtitle{
	margin:0 0 60em 0;
	padding:2px 0.4em;
	color:#393333;
	border-left:4px solid #ED1A3D;
	font-size:14px;
}


.default_table_news td{
	border:1px solid #c7cbd5;
	border-collapse:collapse;
	padding:0.5em 0.5em;
    word-break:break-all;
/*	background-color:#ffffff;*/
}


.default_table_news{
	width:auto;
	border-top:1px solid #c7cbd5;
	border-collapse:collapse;
	margin-bottom:1em;
	text-align:left;
}

.default_table_news tbody td{
	line-height:20px;
}

.default_table_news th{
	background-color:#e3ebfa;
	border:1px solid #a7a7af;
	border-collapse:collapse;
	padding:0.6em 0.6em;
	line-height:20px;
    text-align:left;
}
.default_table_news th.noLH{
	line-height:1.2em;
}
.default_table_news th.category{/* 検索項目のカテゴリ表示用 */
	background-color:#f0f0f0;
	background-image:none;
	border-left:4px solid #cf3535;
	padding:0.6em 1em;
	text-align:left;
	line-height:20px;
}
.default_table_news th.blank{/* 空のth */
	background-color:#e9e9e9;
	background-image:none;
}
.default_table_news thead{
	text-align:center;
}
