@charset 'UTF-8';
/* 2005年8月、バージョンアップにより新採用したスタイルシート */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /* background: url(../images/back.gif); */
    background: #ffffff;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

div , td , th , pre {
    color: #333333;
    font-size: small;
/*     font-family: verdana, osaka, sans-serif; */
}

form , p {
    margin:0px;
    padding:0px;
}

input, select, textarea {
    margin: 0px;
}

span {
    color:#ff0000;
    font-weight:bold;
}

span.btn {
    color:#333333 !important;
    font-weight: bold;
}

textarea {
    font-size: small;
}

/* clearfixの設定-------------------------------------------------- */
/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
    content:".";
    display:block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
    display: inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac ¥*/
* html .clearfix{
    height:1px;
}

.clearfix{
    display:block;
}

/* End hide from IE-mac */

/* FireFoxでスクロールバーを常時表示-------------------------------------- */
html{
    overflow-y:scroll;
}

input.login-outline {
    border-style: solid;
    border-color: #333333;
    border-width: 1px;
    background-color: #ffffff;
    width: 80px;
    height: 20px;
}

#topline {
    background-color:#cccccc;
    height:20px;
    width:100%;
}

h1 {
    color:#333333;
    font-size: small;
    font-weight:normal;
    vertical-align: bottom;
    margin:0px;
    padding:1px;
    text-align:left;
/*     font-family: verdana, osaka, sans-serif; */
}

h3 {
    color:#0066CC;
    font-size: 16px;
    padding:3px 10px 3px 10px ;
    text-align:left;
/*     font-family: verdana, osaka, sans-serif; */
    background-color:#eeeeff;
}

h4 {
    color:#1A9952;
    font-size:15px;
    margin:3px 10px 3px 10px ;
    text-align:left;
/*     font-family: verdana, osaka, sans-serif; */
}

ol {
    line-height: 150%;
}


#ad-top {
    vertical-align: middle;
    text-align:center;
    background-color:#ffffff;
}

#multi {
    padding: 4px 0 0 0;
    vertical-align: top;
    text-align:right;
    background-color:#ffffff;
}

#multi div {
    margin: 1px 0;
}

#multi a {
    border: 0;
    color: #333;
    text-decoration: underline;
}

#multi ul {
    line-height: 1.0em;
    margin: 0px;
    /* list-style-type: none; */
    padding: 0px;
    width: auto;
}

#multi ul li {
    float: right;
    margin: 5px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    list-style-position: none;
    list-style-type: none;
    border-right: 1px #333 solid;
}

#multi ul li.first {
    border-left: 1px #333 solid;
}
#menuinfo {
    color:#ffffff;
    vertical-align: middle;
    padding-left:10px;
    padding-right:10px;
}

#menushadow {
    height:10px;
    background: url(../images/menu_shadow.gif) repeat-x;
}

#menu {
    height:30px;
    background: url(../images/menu_back.gif) repeat-x;
}

#sysmenu {
    height:60px;
    background: url(../images/sysmenu_back.gif) repeat-x;
}

#contents {
    padding:10px;
}

/* content */
.content {
    padding:10px;
    text-align: left;
    background-color:#ffffff;
    width:820px;
}

/* logo-nouserのとき */
.content-dlf {
    padding:10px;
    text-align: left;
    background-color:#ffffff;
    width:auto;
}

/* エラーメッセージ */
div.errormsg {
  font-size: 1em;
  color:#ffffff;
  width:100%;
  background-color:#ff8598;
  padding:8px 0px 8px 10px;
  font-weight:bold;
}

/* エラーメッセージ:ウィルスチェック用 */
.virus-error {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #CC0000 url(../images/bg-virus-error.gif) no-repeat 15px center;
    color:#FFF;
    padding:15px;
    margin-top:20px;
}

.virus-error h2 {
   margin:0px 0px 10px 100px !important;
   padding:0px !important;
   color:#f6ff01;
   font-size:140%;
   letter-spacing: 0.2em;
   font-weight:normal;
}

.virus-error p {
   margin:0px 0px 0px 100px !important;
}

/* ページの目次 */
div.subtitle {
  font-size: small;
  color: #ffffff;
  padding: 3px 0px 3px 10px;
  background-color: #6699CC;
  font-weight: bold;
  width:auto;
  _zoom:1;
}

h2 {
    font-size: 20px;
    color: #0066CC;
    width: auto;
    padding: 3px 0px 3px 10px;
    margin: 0px 0px 5px 0px;
    vertical-align:middle;
    font-weight: bold;
/*     font-family: verdana, osaka, sans-serif; */
}

h2.subtitle {
    font-size: 1em;
    color: #ffffff;
    width: auto;
    padding: 3px 0px 3px 10px;
    margin: 0px 0px 0px 0px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/subtitle_back.gif) no-repeat ;
    font-weight: bold;
/*     font-family: verdana, osaka, sans-serif; */
}


div.subline {
    width: 100%;
    padding: 3px 10px 3px 0px;
    background-color: #CEE4F9;
    font-weight: normal;
}

div.subsub {
    font-size: 11px;
    color: #0066CC;
    width: auto;
    padding: 3px 0px 3px 10px;
    background-color: #eeeeff;
    font-weight: bold;
}


/* 目次以下の説明 */
.explanation {
  margin: 5px 10px 5px 10px;
  line-height: 120%;
}

/* メンテナンス用 */
.mainte {
  font-size: 12px;
  color: #333333;
  width: auto;
  margin: 10px 0px 10px 0px;
  padding: 3px 0px 3px 10px;
  background-color: #ffffbb;
  font-weight: bold;
  border:1px #ff9900 solid;
}


/* configの説明 */
.config {
  margin: 5px 10px 5px 20px;
  line-height: 135%;
}


/* リンク */
a: {
    color: #0000ff;
    text-decoration: none;
}

a:visited {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
}

img { border: none; }

/* フッター */
#footmenu {
    height: 25px;
    background: url(../images/footmenu_back.gif) repeat-x;
}

#footer {
    font-size: 10px;
    color: #666666;
    padding-top: 5px;
    line-height: 125%;
}

#footer a:link{
    color: #666666;
    text-decoration: none;
}

#footer a:visited {
    color: #666666;
    text-decoration: none;
}

#footer a:hover {
    color: #333333;
    text-decoration: underline;
}

/* folder table */

div.folderline {
    width: 100%;
    padding: 0px 10px 0px 0px;
    background-color: #99CCFF;
    font-weight: normal;
    color: #ffffff;
}

div.searchline {
    width: 100%;
    padding: 0px 10px 0px 0px;
    background-color: #dddddd;
    font-weight: normal;
}

#folder {
    background-color: #eeeeee;
    width: 150px;
}

#folder div {
    padding: 0px;
    margin-top: 0;
}

#folder .open {
    background-color: #99CCFF;
    margin-top: 0;
}

#folder .top {
    background-color: #dddddd;
}

#folder img {
    margin: 2px;
    vertical-align: middle;
    padding-bottom: 0px;
}

#folder a {
    color: #0000ff;
    text-decoration: none;
    display:block;
}

#folder a:hover {
    background-color: #CEF9CF;
    display:block;
}

#folderopen {
    background-color: #99CCFF;
}

/* addresslist */
ul.addresslist{
    list-style:none;
    margin: 0px;
    padding: 6px 0px 2px 5px;
    font-size: 100%;
    border-bottom: dotted 1px #FFFFFF;
}

ul.addresslist li{
    display: inline;
}

.addr_select{
    background: url(../images/icon_addr.gif) no-repeat #abcdef left top;
    padding-left: 12px !important;
    width: 140px;
}

/* filelist */

#filelist {
    background-color: #dddddd;
    font-size: small;
    width: 100%;
}

#filelist tr {
    vertical-align: top;
}

#filelist td {
    padding: 3px;
}

#filelist td.mini {
    font-size: 80%;
}

#filelist td.middle {
    font-size: 90%;
}

#filelist div.memo {
    font-size: 9px;
    color:#0066CC;
    line-height: 120%;
    margin: 0px 2px 0px 5px;
    padding: 0px;
}

#filelist td.btn {
    padding: 1px 3px 1px 3px;
}

#filelist tr.odd {
    background-color: #eeeeee;
}

#filelist tr.even {
    background-color: #ffffff;
}
#filelist tr.lock {
    background-color: #e9d4d4;
}

#filelist th {
    background-color: #cccccc;
    font-weight: bold;
    white-space: nowrap;
    padding: 3px 7px 3px 7px;
    font-size: 11px;
}

#filelist a.detail {
    padding: 2px;
    color: #0000ff;
    font-weight: bold;
    text-decoration: none;
}

#filelist a.alert{
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
    color: #ff0000;
}

#filelist a.detail:hover {
    padding: 2px;
    background-color: #0066CC;
    color: #ffffff;
    font-weight: bold;
}


/* data */
#data, #authorize {
    background-color: #ffffff;
    font-size: 12px;
}

#data td, #authorize td {
    padding: 5px 5px 5px 5px;
    width: 75%;
}

#data tr, #authorize tr {
    background-color: #eeeeee;
    border-bottom: 1px #cccccc solid;
}

#data td.mini, #authorize td.mini {
    font-size: 9px;
}

#data td.mono, #authorize td.mono {
    font-family: monospace;
}

#data td.btn, #authorize td.btn {
    padding: 1px 0px 1px 0px;
}

#data tr.odd, #authorize tr.odd {
    background-color: #eeeeee;
}

#data tr.even, #authorize tr.even {
    background-color: #ffffff;
}

#data th, #authorize th {
    background-color: #dddddd;
    font-weight: bold;
    white-space: nowrap;
    padding: 4px 15px 4px 15px;
    width: 25%;
}

#data a, #authorize a {
    padding: 2px;
    color: #0000ff;
    font-weight: bold;
    text-decoration: none;
}

#data a.alert, #authorize a.alert{
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
    color: #ff0000;
}

#data a.hover, #authorize a:hover {
    padding: 2px;
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
}

/* report */
#report {
    background-color: #ffffff;
    font-size: 10px;
}

#report td {
    padding: 1px 1px 1px 1px;
}

#report tr.odd {
    background-color: #eeeeee;
}

#report tr.even {
    background-color:#ffffff;
}

#report th {
    background-color: #dddddd;
    font-weight: bold;
    white-space: nowrap;
    padding: 1px 15px 1px 15px;
}

form p {
  margin: 10px 20px 10px 20px;
}

/*フォルダタイトル*/
.title-bg {
    background: #99CCFF url(../images/title-folder.gif) repeat-x scroll 0% 100%;
    height: 29px;
    margin-top: 7px;
}

/* news */
#news {
    margin: 0px 0px 0px 10px;
    padding: 3px 0px 3px 0px;
    line-height: 120%;
}

#news a:link{
    color: #0066FF;
    text-decoration: none;
}

#news a:visited {
    color: #0066FF;
    text-decoration: none;
}

#news a:hover {
    color: #333333;
    text-decoration: underline;
}

/* 赤文字 */
.err_title {
    font-size:16px;
    color: #ff0000;
    font-weight: bold;
    margin: 15px 10px 15px 10px;
}

.err_msg {
    color: #ff0000;
    font-weight: bold;
}

.alert {
    color: #ff0000;
    font-weight: bold;
}

.cap {
    font-size: 9px;
}

/*パンくず*/
#pan {
    font-size:11px;
}

#pan a:link{
    color: #333333;
    text-decoration: none;
}

#pan a:visited {
    color: #333333;
    text-decoration: none;
}

#pan a:hover {
    color: #ff0000;
    text-decoration: underline;
}


/*productのポイント枠*/
.point {
    font-size: 11px;
    margin: 5px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px #666666 solid;
    line-height: 120%;
    width: auto;
}

/*pr枠*/
.prframe {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
    border: 3px #666666 solid;
    background-color: #eeeeee;
    line-height: 120%;
    text-align: center;
    width: auto;
}


/* メール送信フォーム */
form.sendmail {
    font-size: 0.9em;
}

form.sendmail input {
    font-size: 0.9em;
}

table.mailaddr {
    border: none ;
    margin-bottom: 20px;
}

table.mailaddr th {
    font-size: 0.85em;
    vertical-align: bottom;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}


button {
    line-height: 1.2em;
}

span.alert {
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
    color: #ff0000;
}


/* 広告欄 */
p.pr{
    margin-left: 25px;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 0.9em;
    color: #333333;
    line-height: 120%;
}

p.pop_menu {
    background-color: #d3d3d3;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    height: 2em;
  /*border-top: solid 1px #000099;*/
    width: 80px;
    position: absolute;
    left: 0;
    top: 1;
}

p.pop_menu a {
    padding: 5px 0 5px 0;
    color: #000000;
    background-color: #c0c0c0;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 1.2em;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #c0c0c0;
}
p.pop_menu a:hover {
    background-color: #dcdcdc;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #000000;
}

li.privacy {
    line-height: 1.8em;
}

li.privacy > div {
    color: #ff9900;
    font-size: large;
    margin-top: 20px;
}

#ll { text-align: left; }

#cc { text-align: center; }

#rr { text-align: right; }

.rr { text-align: right; }

.cc { text-align: center !important; }

b.alert {
    font-weight: bold;
    color: #ff0000;
}

.logintop {
    background: url(../images/login_user_top.gif) no-repeat left top;
    padding-top: 20px;
    width: 610px;
    margin-left: 0px;
}

.loginbox {
    background: url(../images/login_user_bottom.gif) no-repeat left bottom;
    padding-bottom: 20px;
    width: 610px;
}

.loginbox form {
    background: url(../images/login_user_side.gif) repeat-y;
    padding: 5px 20px;
    width: 610px;
    margin-top: 0;
    margin-bottom: 0;
}

table.loginset  td {
    padding: 3px 0px 3px 10px;
    text-align: left;
}

ul.img{
    margin: 10px 0px 3px 0px;
    padding: 0px;
}

ul.img li {
    background: url(../images/ico-list.gif) left 4px #FFFFFF no-repeat scroll;
    margin: 1px 0px 1px 5px;
    list-style: none inside none;
    line-height: 150%;
    padding-left: 13px;
    _padding-left: 0px;

}

ul.img li a { text-decoration: none; }

*html ul.img li a{ padding-left: -10px; }


/* topのお知らせ一覧 */
/* ul.news { */
/*   margin: 0 0 0 1em; */
/*   padding: 0; */
/*   list-style-type: none; */
/* } */

/* li.news-list { */
/*   line-height:150%; */
/*   font-size: 86%; */
/*   font-weight: bold; */
/*   margin-left: 3px; */
/* } */


ul.news {
  height: auto;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  list-style-type: none;
}

li.news-list {
  line-height:140%;
  font-size: 100%;
  font-weight: bold;
  margin-left: 0px;
  text-decoration: none;
}




/* demoフォルダ・stopmailフォルダ・kiyakuフォルダで利用しているのだけど、必要でなければ以降削除
p.attention {
  color: #ff0000;
  font-size: 0.6em;
  line-height: 0.5em;
}

div.demo {
  padding-top: 100px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
div.demo_title {
  font-size: 1em;
  color: #ffffff;
  width: auto;
  padding: 3px 0px 3px 0px;
  background-color: #006699;
  font-weight: bold;
}
div.demo_msg {
  padding-top: 10px;
  font-size: 0.8em;
  line-height: 2em;
}
div.demo_list {
  text-align: left;
  margin-left: 30px;
 }
table.demo_list {
  border-width: 1px;
  border-color: #333333;
  border-style: solid;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
table.demo_list th {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  border-width: 1px;
  border-color: #333333;
  border-style: solid;
  background-color: #666666;
  padding: 2px 4px;
}
table.demo_list td {
  font-size: 0.9em;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  vertical-align: middle;
  padding: 8px 4px 8px 4px;
  text-align: left;
}

div.demo ul {
  line-height: 1.2em;
 }

div.demo_pr {
  margin-bottom: 10px;
}

div.demo_pr a{
  font-size: 0.8em;
  color: #ff0000;
  text-decoration: none;
}
div.demo_pr a:hover{
  font-size: 0.8em;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
*/

/*ファイル検索時のtextbox-enter制御*/
form input.nonesubmit {
    border: none;
    font-size: 0px;
    display: block;
    width: 0px;
    height: 0px;
    visibility: hidden;
}

/*  エラーメッセージcorner */
.action_err {
    margin: 10px;
    padding: 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #f2e3e3;
    color: #CC0000;
    border :#b78383 1px solid;
    font-size: small;
}

.action_err img {
    vertical-align: middle;
}

.drag-ng .drag-icon {
    background-image: url(../images/drag_ng.gif);
}

.drag-ok .drag-icon {
    background-image: url(../images/drag_ok.gif);
}

.drag-cover {
    background-color: white;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    opacity: 0.85;
}

.drag-icon {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    left: 3px;
    position: absolute;
    top: 4px;
    z-index: 100;
}

.drag-ghost {
    white-space: nowrap;
    color: #0000FF;
    margin: 3px 3px 0px 20px;
}

.drag-hover {
    background-color: #CEF9CF;
    display: block;
}

.drag-hover2 {
    background-color: #f3e3c1;
    display: block;
}

.black-strong {
    font-weight: bold;
    color: #333333;
}

/* ファイル通知情報タブ */
.select-distribution ul {
    margin: 0px;
    padding: 0px;
    float: left;
}

.select-distribution ul li {
    display: block;
    float: left;
    padding: 5px 0px 2px 0px !important;
    margin: 0px;
}

.select-distribution li a {
    padding: 5px 10px !important;
    background: url(../images/bg-tab.gif) top left repeat-x;
    border-right: #ccc 1px solid;
    border-left: #ccc 1px solid;
    margin: 0px !important;
    text-decoration:none;
    color:#494949;
}
.select-distribution a.dist-active {
    padding: 5px 10px !important;
    background:url(../images/bg-tabactive.gif) top left repeat-x;
    margin:0px !important;
    border-right:#ccc 1px solid;
    border-left:#ccc 1px solid;
    text-decoration:none;
    font-weight:bold;
    color:#494949;
}
.select-distribution li a:link {
    color:#272727;
}
.select-distribution li a:visited {
    color:#272727;
}
.select-distribution li a:hover {
    color:#CC0000;
}

div.back-button {
    margin:50px 20px 20px 20px !important;
}

/* アドレス帳miniwindow */
table.address-table-mini {
  border-collapse: collapse;
}

table.address-table-mini h3 {
    font-size: 100%;
    margin:5px 0px 5px 0px !important;
}

.address-complete,.approval-complete {
    margin: 10px auto 5px auto;
    text-align: center;
    padding:10px;
    background-color: #e0eaf9;
}

.closeButton {
    margin: 10px auto 5px auto;
    text-align: left;
    padding:5px 5px 5px 15px;
    background-color: #F0F0F0;
}

.addrs {
    height: 75px;
    border: #CECECE 1px solid;
    overflow: auto;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    width: 200px;
}

/* アドレス帳一覧 */
.addresslist {
    background-color: #99ccff;
    padding: 10px;
}

#grouplist ul {
   list-style: none none outside;
   margin:0px;
   padding:0px;
}

#grouplist ul li {
   margin:0px;
   padding:0px;
   LINE-HEIGHT: 11pt;
}

a.abutton {
    background:url(../images/bg-abutton.gif) repeat-x 0 0;
    margin: 5px 5px 0px 5px;
    padding:3px;
    border: #cccccc 1px solid;
    text-align: center;
    color:#444444 !important;
    width:180px;
    text-decoration:none !important;
}

a.abutton:hover {
    background:url(../images/bg-abutton-hover.gif) repeat-x 0 0;
    margin: 5px 5px 0px 5px;
    padding:3px;
    border: #ccbbbb 1px solid;
    text-align: center;
    color:#3f2e2e !important;
    text-decoration:none !important;
}

a.abutton:link, a.abutton:active {
    color:#444444;
    text-decoration:none !important;
}

#groupAddArea {
    display: none;
}

#inputAddrArea {
    margin-bottom: 10px;
    display:none;
}

#inputAddrArea p {
    padding: 5px;
    border: #cccccc 1px solid;
    background: url(../images/bg-abutton.gif) repeat-x 0 0;
}

#inputAddrArea .tableOut {
    background: #f0f0f0 url(../images/bg-abutton.gif) repeat-x 0 0;
    padding-bottom: 10px;
    border-bottom: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
}

#inputAddrArea table {
    width: 100%;
}

#inputAddrArea table th {
    border-right: #cccccc 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    text-align: right;
    padding: 3px;
    background: #f9f9f9 url(../images/bg-input-th.gif) repeat-x bottom left;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
}

#inputAddrArea table td {
    border-right: #cccccc 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    padding: 3px;
    background: #f9f9f9 url(../images/bg-input-th.gif) repeat-x bottom left;
}

.editAddrBtn, .addAddrBtn, .deleteAddrBtn {
    display: none;
    margin-top: 5px;
    text-align: center;
    background-color: #F0F0F0;
}

#addPowerArea {
    margin-bottom: 10px;
    display: none;
}

#addPowerArea p {
    padding: 5px;
    border: #cccccc 1px solid;
    background: url(../images/bg-abutton.gif) repeat-x 0 0;
}

#addPowerArea .tableOut {
    background: #f0f0f0 url(../images/bg-abutton.gif) repeat-x 0 0;
    padding-bottom: 10px;
    border-bottom: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
}

#inputPowerArea {
    margin-bottom: 10px;
    display:none;
}

#inputPowerArea p {
    padding: 5px;
    border: #cccccc 1px solid;
    background: url(../images/bg-abutton.gif) repeat-x 0 0;
}

#inputPowerArea .tableOut {
    background: #f0f0f0 url(../images/bg-abutton.gif) repeat-x 0 0;
    padding-bottom: 10px;
    border-bottom: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
}

#inputPowerArea table {
    width: 100%;
}

#inputPowerArea table th {
    border-right: #cccccc 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    text-align: left;
    padding: 3px;
    background: #f9f9f9 url(../images/bg-input-th.gif) repeat-x bottom left;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
}

#inputPowerArea table td {
    border-right: #cccccc 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    padding: 3px;
/*    background: #f9f9f9 url(../images/bg-input-th.gif) repeat-x bottom left; */
    background: #ffffff;
}

#deleteAddrArea {
    margin-bottom: 10px;
    display:none;
}

#deleteAddrArea p {
    padding: 5px;
    border: #cccccc 1px solid;
    background: url(../images/bg-abutton.gif) repeat-x 0 0;
}

#deleteAddrArea .tableOut {
    background: #f0f0f0 url(../images/bg-abutton.gif) repeat-x 0 0;
    padding-bottom: 10px;
    border-bottom: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
}

#deleteAddrArea table {
    width: 100%;
}

#deleteAddrArea table th {
    border-right: #cccccc 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    text-align: right;
    padding: 3px;
    background: #f9f9f9 url(../images/bg-input-th.gif) repeat-x bottom left;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
}

#deleteAddrArea table td {
    border-right: #cccccc 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    padding: 3px;
    background: #f9f9f9 url(../images/bg-input-th.gif) repeat-x bottom left;
}

input.w98-p { width: 98%; }


.thumset {
    padding-top:5px;
}

/* uploaderダウンロードのテーブル */
table.uploader-dl td {
    padding: 5px;
}

table.uploader-dl h3 {
    font-size: 100%;
}

table.uploader-dl h4 {
    color: #000;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

table.uploader-dl p {
    margin: 0px;
    padding: 0px;
}

table.uploader-dl ul {
    font-size: x-small;
    margin:0px 0 0 10px;
    padding:0px;
    list-style: disc inside;
}

table.uploader-dl ul li {
    margin:0px;
    padding:0px;
    list-style: disc inside;
}

table.filelist {
    border-collapse: collapse;
    white-space: nowrap;
}

table.filelist th {
    border: 1px solid #FFF;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 3px !important;
}

table.filelist td {
    border: 1px solid #FFF;
    vertical-align: middle;
    white-space: nowrap;
}

.tag-list {
    padding : 5px;
    margin: 5px;
    background: #FFF;
    border: 1px solid #CCC;
}

.tag-list a ,.tag-list a:link {
    font-size: 0.9em;
    text-decoration: underline !important;
    font-weight: normal !important;
}

.selectGroup, .selectAuthorizer {
  font-size: 0.9em;
  margin: 10px 30px 10px 30px;
}
.selectGroup-list, .selectAuthorizer-list {
}
.group-list{
    margin-top: 5px;
    margin-bottom: 5px;
}
.group-name {
    font-size: 0.8em;
    margin: 0px 10px 0px 0px;
    padding: 4px;
    color: #FFF;
    background: #777777;
    font-weight: lighter !important;
}
table.list-table {
    border-collapse: collapse;
    margin: 10px 0px 10px 0px;
}

table.list-table td {
    padding:5px;
    white-space: nowrap;
}

table.detail-list {
    border-collapse: collapse;
    margin: 10px;
}

table.detail-table th {
    padding:5px;
    white-space: nowrap;
    background-color: #58c6bd;
    color: #ffffff;
    border-top: #d4dfde solid 1px;
    border-left: #d4dfde solid 1px;
    border-bottom: #e9faf9 solid 1px;
    border-right: #e9faf9 solid 1px;
}

table.detail-table td {
    padding:5px;
    white-space: nowrap;
    background-color: #e9f3f2;
    color: #292c2c;
    border-top: #d4dfde solid 1px;
    border-left: #d4dfde solid 1px;
    border-bottom: #e9faf9 solid 1px;
    border-right: #e9faf9 solid 1px;
}

ul.leftList {
    list-style-type: none;
    list-style-position: inside;
    margin:0px 0 0 0px;
    padding:5px;
}

ul.leftList li {
    background : url("../images/ico-list.gif") 0 center no-repeat;
    padding-left: 13px;
}

#notice_list {
    margin:5px 0 0 10px;
    line-height:1.5em;
}

#notice_member {
    margin-top: 5px;
}

/* サーバエラーページ */
.error-message-area {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #ffdada;
    color: #FFF;
    padding: 15px;
    margin-top: 20px;
    border :#CC0000 1px solid;
}

.error-message-area h2 {
   margin:0px 0px 10px !important;
   padding:0px !important;
   color:#CC0000;
   font-size:140%;
   letter-spacing: 0.2em;
   font-weight: bold;
}

.error-message-area p {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #FFF;
    color: #CC0000;
    padding: 15px;
    margin-top: 20px;
    border :#CC0000 1px solid;
}

.vt { vertical-align: top; }
.vc { vertical-align: middle; }
.vb { vertical-align: bottom; }
.disp-none { display: none; }
.nowrap { white-space : nowrap; }
.line-a { background-color: #F5F5F5; }
.line-b { background-color: #FFF; }
.f-small { font-size:x-small; }
.f90-p { font-size:90%; }
.f-normal { font-weight: normal; }
.normal-bold { color: #333333 !important; font-weight: bold !important; }

/* opacity */
.o40 {
    opacity: .40;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    -khtml-opacity: .40;
    -moz-opacity: .40;
}

/* 指定パスワード欄disableをグレーに */.
input[name='self_password']:disabled {
    background-color: #F0F0F0;
}
/* for IE6 */
.disabled { background-color: #F0F0F0; }

#copyright {
    margin: 5px 5px 0px 20px;
}

#groupLink {
    font-family: 'メイリオ', Meiryo, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:#435B67;
    margin-bottom: 20px;
    margin-left: 20px;
}
#groupLink a { color: #435B67; }

.file_name {
    font-weight: bold;
    font-size: 15px;
}
.file_footer{
    border: none;
    border-top: dashed 1px #000000;
    height: 1px;
}

/* 確認画面用 ファイルメモ */
#fileMemo {
    border: 0;
    width: 90%;
}
#fileMemo table{
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}
#fileMemo td {
  padding: 5px 5px 5px 5px;
}
#fileMemo .title{
  padding: 0px;
  font-weight: bold;
  font-size: 10px;
  background-color: #DDDDDD;
}
#fileMemo .text{
  font-size: 10px;
  background-color: #FFFFFF;
}

/* jQuery File Upload */
span.uploaded {
    font-weight:normal;
    color: #0066cc;
}
span.normal {
    font-weight:normal;
    color: #333;
}
/* 自動改行 */
.breakWord {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */s
	word-wrap: break-word;      /* IE 5+ */
    word-break:break-all;
}

/* -------------------------------------------------
   * Submit button
---------------------------------------------------- */
/* 共通 */
.inputButton {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Arial',sans-serif;
    font-size: small !important;
    padding: 3px 8px 3px 26px;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal !important;
    text-decoration: none !important;
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}

a.inputButton {
    padding: 5px 8px 5px 26px !important;
}

a.input-padding-normal {
    padding: 5px 8px 5px 8px !important;
}

/* input button for IE7 */
*:first-child+html .inputButton {
    overflow: visible;
}

/* ベース:青 矢印:なし */
.blue-none {
    color: #F1F1F1 !important;
    padding: 5px 15px 5px 15px;
    background: #0061ff url(../images/bg-button-blue-arrow-none.gif) 0 center repeat-x;
    border-style: solid;
    border-top: #5b97fa solid 1px;
    border-left: #3183fc solid 1px;
    border-right: #0560b8 solid 1px;
    border-bottom: #004d8f solid 1px;
    text-shadow: #000 1px 1px 3px; /* FireFox, Webkit, Opera */
    box-shadow: #A1A1A1 1px 1px 1px; /* FireFox, Webkit, Opera */
}

/* ベース:青 矢印:黄色右向き */
.blue-yellow-r {
    color: #F1F1F1 !important;
    background: #0061ff url(../images/bg-button-blue-arrow-left.gif) 0 center repeat-x;
    border-style: solid;
    border-top: #5b97fa solid 1px;
    border-left: #3183fc solid 1px;
    border-right: #0560b8 solid 1px;
    border-bottom: #004d8f solid 1px;
    text-shadow: #000 1px 1px 3px; /* FireFox, Webkit, Opera */
    box-shadow: #A1A1A1 1px 1px 1px; /* FireFox, Webkit, Opera */
}
.blue-yellow-r:hover,.blue-none:hover {
    color: #F1F1F1 !important;
}
/* ベース:グレー 矢印:グレー左向き(戻るボタン等) */
.gray-gray-l {
    color: #404040 !important;
    background: #fafafa url(../images/bg-button-gray-arrow-left.gif) 0 center repeat-x;
    border-style: solid;
    border-top: #9e9e9e solid 1px;
    border-left: #9b9b9b solid 1px;
    border-right: #898989 solid 1px;
    border-bottom: #898989 solid 1px;
    text-shadow: #bcbcbc 1px 1px 1px; /* FireFox, Webkit, Opera */
    box-shadow: #c2c2c2 1px 1px 1px; /* FireFox, Webkit, Opera */
}
/* ベース:グレー 矢印:グレー右向き(メーラーからボタン等) */
.gray-gray-r {
    color: #404040 !important;
    background: #fafafa url(../images/bg-button-gray-arrow-right.gif) 0 center repeat-x;
    border-style: solid;
    border-top: #9e9e9e solid 1px;
    border-left: #9b9b9b solid 1px;
    border-right: #898989 solid 1px;
    border-bottom: #898989 solid 1px;
    text-shadow: #bcbcbc 1px 1px 1px; /* FireFox, Webkit, Opera */
    box-shadow: #c2c2c2 1px 1px 1px; /* FireFox, Webkit, Opera */
}

.gray-gray-l:hover,.gray-gray-r:hover {
    color: #404040 !important;
}

/* ベース:ダークグレー 矢印:赤右向き(削除ボタン等) */
.darkgray-red-r {
    color: #FFF;
    background: #fafafa url(../images/bg-button-darkgray-arrow-red-left.gif) 0 center repeat-x;
    border-style: solid;
    border-top: #a1a2a1 solid 1px;
    border-left: #a1a2a1 solid 1px;
    border-right: #575657 solid 1px;
    border-bottom: #3e3e3e solid 1px;
    text-shadow: #000 1px 1px 3px; /* FireFox, Webkit, Opera */
    box-shadow: #c2c2c2 1px 1px 1px; /* FireFox, Webkit, Opera */
}

.downloadButtonArea {
  padding: 30px;
  border: 2px solid #c5d0da;
  text-align: center;
  background-color: #e8f0f7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

/* buttonタグ(一斉配信：ファイルあり用) */
.Button {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Arial',sans-serif;
    font-size: small !important;
    padding: 5px 8px 5px 26px;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal !important;
    text-decoration: none !important;
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}

table.table-striped td { white-space: nowrap; }

/* 配布・セキュリティ用テーブル */
#security{
    border: none;
}
#security td {
    padding: 0px;
    width: auto;
    white-space: nowrap;
}
