@charset "utf-8";

* { margin:0; padding:0;
     font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body { width:100%; background:url("../images/bg.png") #FFF repeat-x 0px 0px; font-size:12px; }
img  { border:0; }

/* レイアウト */
#wrapper   { width:1000px; margin:0 auto; background:url("../images/containerbg.png") no-repeat 0px 0px; }
#container { width:900px; margin:0 auto; }
#header    { width:900px; }
#content   { float:left; width:900px; margin:0 auto; }
#left      { float:left; width:230px; }
#right     { float:right; width:660px; }
#footer    { width:900px; margin:0 auto; margin-top:20px; text-align:center; }
.clear     { clear:both; }

#menu-left      { float:left; }
#menu-right     { float:right; text-align:right; }

/* リンク */
a         { cursor:pointer; }

a:link    { color:#0033CC; text-decoration: none; }
a:visited { color:#0033CC; text-decoration: none; }
a:hover   { color:#518fdb; text-decoration: underline; }
a:active  { color:#518fdb; text-decoration: underline; }

a:link.btn-mini    { color:#333333; text-decoration: none; }
a:visited.btn-mini { color:#333333; text-decoration: none; }
a:hover.btn-mini   { color:#333333; text-decoration: none; }
a:active.btn-mini  { color:#edff3d; text-decoration: none; }

a:link.btn    { color:#333333; text-decoration: none; }
a:visited.btn { color:#333333; text-decoration: none; }
a:hover.btn   { color:#333333; text-decoration: none; }
a:active.btn  { color:#edff3d; text-decoration: none; }

a:link.btn-micro    { color:#333333; text-decoration: none; }
a:visited.btn-micro { color:#333333; text-decoration: none; }
a:hover.btn-micro   { color:#333333; text-decoration: none; }
a:active.btn-micro  { color:#edff3d; text-decoration: none; }

a:link#btn-mini    { color:#333333; text-decoration: none; }
a:visited#btn-mini { color:#333333; text-decoration: none; }
a:hover#btn-mini   { color:#333333; text-decoration: none; }
a:active#btn-mini  { color:#edff3d; text-decoration: none; }

a:link#btn    { color:#333333; text-decoration: none; }
a:visited#btn { color:#333333; text-decoration: none; }
a:hover#btn   { color:#333333; text-decoration: none; }
a:active#btn  { color:#edff3d; text-decoration: none; }

a:link#btn-micro    { color:#333333; text-decoration: none; }
a:visited#btn-micro { color:#333333; text-decoration: none; }
a:hover#btn-micro   { color:#333333; text-decoration: none; }
a:active#btn-micro  { color:#edff3d; text-decoration: none; }

a:link.icon_link    { color:#ffffff; text-decoration: none; }
a:visited.icon_link { color:#ffffff; text-decoration: none; }
a:hover.icon_link   { color:#ffffff; text-decoration: none; }
a:active.icon_link  { color:#f5e175; text-decoration: none; }

a:link.icon_link-r    { color:#333333; text-decoration: none; }
a:visited.icon_link-r { color:#333333; text-decoration: none; }
a:hover.icon_link-r   { color:#333333; text-decoration: none; }
a:active.icon_link-r  { color:#edff3d; text-decoration: none; }





/* ウィンドウ */
#window-menu {
   border-radius:5px;         /* CSS3 */
   -moz-border-radius:5px;    /* Firefox */
   -webkit-border-radius:5px; /* Safari,Chrome */

   box-shadow: 1px 1px 3px #888;       /* CSS3 */
   -moz-box-shadow: 1px 1px 3px #888;  /* Firefox */
   -webkit-box-shadow: 1px 1px 3px #888; /* Safari,Chrome */

   /* border:1px #ccc solid\9 */    /* IE8以下のみ有効 */;
   background-color:#FFF;
   padding:0 10px 0 10px;
   margin-bottom:15px;

   line-height:20px;
   margin-top:10px;
   margin-bottom:20px;

   /* behavior: url('/css/PIE.htc'); */
   position:relative;
}

#window-info {
   border-radius:5px;         /* CSS3 */
   -moz-border-radius:5px;    /* Firefox */
   -webkit-border-radius:5px; /* Safari,Chrome */

   box-shadow: 0 1px 0 #fff;
   -moz-box-shadow: 0 1px 0 #fff;
   -webkit-box-shadow: 0 1px 0 #fff;

   background-color:#F3F3F3;
   border:1px #CCC solid;
   padding:0px;
   margin-bottom:15px;
}

#window-info .title{
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;

   background-color:#EEE;
   font-weight:bold;
   line-height:23px;
   border-bottom:solid 1px #CCC;
   padding-left:5px;
   padding-right:5px;

   -webkit-box-shadow: 0 1px 0 #fff;
   -moz-box-shadow: 0 1px 0 #fff;
   box-shadow: 0 1px 0 #fff;
}

#window-screen {
   border-radius:5px;         /* CSS3 */
   -moz-border-radius:5px;    /* Firefox */
   -webkit-border-radius:5px; /* Safari,Chrome */

   background-color:#eee;
   border:solid 1px #DDD;
   padding:8px 8px 3px 6px;
   margin-bottom:5px;
}


#window-menu .contents{
   padding:11px;
}
#window-menu .contentssmall{
   padding:5px;
   font-size:11px;
}

#window-info .contents{
   padding:5px;
}
#window-info .contentssmall{
   padding:5px;
   font-size:11px;
}

#graywindow {
   border-radius:3px;         /* CSS3 */
   -moz-border-radius:3px;    /* Firefox */
   -webkit-border-radius:3px; /* Safari,Chrome */

   background:url("../images/graybg.png") repeat-x;

   border:none;
   //background-color:#F0F0F0;
   padding:0px;
   margin-bottom:2px;
   padding:3px;
}

.c-window { padding: 0; width: 100%; margin-bottom:5px;
/*
   box-shadow: 0 1px 0 #fff;
   -moz-box-shadow: 0 1px 0 #fff;
   -webkit-box-shadow: 0 1px 0 #fff;
*/
   /* behavior: url('/css/PIE.htc'); */
   position:relative;
}
.c-window .c-window-titlebar { padding: 2px 5px; position: relative; border:none }
.c-window .c-window-title { float: left; margin: .1em 16px .1em 0; }
.c-window .c-window-content { padding: 5px; }



.divlink{cursor: pointer}
.menulink{cursor: pointer}
.menulink2{cursor: pointer}

.category1 { padding:10px;float:left;border:solid 1px #ccc;background:#FFF; width:193px;height:150px;margin-bottom:10px;margin-right:13px; }
.category2 { padding:10px;float:left;border:solid 1px #ccc;background:#FFF; width:193px;height:150px;margin-bottom:10px; }
.category3 { padding:10px;float:right;border:solid 1px #ccc;background:#FFF;width:193px;height:150px;margin-bottom:10px; }
.category4 { padding:10px;float:right;border:solid 1px #ccc;background:#FFF;width:193px;height:150px;margin-bottom:10px;margin-left: 13px; }
.categorytitle { text-align:center;margin-top:10px;margin-bottom:5px; }

.menustyle { padding:10px; width:156px;height:16px;margin-bottom:5px;color:#FFF;font-weight:bold;text-align:center;background: #0066ca url(./office/uiimages/ui-bg_diagonals-medium_20_0066ca_40x40.png) 50% 50% repeat; }
.hmenustyle { padding:1px; width:120px;height:36px;margin-top:5px;color:#FFF;font-weight:bold;text-align:center;background: #0066ca url(./office/uiimages/ui-bg_diagonals-small_55_a6b3c4_40x40.png) 50% 50% repeat;border:solid 2px #aaa; }

.menu1 { float:left;margin-right:5px; }
.menu2 { float:left;margin-right:5px; }
.menu3 { float:left;margin-right:5px; }
.menu4 { float:left;}
.menu5 { float:right;margin-left:5px; }

.tp1 { padding:10px;float:left;border:solid 1px #ccc;background:#FFF; width:173px;height:150px;margin-bottom:10px;margin-right:13px; }
.tp2 { padding:10px;float:left;border:solid 1px #ccc;background:#FFF; width:173px;height:150px;margin-bottom:10px; }
.tp3 { padding:10px;float:right;border:solid 1px #ccc;background:#FFF;width:173px;height:150px;margin-bottom:10px; }
.tp4 { padding:10px;float:right;border:solid 1px #ccc;background:#FFF;width:173px;height:150px;margin-bottom:10px;margin-left: 13px; }
.tptitle { text-align:center;margin-top:10px;margin-bottom:5px;font-weight:bold;color:#0069ca; }

.appicon { width:300px; height:100px;padding:5px;margin-right:10px;margin-bottom:10px; float:left; background:#FFF; border:1px solid #aaa; }




/* アイコン付き文字ボタン */
.icon_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
.icon_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}

/* アイコン付き文字ボタン アイコン右側*/
.icon_link-r {padding: .4em 20px .4em 1em;text-decoration: none;position: relative;}
.icon_link-r span.ui-icon {margin: 0 0 0 5px;position: absolute;right: .3em;top: 50%;margin-top: -8px;}


/* アイコン */
#side-icon {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#side-icon span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}

/* ボタン */
#btn-micro {text-decoration: none; padding:0px 0px 0px 0px; font-size:10px; margin-right:5px; line-height:1em;}
#btn-mini  {text-decoration: none; padding:0px 4px 0px 4px; font-size:10px; margin-right:5px;}
#btn       {text-decoration: none; padding:4px 8px 4px 8px; font-size:11px; margin-right:5px; line-height:2em;}
.btn-micro {text-decoration: none; padding:0px 0px 0px 0px; font-size:10px; margin-right:5px; line-height:1em;}
.btn-mini  {text-decoration: none; padding:0px 4px 0px 4px; font-size:10px; margin-right:5px;}
.btn       {text-decoration: none; padding:4px 8px 4px 8px; font-size:11px; margin-right:5px; line-height:2em;}


/* タブ */
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 2px 5px;
background: none;
}

/* pre */
pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}





/* 書式 */
.right { text-align:right; }
.formname { margin-top:10px; }
.formbtn  { text-align:center; margin-top:20px; }
.small    { font-size:10px; }
hr {
   border-width: 1px 0px 0px 0px;
   border-style: solid; 
   border-color: #D8D8D8;
   height: 1px;
}
input  { font-size:11px; padding-left:1px; }
select { font-size:11px; }




/* 表題 */
h1  {
   font-weight:bold; color:#333; font-size:15px;
   border-radius:6px;         /* CSS3 */
   -moz-border-radius:6px;    /* Firefox */
   -webkit-border-radius:6px; /* Safari,Chrome */
   background:url("../images/graybg.png") repeat-x;
   padding:3px 3px 3px 10px;
   margin-bottom:6px;
   border:solid 1px #AAA;
}
h2{ font-weight:bold; color:#333; font-size:12px; border-bottom:dotted 1px #666; margin-bottom:6px; }
h3{ font-weight:bold; color:#333; font-size:12px; }
h4{ font-weight:bold; color:#10456a; font-size: 12px; }
h5{ font-weight:bold; color:#666; font-size:10px; }


/* Icons */
#icon { vertical-align:top; margin-right:4px; padding-top:0px }



/* Sorter Table */
//#tableheader {height:55px}
.search {float:left; padding:2px; border:none;}
#tableheader select {float:left; font-size:12px; width:125px; padding:0px 0px 0px 4px}
#tableheader input {float:left; font-size:12px; width:225px; padding:0; margin-left:4px}
.details {float:right;}
.details div {float:left; margin-left:15px; font-size:12px}

.sortable { background:none; width:100%; border-bottom:1px solid #AAA; margin:0 auto 5px; }
.sortable th { text-align:left; color:#222; border-bottom:1px solid #AAA; }
.sortable th h3 { padding:6px 8px 8px; font-size:12px; }
.sortable td {padding:2px 4px 4px; }
.sortable .head h3 {background:url(../images/sorter/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px; font-size:12px; }
.sortable .desc h3 {background:url(../images/sorter/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px; font-size:12px; }
.sortable .asc h3 {background:url(../images/sorter/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px; font-size:12px; }
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#666}
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#fff}
.sortable td.evenselected {background:#fafafa}
.sortable td.oddselected {background:#fafafa}


#tablefooter {height:30px;}
#tablenav {float:left; margin-top:5px}
#tablenav img {cursor:pointer}
#tablenav div {float:left; margin-right:15px}
#tablelocation {float:right; font-size:12px}
#tablelocation select {margin-right:3px}
#tablelocation div {float:left; margin-left:15px}
.page {margin-top:2px;}
#selectedrow td {background:#FAFAFA}

/* tree */

#treetable tr:hover {
    background: #FAFAFA;
    }

#sec-column { width:1px; white-space:nowrap; margin:0; padding:0;}
#treetable { background:none; width:100%; margin:0 auto 5px; padding-left:15px; }
#treetable th { text-align:left; color:#222; border-bottom:1px solid #AAA; }
#treetable th h3 { padding:6px 8px 8px}
#treetable td {padding:4px 4px 6px; border-bottom:dotted 1px #DDD; }
#treetable .evenrow td {background:#fff}
#treetable .oddrow td {background:#fff}
#treetable td.evenselected {background:#fafafa}
#treetable td.oddselected {background:#fafafa}


/* jquery.treeTable.collapsible
 * ------------------------------------------------------------------------- */

#treetable tr td .expander {
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0;
  zoom: 1; /* IE7 Hack */
}

#treetable tr.collapsed td .expander {
  background-image: url(../images/treetable/plus.png);
}

#treetable tr.expanded td .expander {
  background-image: url(../images/treetable/minus.png);
}

/* jquery.treeTable.sortable
 * ------------------------------------------------------------------------- */
#treetable tr.selected, #treetable tr.accept {
  background-color: #3875d7;
  color: #fff;
}

#treetable tr.collapsed.selected td .expander, .treeTable tr.collapsed.accept td .expander {
  background-image: url(../images/treetable/toggle-expand-light.png);
}

#treetable tr.expanded.selected td .expander, .treeTable tr.expanded.accept td .expander {
  background-image: url(../images/treetable/toggle-collapse-light.png);
}

#treetable .ui-draggable-dragging {
  color: #000;
  z-index: 1;
}

/* Login Table */
#logintable {
        background:none;
        width:100%; border:1px solid #BBB;
        margin-top:3px;
        padding:3px;

        border-radius:4px;         /* CSS3 */
        -moz-border-radius:4px;    /* Firefox */
        -webkit-border-radius:4px; /* Safari,Chrome */
}
#logintable th { padding:1px; text-align:left; color:#222; border:none; }
#logintable td { padding:1px; border:none; }
#logintable .login { width:195px; padding:2px; font-size:10px; overflow:auto; border: 2px solid #cccccc; }


/* Data Table */
#datatable { background:none; width:100%; border-bottom:1px solid #AAA; margin:0 auto 5px; }
#datatable th { text-align:left; color:#222; border-bottom:1px solid #AAA; }
#datatable th h3 { padding:6px 8px 8px; font-size:12px; }
#datatable td {padding:2px 4px 4px; }


/* Spec Table */
#spectable {
        background:none;
        width:100%; border:1px solid #BBB;
        margin:0;
        padding:3px;

        border-radius:4px;         /* CSS3 */
        -moz-border-radius:4px;    /* Firefox */
        -webkit-border-radius:4px; /* Safari,Chrome */
}
#spectable th { padding:1px 6px 1px 1px; text-align:left; color:#222; border:none; }
#spectable td { padding:1px; border:none; }

/* Spec Table NW */
#spectablenw {
        background:none;
        width:100%; border:1px solid #BBB;
        margin:0 0 2px 0;
        padding:3px;

        border-radius:4px;         /* CSS3 */
        -moz-border-radius:4px;    /* Firefox */
        -webkit-border-radius:4px; /* Safari,Chrome */
}
#spectablenw th { padding:1px 6px 1px 1px; text-align:left; color:#222; border:none; }
#spectablenw td { padding:1px; border:none; }

/* formtable */

#formtable {
        background:#FFF;
        width:100%; border:1px solid #BBB;
        margin:0 0 2px 0;
        padding:3px;
	font-size:11px;

        border-radius:4px;         /* CSS3 */
        -moz-border-radius:4px;    /* Firefox */
        -webkit-border-radius:4px; /* Safari,Chrome */
}
#formtable th { padding:10px; text-align:left; color:#222; border:none; background:#F5F5F5; font-weight:normal; }
#formtable td { padding:10px; border:none; color:#222; background:#EEE;}


#formtable2 {
        background:#FAFAFA;
        width:100%;
	border:1px solid #BBB;
        margin:0 0 2px 0;
        padding:3px;
	font-size:11px;

        border-radius:4px;         /* CSS3 */
        -moz-border-radius:4px;    /* Firefox */
        -webkit-border-radius:4px; /* Safari,Chrome */
}
#formtable2 th { padding:5px; text-align:right; color:#222; border:none; font-weight:bold; vertical-align:top;white-space:nowrap;}
#formtable2 td { padding:5px; border:none; color:#222; vertical-align:top;}


/* flash message */
.flash-msg {
	position:fixed;
	top:0;
	left:35%;
	margin:-50px auto 0;
	padding-top:8px;
	padding-bottom:8px;
	width:30%;
	background-color:#fff;
	font-weight:bold;
	font-size:1.3em;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	text-align:center;
	-webkit-box-shadow: 0 0 5px #333;
	-moz-box-shadow:  0 0 5px #333;
	box-shadow: 0 0 5px #333;
	filter: alpha(opacity=92);
	-moz-opacity:0.92;
	opacity:0.92;
	color: #4e676e;
}


/* テキストエリア */
textarea.inplace_field {
 padding:2px;
 width:595px;
}

input.inplace_field {
	width:400px;
}



