@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}

body{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: "メイリオ";
	color: #333333;
	line-height: 1.3;
}

* html div.wrap,div.wrap_blue{
	height: 100%;
}

.container_color{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	min-height: 100%;
	width: 100%;
	/*background-color: #0fc4f1;*/
	/*background-color: #ebf1bc;*/
	background-color: #D5EAD8;
}

.container{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	min-height: 100%;
	width: 100%;
	/*background-color: #ffffff;*/
	background-color: #EBF6F5;
}

body > .container_color,container{
	height: auto;
}

.wrapper{
	padding-bottom: 50px;
	padding-top: 10px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.main{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

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


.header{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 110px;
	padding-top: 0px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}

.logo_space{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: center;
}

.logo{
	float: left;
}

.header_right{
	float: right;
	position: relative; top: 25px;/*追加*/
	text-align: right;
}

.header_right img{
	margin: 0;
	padding: 0;
}

.header_right .system_title{
	margin-bottom: 0px;
}


.header_right ul{
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: small;
}

.header_right ul li{
	display: inline;
}

.header_right ul li.top_menu_home{
	background-image: url(../images/home_icon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
}

.header_right ul li.top_menu_pw{
	background-image: url(../images/pw_icon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
}

.header_right ul li.top_menu_logout{
	background-image: url(../images/logout_icon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.header_right ul li.user_name{
	font-weight: normal;
	padding-left: 20px;
	padding-right: 30px;
	background-image: url(../images/user_name_icon.png);
	background-repeat: no-repeat;
}

.clr{
	clear: both;
}

.footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-family: "Verdana","Tahoma";
	font-size: x-small;
	height: 30px;
	line-height: 30px;
	width: 100%;
	color: #ffffff;
	background-image: url(../images/footer_bg.gif);
	/*border-top: solid 1px #cccccc;*/
}

img{
	border:0;
}

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

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

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

a:active{
	color: #006699;
	text-decoration: underline;
}

a.open_box:link{
	color: #ffffa0;
	text-decoration: none;
}

a.open_box:visited{
	color: #ffffa0;
	text-decoration: none;
}

a.open_box:hover{
	color: #ffffa0;
	text-decoration: underline;
}

a.open_box:active{
	color: #ffffa0;
	text-decoration: underline;
}

.pop_ido_edit{
	width: 400px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_yaku_edit{
	width: 400px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_hyosyo_edit{
	width: 400px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_gakou_edit{
	width: 400px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_sangyo_edit{
	width: 400px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


.pop_kyujitu_edit{
	width: 500px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_kyuhu_edit{
	width: 500px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_file_edit{
	width: 400px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_check_edit{
	width: 250px;
	height: 120px;
	background-color: #ffffff;
	position: fixed; top: 50%; left: 40%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_sinryo_edit{
	width: 600px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_kaihi_bank_edit{
	width: 500px;
	---height: 400px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_kaihi_jyoken_edit{
	width: 400px;
	---height: 460px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_kaihi_jyoken_other_edit{
	width: 450px;
	---height: 540px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_kaihi_tyosyu_edit{
	width: 500px;
	height: 400px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pop_kaihi_other_edit{
	width: 400px;
	height: 440px;
	background-color: #ffffff;
	position: absolute; top: 50%; left: 50%;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 10px;
	z-index: 101;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


.imea { ime-mode: active; }   /*日本語入力モード*/
.imed { ime-mode: disabled; } /*英数字入力モード（固定）*/
.imei { ime-mode: inactive; } /*英数字入力モード*/
