@charset "utf-8";

body {
	color: #000;
	margin: 0;
	padding: 0;
	background: url(../images/bg_header02.jpg) repeat-x top center;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: 0;
}

body#index {
	background: #fff url(../images/bg_top.jpg) fixed repeat-x center bottom;
	width: 100%;
}

body#document {
	background: #fff url(../images/bg_header.jpg) repeat-x top center;
	width: 100%;
}

/* ---------- config setup ---------- */
a { overflow: auto; text-decoration: none; color: #000;}
a:hover { color: #06C; text-decoration: underline;}

a img { border: none;}
hr { display: none;}
ul { list-style-type: none;}

table { border-collapse: collapse; border-spacing: 0;}
p, input, select, ul, dl { margin: 0; padding: 0;}

/* ---------- layout ---------- */
#wrapper {
	min-width: 710px;
	width: 60%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
body#index #wrapper { min-height: 900px;}

#contents {
	margin : 30px 0;
	padding: 0 0 30px;
	background: url(../images/head_documents.gif) repeat-x bottom center;
}

body#document #contents { margin :0 0 30px;}


/* ---------- header --------- */
#header { height: 145px;}
body#index #header { text-align: center; height: 260px;}

#sitetitle { margin: 0; padding: 20px 0 0;}
body#index #header #subtitle { position: relative; top: -165px;}
	
#logout { position: absolute; top: 30px; right: 0;}

/* ---------- global navi ---------- */
#gnavi { margin-top: 51px;}
#gnavi li { float: left;}
#gnavi li a { display: block; height: 33px; background-color: #06F;}

/* ---------- pagetitle ---------- */
#pagetitle {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 180%;
	font-weight: 800;
	background: url(../images/head_documents.gif) repeat-x bottom center;
	margin: 0 0 42px;
	padding: 0 0 10px;
	text-shadow: 1px 1px 2px #ccc;
	clear: both;
}

.heading {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 130%;
	font-weight: 300;
	border-left: 5px solid #000;
	padding: 6px 10px;
	clear: both;
}

/* ---------- table all ---------- */
table { width: 100%; min-width: 710px; margin: 0 0 30px 0;}
table th, table td { padding: 7px 12px;}
table th {
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #505050;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #505050), color-stop(0.47, #505050), color-stop(0.48, #535353), color-stop(0.50, #3b3b3b), color-stop(1.00, #3c3c3c));
	background: -webkit-linear-gradient(top, #505050 0%, #5050505 47%, #535353 48%, #3b3b3b 50%, #3c3c3c 100%);
	background: -moz-linear-gradient(top, #505050 0%, #5050505 47%, #535353 48%, #3b3b3b 50%, #3c3c3c 100%);
	background: -o-linear-gradient(top, #505050 0%, #5050505 47%, #535353 48%, #3b3b3b 50%, #3c3c3c 100%);
	background: -ms-linear-gradient(top, #505050 0%, #505050 47%, #535353 48%, #3b3b3b 50%, #3c3c3c 100%);
	background: linear-gradient(to bottom, #505050 0%, #505050 47%, #535353 48%, #3b3b3b 50%, #3c3c3c 100%);
	white-space: nowrap;
}

table th a { color: #fff; }
table th a:hover { color: #FC0;}
table td { border-bottom: 1px solid #666; }

table tr.even {
	background: -webkit-gradient(linear, left top, right bottom, from(#E9E9E9), color-stop(0.25, #E9E9E9), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #E9E9E9), color-stop(0.75, #E9E9E9), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(45deg, #E9E9E9 25%, white 25%, white 50%, #E9E9E9 50%, #E9E9E9 75%, white 75%, white);
	background: linear-gradient(45deg, #E9E9E9 25%, white 25%, white 50%, #E9E9E9 50%, #E9E9E9 75%, white 75%, white);
	background-size: 5px 5px;
}

table tr.odd {
	background: #fff;
}

/* ---------- tabel-documents ---------- */
table#documents .document { text-align: left;}
table#documents .updateReg {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
table#documents .col02, table#documents .col03 { width: 20%; text-align: center;}
table#documents .col02 { border-left: 1px solid #666; border-right: 1px solid #666;}

/* ---------- table-customer ---------- */
table#customer .name { border-left: 1px solid #666; border-right: 1px solid #666;}
table#customer .id, table#customer .pass, table#customer .data, table#customer .area, table#customer .country {	border-right: 1px solid #666;}
table#customer td { text-align: center;}
table#customer .col01 {	text-align: left; word-break: break-all;}
table#customer .col01, table#customer .col02, table#customer .col03, table#customer .col04, table#customer .col05, table#customer .col06 {	border-right: 1px solid #666;}
table#customer .col07 {	white-space: nowrap;}

/* ---------- table-upload ---------- */
table#upload td { text-align: center;}
table#upload .pdf, table#upload .reg, table#upload .upl { border-right: 1px solid #666;}
table#upload .col01 { text-align: left; word-break: break-all;}
table#upload .col02 {	border-left: 1px solid #666; border-right: 1px solid #666;}
table#upload .col03 { border-right: 1px solid #666;}

/* ---------- table-grade + table-regulation ---------- */
table#grade .col01, table#regulation .col01 { word-break: break-all;}
table#grade .col02, table#regulation .col02 { border-left: 1px solid #666; text-align: center;	width: 20%;}
table#grade .grade, table#regulation .reg { border-right: 1px solid #666; text-align: left;}

/* ---------- table-mainte ---------- */
table#mainte .stop { border-left: 1px solid #666; border-right: 1px solid #666; }
table#mainte .text { border-right: 1px solid #666;}
table#mainte .col01, table#mainte .col02, table#mainte .col03 { border-right: 1px solid #666;}
table#mainte dt { text-align: center;}
table#mainte .col03 { text-align: left;	word-break: break-all;}

/* ---------- pager ---------- */
.pager { position: relative; height: 2em;}

.pager ul { position: absolute; top: -25px; right: 0; }
.pager ul li { float: left; font-weight: bold;}
.pager ul li a { position: relative; display: block;	padding: 0 4px;}
.pager ul li em {
	display: block;
	padding: 0 4px;
	color: #646464;
	font-style: normal;
}
.pager ul li img { margin: 4px 0 0 0;}

/* ---------- login index ---------- */
.indexTxt { text-align: center; margin-top: 30px;	font-size: 130%;}

#notice { width: 74%;	margin: 0 auto;	font-size: 130%;}
#notice h3 { font-size: 100%; font-weight: normal; margin: 0; padding: 0;}

/* ---------- all style ---------- */
.center { text-align: center;clear: both;}

#error {
	color: #C00;
	font-weight: bold;
	border: 1px solid #F33;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}

.note {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 120%;
	font-weight: 200;
	color: #AA1414;
	margin: 0 0 8px;
}

#back { padding-top: 30px;}

/* ---------- form ---------- */
.formStyle { margin-bottom: 22px;}
body#index .formStyle { position: relative; height: 6em;}
body#index .formBox { position: absolute; top: 0; left: 32%; width: 100%;}
body#index .formBox input { width: 160px;}

.formStyle label, .formStyle input { display: block; float: left;}

.formStyle select { min-height: 23px; margin: 0 0 0 5px; width: 40%;}
.formStyle input { min-height: 19px; margin: 0 0 0 5px; width: 40%;}
.formStyle textarea { margin: 0 0 0 5px;}

input, select { vertical-align : middle;}

/* Firefox hack start */
@-moz-document url-prefix() {
.formStyle select {
 padding-top: 0.35%;
}
.formStyle input {
	min-height: 23px;
}
}
/* Firefox hack end */

/* ---------- form style ---------- */
.formBox { width: 45%; float: left;}
.formBox02 { width: 80%; float: left;}/* wide */
.formBox p, .formBox02 p { clear: both; padding-bottom: 18px;}
.formBox input, .formBox select { width: 74%;}

/* ---------- managemrnt ------------ */
.managemrntList li { margin-bottom: 20px;}

/* ---------- customer ---------- */
#accountBox { margin-bottom: 20px;}
.defeasance { color: #bbb;}

.selectionBox { position: relative;	height: 2em;}
.selection { position: absolute; right: 0;	top: 0;}
.selection ul, .selection li { float: left; margin-right: 10px;}

#generated {
	float: right;
	width: 35%;
	border: 1px solid #000;
	padding: 11px 25px;
	font-size: 110%;
	font-weight: bold;
}
#generated dt { float: left; white-space: nowrap; width: 60%;}
#generated dd { zoom: normal;}
#generated dt, #generated dd { padding: 12px 0;}
#generated .gId { border-bottom: 1px solid #000;}
.newdata { margin-bottom: 30px;}

/* ---------- button ---------- */
.button, .delBtn, .defeasanceBtn, .upCsvBtn {
	color: #fff;
	background: #505050;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #c0c0c0), color-stop(0.50, #8a8a8a), color-stop(0.50, #545454), color-stop(1.00, #080909));
	background: -webkit-linear-gradient(top, #c0c0c0 0%, #8a8a8a 50%, #545454 50%, #080909 100%);
	background: -moz-linear-gradient(top, #c0c0c0 0%, #8a8a8a 50%, #545454 50%, #080909 100%);
	background: -o-linear-gradient(top, #c0c0c0 0%, #8a8a8a 50%, #545454 50%, #080909 100%);
	background: -ms-linear-gradient(top, #c0c0c0 0%, #8a8a8a 50%, #545454 50%, #080909 100%);
	background: linear-gradient(to bottom, #c0c0c0 0%, #8a8a8a 50%, #545454 50%, #080909 100%);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.signOnBtn {
	color: #666;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f1f1f1), color-stop(0.50, #eee), color-stop(0.50, #e4e4e4), color-stop(1.00, #cfcfcf));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #eee 50%, #e4e4e4 50%, #cfcfcf 100%);
	background: -moz-linear-gradient(top, #f1f1f1 0%, #eee 50%, #e4e4e4 50%, #cfcfcf 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #eee 50%, #e4e4e4 50%, #cfcfcf 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #eee 50%, #e4e4e4 50%, #cfcfcf 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #eee 50%, #e4e4e4 50%, #cfcfcf 100%);

	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.button, .upCsvBtn { font-size: 140%; padding: 5px 10px; width: 25%;}
.upCsvBtn {
	width: 20em;	
}

.delBtn, .defeasanceBtn, .signOnBtn {	font-size: 110%; padding: 3px 5px;}


/* ---------- */
#gnavi:after, .formStyle:after, .formBox p:after, .formBox02 p:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.tipped{
    color:#999999;    
}
