body{
	margin:0px 0px 0px 0px ;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}


HR {
	margin:0px;
}

.input_text_hp_cls{
	width:200px;
}
/*
	テーブルのデザイン
*/

.tbl {
	border:0px;
	padding:10px;
	border-collapse:collapse;
}
.tbl th {
/*
	width:10px;
	min-width:120px;
*/
	padding:2px;
	border:1px solid #BBBBBB;
	text-align:center;
	font-size:12px;
	color: #333;
	background-color:#F5F5F5;
	font-weight:normal;
	font-size:12px;
	white-space:nowrap;
}

.tbl td {
/*
	width:100px;
	min-width:320px;
*/
	padding:2px;
	border:1px solid #BBBBBB;
	text-align:left;
	font-size:12px;
	color: #333;
	background-color:#FFFFFF;
	white-space:nowrap;
}
.tbl th.caption {
	padding:10px;
	border:1px solid #BBBBBB;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color: #888888;
	background-color:#F5F5F5;
}


table .tbl_td_title_logo {/* テーブル　サンライズロゴ */
	padding:10px;
	border:0px;
	text-align:left;
	background-color:#FFFFFF;
}
table .tbl_td_title01{/* 見出し(LOG IN) */
	padding:10px;
	border:1px solid #BBBBBB;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color: #888888;
	background-color:#F5F5F5;
}

.tbl .tbl_td_title02{/* ログインボタン */
	padding:10px;
	border:1px solid #BBBBBB;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color: #888888;
	background-color:#FFFFFF;
}

.link_waku_zentai_cls {
	padding:0px !important;
	overflow:hidden;
}
.link_waku_zentai_cls a {
	display:block;
	width:100%;
	height:100%;
	padding:10px;
}
.link_waku_zentai_cls a:hover {
	background-color:#cccccc;
}
.link_waku_zentai_cls input[type="submit"] {
	display:block;
	width:100%;
	height:100%;
	padding:10px;
}




.page_top_tbl {
	width:100%;
}
.page_top_tbl .page_top_tbl0 {
/*
	vertical-align:top;
*/
}
.page_top_tbl .page_top_tbl1 {
	vertical-align:top;
	text-align:right;
	padding-right:4px;
}

/*
	テーブルのデザイン
*/

/*
	パンくずリンクのデザイン
*/

.pankuzu {
/*
	border-width:0px 0px 1px 0px;
	border-style:dotted;
	border-color:#aaaaaa;
*/
	display:inline-block;
	font-size:12px;
	padding:0px 4px;
	letter-spacing:1px;
}
.pankuzu a {
	font-size:12px;
	
}


/*
	パンくずリンクのデザイン
*/

a.log_out_btn {
	display:block;
	margin-left: auto;
	text-align:right;
	margin-right:0px;
}
input[type="submit"].log_out_btn,
input[type="button"].log_out_btn {
	display:block;
	margin-left: auto;
	text-align:right;
	width:80px;
}
/*
input[type="submit"].log_out_btn,
input[type="button"].log_out_btn {
	display:block;
	margin-left: auto;
	text-align:right;
	width:80px;
}
*/

.show_staff_name_cls {
	color:#44aa22;
	font-size:14px;
	margin-right:3px;
}


input[type="text"],
input[type="password"] {
	border:1px solid #888;
	padding:2px;
	border-radius:2px;
	outline:none;
}

input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #888;
  -webkit-box-shadow: 0 0 4px #888;
     -moz-box-shadow: 0 0 4px #888;
          box-shadow: 0 0 4px #888;
}


input[type="button"],
input[type="submit"],
input[type="reset"] {
	margin:0px;
	cursor:pointer;
}
textarea {
	resize:vertical;
	width:200px;
	height:60px;
	max-height:120px;
}
/*
input[type="button"],
input[type="submit"],
input[type="reset"] {
	background:-webkit-linear-gradient(#eee,#ddd);
	background:-moz-linear-gradient(#eee,#ddd);
	background:linear-gradient(#eee,#ddd);
	border:1px solid #222;
	border-radius:2px;
	padding:4px 8px;
	outline:none;
	
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background:-webkit-linear-gradient(#eee,#e2e2e2);
	background:-moz-linear-gradient(#eee,#e2e2e2);
	background:linear-gradient(#eee,#e2e2e2);
	
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
	background:-webkit-linear-gradient(#ddd,#eee);
	background:-moz-linear-gradient(#ddd,#eee);
	background:linear-gradient(#ddd,#eee);
	
}
*/

form {
	margin:0px;
}


a {
	color:#777777;
	text-decoration:none;
	font-size:15px;
}
a:hover {
	color:#222222;
	text-decoration:underline;
}

/* 金額にカンマを付ける */
.show_kingaku_comma_cls {
	display:inline-block;
	border:1px solid rgba(200,200,200,255);
	text-align:right;
	height:16px;
	font-size:14px;
}
/* 金額にカンマを付ける */


.input_ss {
	width:30px;
}
.input_s {
	width:60px;
}
.input_m {
	width:90px;
}
.input_l {
	width:140px;
}
.input_ll {
	width:180px;
}
