@charset "utf-8";

@import "reset.css";
@import "font.css";

html,body{
	background: #e5e5e5;
	width: 100%;
	height: 100%; /*ブラウザによってはページ内ジャンプしない？*/
	color: #333333;
	overflow : hidden;
	text-align: justify;
	text-justify: inter-ideograph;
}
#container{
	position: relative;
	min-width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
}
a{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.txt_red{
	color: #ff0000;
}
.txt_blue{
	color: #000fff;
}

/* =======================
header
======================= */
#header{
	width: 100%;
	height: 50px;
	background: #333333;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}
#to_back {
	margin: 10px 0 0 15px;
}
#to_back img{
    width: 25px;
}
/*
#page_title{
	text-align: center;
	text-indent: -15px;
}
#page_title a{
	display: inline-block;
	width: 330px;
	font-size: 120%;
	color: #ffffff;
	line-height: 50px;
}*/
#page_title{
	position: absolute;
	left: 100px;
	top:10px;
	/*transform: translate(-50%,10px);*/
}
#page_title a{
	font-size: 120%;
	color: #ffffff;
}
#jump_menu{
	width: 26px; 
/*	position:absolute; 
	top:7px; 
	right:50px;*/
	margin: 12px 50px 0 0;
}
#manual{
	width: 38px; 
/*	position:absolute; 
	top:6px; 
	right:110px;*/
	margin: 6px 20px 0 5px;
}
#saveBtn{
	width: 90px;
/*	position:absolute; 
	top: 9px; 
	right: 175px;*/
	margin: 9px 20px 0 0;
}
#saveBtn a{
	display: inline-block;
	border: 1px solid #ffffff;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	color: #ffffff;
}
#data_select{
	width: 90px;
	margin: 9px 20px 0 0; 
}
#data_select a{
	display: inline-block;
	border: 1px solid #ffffff;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	color: #ffffff;
}
#data_list{
	width: 130px;
	margin: 9px 20px 0 0; 
}
#data_list a{
	display: inline-block;
	border: 1px solid #ffffff;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	color: #ffffff;
}
/* 印刷保存ボタン */
#print_save{
	width: 80px;
	margin: 9px 20px 0 0; 
}
#print_save a{
	display: inline-block;
	border: 1px solid #ffffff;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	color: #ffffff;
}

/*#header_menu{
	width: 40px;
	position: absolute;
	top: 10px;
	right: 50px;
	margin: 10px 50px 0 0;
}*/


/* =======================
mainWrap
======================= */
#mainWrap{
	width: ; /* 白背景の幅 */
	height: auto;
	padding: 0 20px 20px 20px;
	margin: 70px auto 0 auto;
}
#mainWrap_inner{
	width: ; /* 白背景の幅 */
	height: auto; /* 白背景の高さ */
	background: #ffffff;
/* 	border: 2px solid #bf0000;
	border-radius: 8px;
	box-shadow: 0 0 6px #9b9b9b;*/
	margin-top: 20px; /* 白背景の上の余白 */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 20px 0;
}
#mainWrap_inner form{
	width: 490px;
	margin: 0 auto;
}
dl.inputWrap02{
	margin: 0 0 0 6em;
}
dt{
	width: 10em;
	float: left;
	clear: both;
	text-align: right;
	padding: 0 20px 20px 0;
}
dd{
	width: auto;
	float:left;
	padding: 0 20px 20px 0;
	text-align: right;
}
div input[type=text],
div input[type=password],
dd input[type=text],
dd input[type=password]{
	text-align: right;
	border: 1px solid;
	padding: 3px 3px 3px 3px;
	margin-left: 8px;
	border-radius: 3px;
}
div input[type=text]:focus,
div input[type=password]:focus,
dd input[type=text]:focus,
dd input[type=password]:focus{
	outline: none;
}
div input.unit_big,
dd input.unit_big{
	width: 100px;
}

/*
div input.unit_middle,
dd input.unit_middle{
	width: 70px;
	height: 30px;
	font-size: 20px;
}
*/

div input.unit_middle,
dd input.unit_middle{
	width: 70px;
}
div input.unit_small,
dd input.unit_small{
	width: 50px;
}

div input.unit_ssmall,
dd input.unit_ssmall{
	width: 40px;
}
div span.unit,
dd span.unit{
	font-size: 70%;
	margin: 0 0 0 5px;
}


/* =======================
inner btn
======================= */
.inner_btn{
	width: auto;
	margin: 0 20px 0 20px;
	padding: 0 0 20px 0;
}


/* =======================
fotterWrap
======================= */
#fotterWrap ol.btn{
	margin: 15px 0 0 0;
}
#fotterWrap ol.btn li.botom_other_bt01,
#fotterWrap ol.btn li.botom_other_bt02{
	display: inline-block;
	margin: 0 20px 0 0;
}
#fotterWrap ol.btn li.botom_other_bt03{
	display: inline-block;
	margin: 0 0 0 0;
}
ol.btn .botom_other_center{
	display: block;
	margin: 0 auto;
	text-align: center;
}
#fotterWrap ol.btn li.none{
	margin: 0 !important;
}
li.botom_other_bt01 img,
li.botom_other_bt02 img,
li.botom_other_bt03 img,
.botom_other_center img{
	width: auto;
	height: 35px;
}


/* =======================
ディスクレ
======================= */
#disclaimer_inner,
#disclaimer{
	margin: 10px 0 0 0;
	font-size: 0;
}
#disclaimer_inner p,
#disclaimer p{
	color: #333333;
	display: inline-block;
	font-size: 10px;
	line-height: 1.3;
	margin: 0 1em 0 1em;
	text-indent: -1em;
	letter-spacing: normal;
}
#disclaimer_inner p{
	color: #333333;	
}



/* =======================
jump_menu
======================= */
.app-window{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.app-window .app-inner{
	width: 500px;
	height: 300px;
	position: absolute;
	top: 55px;
	right: 25px;
	z-index: 30;
	background: #ffffff;
	padding: 10px 0 10px 30px;
}
#triangle{
	width:0;
	height:0;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-bottom:10px solid #ffffff;
	position: absolute;
	top: -10px;
	right: 30px;
	z-index: 30;	
}
.app-window .app-close{
	display: block;
	overflow: hidden;
	text-indent: -10000px;
}
.app-window .app-close:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #000000;
	opacity: 0.1;
	-moz-opacity: 0.1; /* Firefox */
	filter: alpha(opacity=10); /* IE6/7 */
	-ms-filter: "alpha(opacity=10)"; /* IE8 */
}
/* =======================
jump_menu ボタン
======================= */
.jumpWrap{
	width: auto;
	height: auto;
 	background: #ffffff;
	padding: 10px 20px 0 0px;
	margin: 0 0 10px 0;
}
.jumpWrap ul{
	width: auto;
}
img.jump_icon{
	width: 220px;
	height: auto;
	margin: 0 0 10px 0;
}
/*.jumpWrap.cf{
	height: 85px;
}*/
/*.jumpWrap.tre{
	height: 95px;
}
.jump_icon{
	width: 172px;
	height: 36px;
	margin: 10px 10px 5px 5px;
}*/
