@charset "utf-8";

html,
body {
	background-color: #FFF;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
	font-size: 100%;
}

a {
	cursor:pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 1em !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.5em;
}

button,
input,
select {
	font-family: inherit;
}

button,
input[type=button],
input[type=submit] {
	cursor: pointer;
	display: inline-block;
	overflow: visible;
	zoom: 1; *display: inline;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #67B7FF;
	background: #A7D6FF url("../images/bg-button-normal.png") repeat-x 50% 50%;
	height: 32px;
	padding: 0 3px;
}

table.form {
	margin: 0 auto;
	border-style: none;
	border-width: 0;
}

table.form tr,
table.form th,
table.form td {
	padding-top: 0;
	border-style: none;
	border-width: 0;
}

table.form input[type=text],
table.form input[type=password],
table.form select {
	width: 20em;
}

a div.menu {
	margin-bottom: 20px;
	padding: 10px 30px;
	border: 1px solid #67B7FF;
	background: #A7D6FF url("../images/bg-button-normal.png") repeat-x 50% 50%;
	text-align: center;
	color: black;
}

.errorMessage {
	font-size: inherit;
	color: red;
}

.calendarContainer {
	background-color: white !important;
	background-image: none !important;
}

.ui-button-text {
	padding: 0 1em !important;
}

#page {
	font-size: inherit;
	background-color: inherit;
}

#title {
	font-size: 138.5%;
	font-weight: bold;
	background-color: #85FF85;
	background-image: url("../images/bg-title.png");
	background-repeat: repeat-x;
	padding: 5px 15px 5px 15px;
	height: 46px;
}

#title-ca {
	font-size: 138.5%;
	font-weight: bold;
	background-color: #85FF85;
	background-image: url("../images/bg-title.png");
	background-repeat: repeat-x;
	padding: 5px 15px 5px 15px;
	height: 46px;
}

#message {
	font-size: inherit;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-botoom: 10px;
}

#content {
	font-size: inherit;
	padding: 15px;
}

.topmessage{
	padding-left: 15px;
	padding-top:5px;
	font-size: 10pt;
}
.footerMsg{
	text-align:right;
	margin-right:20px
}

input.move1Btn{
	background: #FFFF00;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
}
input.move2Btn{
	background: #FFC0CB;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
}
input.move3Btn{
	background: #FFCB00;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
}
input.updateBtn{
	background: #FFC0CB;
	border-style: solid;
	border-width: 1px;
	border-color:#ff69b4;
	background: #ff69b4 url("../images/bg-button-pink.png") repeat-x 50% 50%;

}
input.okBtn{
	background: #F4A460;
	border-style: solid;
	border-width: 2px;
	border-color:#FFFF00;
}
input.clearBtn{
	background: #FFFF00;
	border-style: solid;
	border-width: 1px;
	border-color:#FF0000;
}
input.sureBtn{
	background: #f8cc74;
	border-style: solid;
	border-width: 0px;
	height: 20px;
	widht:70px;
}
input.pinkBtn{
	background: #FF66CC;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 20px;
}
input.grayBtn{
	background: #C0C0C0;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 20px;
}
input.addDeleteBtn{
	background: #F4A460;
	border-style: solid;
	border-width: 1px;
	border-color:#FFFF00;
}
div.containerDiv{
    width: 100%;
    height: 100%;
    border: 2px solid #000099;
    overflow-x:hidden;
    padding-bottom: 0;
    background-color: #FFFF9F;
}
/*利用情報*/
table.tbluserInfo {
	width:100%;
	background-color:#FFFFFF;
}
table.tbluserInfo tr,
table.tbluserInfo td {
	height:20px;
	padding: 0;
	border-width: 1;
	font-size:12px;
}
/*案件情報*/
table.tblProject {
	width:100%;
	background-color:#FFFFFF;
}
table.tblProject tr,
table.tblProject td {
	height:20px;
	padding: 0;
	border-width: 1;
	font-size:12px;
}
/*利用者情報*/
table.tbluser {
	width:100%;
	background-color:#FFFFFF;
}
table.tbluser tr,
table.tbluser td {
	height:20px;
	padding: 0;
	border-width: 1;
	font-size:12px;
}


input.txtInput{
	width:99%;
	height:20px;
	font-size:12px;
}
.searchDiv{
	width: 850px;
	height:170px;
	border: 2px solid #000099;
	padding-bottom: 0;
	overflow:hidden;
	background-color: #ffff9f;
}
.searchDivCA{
	width: 850px;
	height:205px;
	border: 2px solid #000099;
	padding-bottom: 0;
	overflow:hidden;
	background-color: #ffff9f;
}
/** 2014-09-25 国交省ASP申込方式改良 Start **/
.searchDivCC{
	width: 750px;
	height:250px;
	border: 2px solid #000099;
	padding-bottom: 0;
	overflow:hidden;
	background-color: #ffff9f;
}
/** 2014-09-25 国交省ASP申込方式改良 End **/
table.search {
	margin: 0 auto;
	border-style: none;
	border-width: 0;
}

table.search tr,
table.search th,
table.search td {
	padding-top: 0;
	border-style: none;
	border-width: 0;
}

table.search input[type=text],
table.search select {
	width: 8em;
}

table.tblHead-ca {
    width: 100%;
	margin: 0;
	border-style: none;
	border-width: 0;
}

table.tblHead-ca tr,
table.tblHead-ca th,
table.tblHead-ca td {
	padding: 0;
	border-style: none;
	border-width: 0;
}
.change-font-color{
	color:#FF3300;
	font-weight: bold;
}
