*{
	color:#202020;
	font-size:14px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a{
	text-decoration:none;
	color:#0000ff!important;
}

a.underline{
	text-decoration:underline;
	color: #202020!important;
}



body{
	background-color:#fafafa;
}

input{
	font-size:12px;
}

input.required{
	background:#ccffcc;
}

input.error{
	background:#ffcccc;
}

#title{
	background-color:#8888ee;
}

#title div{
	color: #ffffff;
}

#main{
}

div.box{
	background-color:#ffffff;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
	-o-box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
	-ms-box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
}

div.box span.title{
	background-color:#fbfbf0;
	border-left:ridge 5px #0000ff;
}

div.box span.titleSub{
	font-size:18px;
}

div.pagerWrapper{
	text-align:center;
	color:#0000ff!important;
}

div.pager input.on{

	background-image: url('../js/ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png');
}

div.group_item{
	background-color:#fcfcfc;
}

#titleMenu ul li{
	border-left:solid 1px #d0d0d0;
}
#titleMenu ul li:last-child{
	border-right:solid 1px #d0d0d0;
}


#titleMenu ul li.last{
	border-right:solid 1px #d0d0d0;
}

#titleMenu ul li a{
	color:#fcfcfc!important;
}

#titleMenu ul li.on{
	background-color:#4444cc;
}

#titleMenu ul.subMenu li{
	background-color:#a0a0dd;
	border-right:solid 1px #d0d0d0;
	border-bottom:solid 1px #d0d0d0;
}
#titleMenu ul.subMenu li a{
	color:#fafafa!important;
	font-weight:normal;
}

#loginMenu li.on{
	background-color:#4444cc;
}

#titleUser a{
	color:#fcfcfc!important;
}

#projStatus ul li{
	background-color:#f0f0f0;
	color:#a3a3a3;
}

#projStatus ul li.show{
	background-color:#4444cc;
	color:#ffffff;
}

#projStatus ul li.show:hover{
	background-color:#8080ff;
}


#projStatus ul li.on{
	background-color:#8888ee;
	color:#ffffff;
}

#projStatus ul li.on:hover{
	background-color:#bbbbff;
}


#projStatus ul li a{
	color:#ffffff!important;
}

#projInfo ul li{
	background-color:#f0f0f0;
	color:#a3a3a3;
}

#projInfo ul li.show{
	background-color:#4444cc;
	color:#ffffff;
}

#projInfo ul li.show:hover{
	background-color:#8080ff;
}


#projInfo ul li.on{
	background-color:#8888ee;
	color:#ffffff;
}

#projInfo ul li.on:hover{
	background-color:#bbbbff;
}


#projInfo ul li a{
	color:#ffffff!important;
}


div#msgDiv{
	background-color:#fafafa;
}

table.contents{
	border-spacing: 5px;
}

table.contents th{
	background-color:#fdfdfd;
	font-weight:normal;
	border-right: solid 2px #aaaaff;
	border-bottom: solid 1px #aaaaff;
}

table.contents th.required{
	border-right: solid 2px #ff3333;
	border-bottom: solid 1px #ff3333;
}

table.details{
	background-color:#808080;
	border: solid 1px #dcdcdc;
}

table.details tr.draggableHover td{
	background-color:#ffcc00;
}

table.details tr th{
	background-color:#ccccff;
}

table.details tr td{
	background-color:#fcfcfc;
}
table.details tr:not(:last-child) td{
	border-bottom: solid 1px #dcdcdc;
}

table.details tr td:not(:last-child){
	border-right: solid 1px #dcdcdc;
}


table.details th{
	background-color:#fdfdfd;
	font-weight:normal;
}


.rowCtrl input,
.rowCtrl button{
	font-size:11px!important;
}

/*********************************************************
* JQuery-UI上書き
**********************************************************/
.tabs .ui-widget-header{
	background:none;
	border: none;
}

.tabs .ui-tabs-panel{
	background-color:#ffffff;
}

.tabs .ui-state-default a{
	font-size:12px;
}

.ui-state-default span.ui-button-text{
	font-size: 12px;
	color: #2e6e9e;
}

.ui-datepicker-calendar span,
.ui-datepicker-calendar a{
	font-size:12px!important;
}

.ui-dialog-title{
	color:#fcfcfc;
}


ul#mainMenu.ui-widget-content{
	background:none;
	border:none;
}

ul#mainMenu.ui-widget-content li.ui-state-focus{
	font-weight:normal;
	border-top:none;
	border-bottom:none;
}

ul#loginMenu.ui-widget-content li.ui-state-active,
ul#mainMenu.ui-widget-content li.ui-state-active{
	background-color:#d0e5f5;
	background-image:url('../js/ui/images/ui-bg_glass_75_d0e5f5_1x400.png');
	font-weight:normal;
	border-top:none;
	border-bottom:none;
}

ul.subMenu.ui-widget-content{
	border:none;
}

button.readonly,
.ui-state-disabled{
	background:#ffffff!important;
}

.ui-state-disabled .ui-button-text{
	color:#a0a0a0!important;
}

/*********************************************************
* 以下、ログイン画面用
**********************************************************/
div.loginTitle{
	font-weight:bold;
	font-size:18px;

}

/*********************************************************
* 以下、一覧用
**********************************************************/
table#result{
	background-color:#808080;
	border: solid 1px #a0a0a0;
}

table#result tr th{
	background-color:#ccccff;
	font-size:13px;
	border-bottom: solid 2px #a0a0a0;
	font-weight:normal;
	cursor: pointer;
}

table#result tr td{
	background-color:#fcfcfc;
	font-size:13px;
}

table#result tr:not(:last-child) td{
	border-bottom: solid 1px #a0a0a0;
}


table#result tr.lineaction td{
	border-bottom: solid 1px #a0a0a0;
}

table#result tr.last td{
	border-bottom: none;
}

table#result tr.mustcheck td{
	background-color:#ffb6c1;
}
table#result tr.needcheck td{
	background-color:#ffff99;
}
table#result tr.complete td{
	background-color:#98fb98;
}
table#result tr.close td{
	background-color:#dcdcdc;
}
table#result tr.selected td{
	background-color:#98fb98;
}

table#result tr td.docType{
	background-repeat:no-repeat;
	background-position:5px center;
}

table#result tr td.docPdf{
	background-image: url(../img/pdf-24.png);
}

table#result tr td.docExcel{
	background-image: url(../img/excel-24.png);
}

table#result tr td.docWord{
	background-image: url(../img/word-24.png);
}

table#result tr td.docImage{
	background-image: url(../img/image-24.png);
}

table#result tr td.docOther{
	background-image: url(../img/other-24.png);
}


table.subTable{
	background-color:#808080;
	border: solid 1px #a0a0a0;
}

table.subTable tr th{
	background-color:#ccccff;
	border-bottom: solid 2px #a0a0a0;
	font-weight:normal;
}

table.subTable tr td{
	background-color:#fcfcfc;
}

table.subTable tr:not(:last-child) td{
	border-bottom: solid 1px #a0a0a0;
}


table.subTable tr.lineaction td{
	border-bottom: solid 1px #a0a0a0;
}

/*********************************************************
* ファイルアップロード
**********************************************************/
div.fileDropArea #fileExtension li{
	background:none;
	color:#000000;
}